[Mesa-dev] [PATCH 04/11] i965: Remove a dead define.
Eric Anholt
eric at anholt.net
Wed May 21 15:04:25 PDT 2014
---
src/mesa/drivers/dri/i965/brw_context.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 5b0328f..89d8d9f 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -141,8 +141,6 @@ extern "C" {
* Handles blending and (presumably) depth and stencil testing.
*/
-#define BRW_MAX_CURBE (32*16)
-
struct brw_context;
struct brw_instruction;
struct brw_vs_prog_key;
--
2.0.0.rc2
More information about the mesa-dev
mailing list