aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2013-01-30 21:39:00 -0800
committerKenneth Graunke <[email protected]>2013-02-03 13:38:16 -0800
commitb56d6badad6b7cb0522f812f6839feeeecb72b83 (patch)
tree00f98bc870902da2082de3454a00c523a5a1ac5b /src/mesa
parent7eda7a455bd625c6fc44e9707a20c5b6f7c035a8 (diff)
i965: Remove dead field brw_wm_prog_data::error.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index c60088d03fc..9affb7e5674 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -301,7 +301,6 @@ struct brw_wm_prog_data {
GLuint nr_params; /**< number of float params/constants */
GLuint nr_pull_params;
- bool error;
bool dual_src_blend;
int dispatch_width;
uint32_t prog_offset_16;