From: Brian Paul Date: Thu, 22 Oct 2009 22:26:54 +0000 (-0600) Subject: i965: remove unused BRW_FALLBACK_TEXTURE bit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f7abf5c042a1bcf97d77d6dad4a17bda37e0567;p=mesa.git i965: remove unused BRW_FALLBACK_TEXTURE bit The value was probably wrong too. It was the same as INTEL_FALLBACK_DRAW_BUFFER. --- diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index a5209ac41be..b7d6c7ce7ea 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;