r600g: remove unused struct r600_state
What was the purpose of it?
This commit is contained in:
@@ -32,9 +32,6 @@
|
|||||||
#include "radeon.h"
|
#include "radeon.h"
|
||||||
#include "r600_shader.h"
|
#include "r600_shader.h"
|
||||||
|
|
||||||
struct r600_state;
|
|
||||||
typedef void (*r600_state_destroy_t)(struct r600_state *rstate);
|
|
||||||
|
|
||||||
/* XXX move this to a more appropriate place */
|
/* XXX move this to a more appropriate place */
|
||||||
struct r600_vertex_elements_state
|
struct r600_vertex_elements_state
|
||||||
{
|
{
|
||||||
@@ -42,17 +39,6 @@ struct r600_vertex_elements_state
|
|||||||
struct pipe_vertex_element elements[32];
|
struct pipe_vertex_element elements[32];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct r600_state {
|
|
||||||
unsigned type;
|
|
||||||
struct r600_atom *atom;
|
|
||||||
void *state;
|
|
||||||
unsigned nbuffers;
|
|
||||||
struct pipe_buffer *buffer[256];
|
|
||||||
unsigned nsurfaces;
|
|
||||||
struct pipe_surface *surface[256];
|
|
||||||
r600_state_destroy_t destroy;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct r600_pipe_shader {
|
struct r600_pipe_shader {
|
||||||
unsigned type;
|
unsigned type;
|
||||||
struct r600_shader shader;
|
struct r600_shader shader;
|
||||||
@@ -91,10 +77,6 @@ void r600_draw_range_elements(struct pipe_context *ctx,
|
|||||||
unsigned max_index, unsigned mode,
|
unsigned max_index, unsigned mode,
|
||||||
unsigned start, unsigned count);
|
unsigned start, unsigned count);
|
||||||
|
|
||||||
void r600_state_destroy_common(struct r600_state *state);
|
|
||||||
struct r600_state *r600_state_new(r600_state_destroy_t destroy);
|
|
||||||
struct r600_state *r600_state_destroy(struct r600_state *state);
|
|
||||||
|
|
||||||
void r600_init_state_functions(struct r600_context *rctx);
|
void r600_init_state_functions(struct r600_context *rctx);
|
||||||
void r600_init_query_functions(struct r600_context* rctx);
|
void r600_init_query_functions(struct r600_context* rctx);
|
||||||
struct pipe_context *r600_create_context(struct pipe_screen *screen, void *priv);
|
struct pipe_context *r600_create_context(struct pipe_screen *screen, void *priv);
|
||||||
|
@@ -26,8 +26,6 @@
|
|||||||
#include "r600_compiler.h"
|
#include "r600_compiler.h"
|
||||||
#include "radeon.h"
|
#include "radeon.h"
|
||||||
|
|
||||||
struct r600_state;
|
|
||||||
|
|
||||||
struct r600_shader_operand {
|
struct r600_shader_operand {
|
||||||
struct c_vector *vector;
|
struct c_vector *vector;
|
||||||
unsigned sel;
|
unsigned sel;
|
||||||
|
Reference in New Issue
Block a user