summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-04-15 14:51:18 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-04-22 16:00:33 -0700
commit5cb91db619e8689c8fd45a67b57b96fc36f4ca9b (patch)
treeed5cf720dde7e51cc93e6a07b66a39ae5eda399b /src/mesa/drivers/dri/i965/brw_fs.h
parent61c4702489fa1694892c5ce90ccf65a5094df3e7 (diff)
downloadexternal_mesa3d-5cb91db619e8689c8fd45a67b57b96fc36f4ca9b.zip
external_mesa3d-5cb91db619e8689c8fd45a67b57b96fc36f4ca9b.tar.gz
external_mesa3d-5cb91db619e8689c8fd45a67b57b96fc36f4ca9b.tar.bz2
i965/fs: Remove the GL context from the generator
Reviewed-by: Matt Turner <mattst88@gmail.com>
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, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 24ca43c..c429070 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -639,7 +639,6 @@ private:
bool patch_discard_jumps_to_fb_writes();
struct brw_context *brw;
- struct gl_context *ctx;
struct brw_compile *p;
const void * const key;