diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 12:51:26 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 12:51:26 +0000 |
commit | 3e14a482daf5e69331efac69711534a8b66118e4 (patch) | |
tree | dd9214ea66e5213a6b557468fb8c65102572656e /src/gallium/drivers/i965/brw_context.h | |
parent | 1e3910a878e63d7859b205a30e23535d1da67d45 (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.h | 1 |
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 05fc9d45b56..f53b92d4f53 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 |