projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869e20b
)
i965: remove unused BRW_FALLBACK_TEXTURE bit
author
Brian Paul
<brianp@vmware.com>
Thu, 22 Oct 2009 22:26:54 +0000
(16:26 -0600)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/drivers/dri/i965/brw_context.h
index a5209ac41beb360b50e8a29f19a0f7d9d85658d5..b7d6c7ce7ea825fe42f0a3111dfca77839a35d5d 100644
(file)
--- 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;