diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 16:57:37 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 16:57:37 +0000 |
commit | 061411b2611634960f0ba36e42916c67918bb53d (patch) | |
tree | 456176c5be87b1d3352231b9c8c6d9839e8339c8 /src/gallium/drivers/i965/brw_context.h | |
parent | 1ec7e058f50882b27c0a2abd961bd49848386ff7 (diff) |
i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index b7330f00f49..143e068987c 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -257,7 +257,7 @@ struct brw_sampler { #define BRW_NEW_WM_SURFACES 0x1000 #define BRW_NEW_xxx 0x2000 /* was FENCE */ #define BRW_NEW_INDICES 0x4000 -#define BRW_NEW_VERTICES 0x8000 + /** * Used for any batch entry with a relocated pointer that will be used * by any 3D rendering. Need to re-emit these fresh in each |