diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h index e6246ed7fc3..b80e7405dbc 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.h +++ b/src/mesa/drivers/dri/i965/brw_shader.h @@ -169,6 +169,7 @@ protected: public: struct brw_context * const brw; + const struct brw_device_info * const devinfo; struct gl_context * const ctx; struct brw_shader * const shader; struct gl_shader_program * const shader_prog; |