Mesa (master): i965: remove unused BRW_FALLBACK_TEXTURE bit

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 23 00:41:57 UTC 2009


Module: Mesa
Branch: master
Commit: 2f7abf5c042a1bcf97d77d6dad4a17bda37e0567
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f7abf5c042a1bcf97d77d6dad4a17bda37e0567

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 22 16:26:54 2009 -0600

i965: remove unused BRW_FALLBACK_TEXTURE bit

The value was probably wrong too.
It was the same as INTEL_FALLBACK_DRAW_BUFFER.

---

 src/mesa/drivers/dri/i965/brw_context.h |    2 +-
 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 a5209ac..b7d6c7c 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;




More information about the mesa-commit mailing list