i965: remove unused BRW_FALLBACK_TEXTURE bit
authorBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2009 22:26:54 +0000 (16:26 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2009 22:52:59 +0000 (16:52 -0600)
The value was probably wrong too.
It was the same as INTEL_FALLBACK_DRAW_BUFFER.

src/mesa/drivers/dri/i965/brw_context.h

index a5209ac..b7d6c7c 100644 (file)
  * Handles blending and (presumably) depth and stencil testing.
  */
 
-#define BRW_FALLBACK_TEXTURE            0x1
+
 #define BRW_MAX_CURBE                    (32*16)
 
 struct brw_context;