aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-09-24 19:20:43 -0700
committerKenneth Graunke <[email protected]>2017-09-25 15:14:44 -0700
commit93bb91452a38adf2f965227059d454c96d4f0bdf (patch)
treeff4f4c2e95ddac46412b50f0e2fc87465c3fa82c /src/mesa
parent5a2bca5db5e025f0884487f590feac0c33db48fd (diff)
i965: Delete dead meta stencil blit program fields from brw_context.
These have been unused for a while now.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index e130fbf4041..6de5c2d0974 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -779,9 +779,6 @@ struct brw_context
struct brw_cache cache;
- /** IDs for meta stencil blit shader programs. */
- struct gl_shader_program *meta_stencil_blit_programs[2];
-
/* Whether a meta-operation is in progress. */
bool meta_in_progress;