summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-20 03:10:57 +0100
committerEric Anholt <eric@anholt.net>2010-01-19 12:09:29 -0800
commit8f7dfe302557eca6a48d03abc38bfc32dbe2ad8f (patch)
tree5676b35e4375668c997cde97deea4a2aec0143e6 /src/mesa/drivers/dri/i965/brw_context.h
parenta45f24c0a407980b906394d2cfc1e1dc2fdf43cd (diff)
intel: Remove dead note_fence vtbl hook.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-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 cbf022ca0c..79818b92b7 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -131,7 +131,6 @@ struct brw_context;
#define BRW_NEW_WM_INPUT_DIMENSIONS 0x100
#define BRW_NEW_PSP 0x800
#define BRW_NEW_WM_SURFACES 0x1000
-#define BRW_NEW_FENCE 0x2000
#define BRW_NEW_INDICES 0x4000
#define BRW_NEW_VERTICES 0x8000
/**