aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index d24f3f13d73..0c3cb0f7dc1 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -699,6 +699,7 @@ private:
struct brw_compile *p;
struct brw_wm_compile *c;
+ struct brw_wm_prog_data *prog_data;
struct gl_shader_program *prog;
const struct gl_fragment_program *fp;
@@ -783,6 +784,7 @@ private:
void patch_discard_jumps_to_fb_writes();
struct brw_wm_compile *c;
+ struct brw_wm_prog_data *prog_data;
const struct gl_fragment_program *fp;
unsigned dispatch_width; /** 8 or 16 */