summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-22 16:26:54 -0600
committerBrian Paul <brianp@vmware.com>2009-10-22 16:52:59 -0600
commit2f7abf5c042a1bcf97d77d6dad4a17bda37e0567 (patch)
tree850a33b0a90681b3af83804c2b7326aa42c776ce /src
parent869e20bcb7db9c6540eb6b538104303df738d302 (diff)
i965: remove unused BRW_FALLBACK_TEXTURE bit
The value was probably wrong too. It was the same as INTEL_FALLBACK_DRAW_BUFFER.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index a5209ac41b..b7d6c7ce7e 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -115,7 +115,7 @@
* Handles blending and (presumably) depth and stencil testing.
*/
-#define BRW_FALLBACK_TEXTURE 0x1
+
#define BRW_MAX_CURBE (32*16)
struct brw_context;