summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-06 12:51:26 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-06 12:51:26 +0000
commit3e14a482daf5e69331efac69711534a8b66118e4 (patch)
treedd9214ea66e5213a6b557468fb8c65102572656e /src/gallium/drivers/i965/brw_context.h
parent1e3910a878e63d7859b205a30e23535d1da67d45 (diff)
i965g: propogate nr_cbufs into wm prog key
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r--src/gallium/drivers/i965/brw_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h
index 05fc9d45b5..f53b92d4f5 100644
--- a/src/gallium/drivers/i965/brw_context.h
+++ b/src/gallium/drivers/i965/brw_context.h
@@ -209,6 +209,7 @@ struct brw_sampler {
#define PIPE_NEW_QUERY 0x80000
#define PIPE_NEW_SCISSOR 0x100000
#define PIPE_NEW_BOUND_TEXTURES 0x200000
+#define PIPE_NEW_NR_CBUFS 0x400000