i965: remove unused BRW_FALLBACK_TEXTURE bit

The value was probably wrong too.
It was the same as INTEL_FALLBACK_DRAW_BUFFER.
This commit is contained in:
Brian Paul 2009-10-22 16:26:54 -06:00
parent 869e20bcb7
commit 2f7abf5c04

View file

@ -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;