diff options
author | Keith Whitwell <[email protected]> | 2009-11-19 18:55:18 -0800 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-19 18:55:18 -0800 |
commit | 47cef2bb8f5979ae690e89943f83060999a29a55 (patch) | |
tree | 55c7d53fc062717a0ac3f21d1437907129b1a048 /src/gallium/drivers/i965/brw_context.h | |
parent | c58e20fbbb87b8dbd0c58294d4ad3d297c3aa747 (diff) |
i965g: add new state flag tracking fs signature changes
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 31e04b6e14c..65859be0ec5 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -233,6 +233,7 @@ struct brw_sampler { #define PIPE_NEW_SCISSOR 0x100000 #define PIPE_NEW_BOUND_TEXTURES 0x200000 #define PIPE_NEW_NR_CBUFS 0x400000 +#define PIPE_NEW_FRAGMENT_SIGNATURE 0x800000 |