projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00d3bd
)
i965: Remove a dead define.
author
Eric Anholt
<eric@anholt.net>
Mon, 19 May 2014 04:47:29 +0000
(21:47 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 2 Jul 2014 19:45:59 +0000
(12:45 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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 aed8e1ab6d5bf5f24c8fd7b6fb045d338891567d..c0cb26745ca032169e7367aea7c1f7da07460bf7 100644
(file)
--- 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_inst;
struct brw_vs_prog_key;