diff options
Diffstat (limited to 'src/mesa/state_tracker/st_atom_texture.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom_texture.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/state_tracker/st_atom_texture.c b/src/mesa/state_tracker/st_atom_texture.c index 4b7ad77b47a..ed8c2d3e078 100644 --- a/src/mesa/state_tracker/st_atom_texture.c +++ b/src/mesa/state_tracker/st_atom_texture.c @@ -565,7 +565,6 @@ update_compute_textures(struct st_context *st) const struct st_tracked_state st_update_fragment_texture = { - "st_update_texture", /* name */ { /* dirty */ _NEW_TEXTURE, /* mesa */ ST_NEW_FRAGMENT_PROGRAM | ST_NEW_SAMPLER_VIEWS, /* st */ @@ -575,7 +574,6 @@ const struct st_tracked_state st_update_fragment_texture = { const struct st_tracked_state st_update_vertex_texture = { - "st_update_vertex_texture", /* name */ { /* dirty */ _NEW_TEXTURE, /* mesa */ ST_NEW_VERTEX_PROGRAM | ST_NEW_SAMPLER_VIEWS, /* st */ @@ -585,7 +583,6 @@ const struct st_tracked_state st_update_vertex_texture = { const struct st_tracked_state st_update_geometry_texture = { - "st_update_geometry_texture", /* name */ { /* dirty */ _NEW_TEXTURE, /* mesa */ ST_NEW_GEOMETRY_PROGRAM | ST_NEW_SAMPLER_VIEWS, /* st */ @@ -595,7 +592,6 @@ const struct st_tracked_state st_update_geometry_texture = { const struct st_tracked_state st_update_tessctrl_texture = { - "st_update_tessctrl_texture", /* name */ { /* dirty */ _NEW_TEXTURE, /* mesa */ ST_NEW_TESSCTRL_PROGRAM | ST_NEW_SAMPLER_VIEWS, /* st */ @@ -605,7 +601,6 @@ const struct st_tracked_state st_update_tessctrl_texture = { const struct st_tracked_state st_update_tesseval_texture = { - "st_update_tesseval_texture", /* name */ { /* dirty */ _NEW_TEXTURE, /* mesa */ ST_NEW_TESSEVAL_PROGRAM | ST_NEW_SAMPLER_VIEWS, /* st */ @@ -615,7 +610,6 @@ const struct st_tracked_state st_update_tesseval_texture = { const struct st_tracked_state st_update_compute_texture = { - "st_update_compute_texture", /* name */ { /* dirty */ _NEW_TEXTURE, /* mesa */ ST_NEW_COMPUTE_PROGRAM | ST_NEW_SAMPLER_VIEWS, /* st */ |