mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
st/mesa: remove unused members in st_context
What were these for?
This commit is contained in:
parent
92209314df
commit
009cecf246
1 changed files with 0 additions and 9 deletions
|
|
@ -108,15 +108,6 @@ struct st_context
|
|||
GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */
|
||||
} state;
|
||||
|
||||
struct {
|
||||
struct st_tracked_state tracked_state[PIPE_SHADER_TYPES];
|
||||
} constants;
|
||||
|
||||
/* XXX unused: */
|
||||
struct {
|
||||
struct gl_fragment_program *fragment_program;
|
||||
} cb;
|
||||
|
||||
char vendor[100];
|
||||
char renderer[100];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue