Browse Source

r300g: add QUERY to KITCHEN_SINK

I missed this, thanks to Corbin for pointing it out.
tags/mesa_7_7_rc1
Dave Airlie 16 years ago
parent
commit
fa581580b1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/r300/r300_context.h

+ 1
- 1
src/gallium/drivers/r300/r300_context.h View File

@@ -142,7 +142,7 @@ struct r300_viewport_state {
#define R300_NEW_VERTEX_SHADER 0x08000000
#define R300_NEW_VIEWPORT 0x10000000
#define R300_NEW_QUERY 0x20000000
#define R300_NEW_KITCHEN_SINK 0x1fffffff
#define R300_NEW_KITCHEN_SINK 0x3fffffff

/* The next several objects are not pure Radeon state; they inherit from
* various Gallium classes. */

Loading…
Cancel
Save