aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-04-14 17:45:40 -0700
committerJason Ekstrand <[email protected]>2015-04-22 16:00:33 -0700
commit5bda1ff1bec0e01300a4e8e3da38168958df9ebc (patch)
treec4617484346c2b00597f5006ee56467bd1d06855 /src/mesa/drivers/dri/i965/brw_fs.h
parent38dc2ddab4a25398ebd07e1ecf52daa7466b6963 (diff)
i965/fs: Add a devinfo field to the generator and use it for gen checks
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index c42907050d0..1d3f83d9cdd 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -639,6 +639,7 @@ private:
bool patch_discard_jumps_to_fb_writes();
struct brw_context *brw;
+ const struct brw_device_info *devinfo;
struct brw_compile *p;
const void * const key;