summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-04 00:50:38 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-04 00:50:38 -0800
commit9f10b16790d7e4e224fc30cf105df944275d6353 (patch)
tree3f1a65838daf619f0649b5beaacfe9230a84ec80 /src/gallium/drivers/r300/r300_context.h
parentf097465bb85d3ca212a23c2dcc9cf73988de9160 (diff)
r300: A bit more cleanup and state handling.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 0cb0ec20d5..e0aad66018 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -87,15 +87,17 @@ struct r300_scissor_state {
struct r300_texture_state {
};
-#define R300_NEW_BLEND 0x0001
-#define R300_NEW_BLEND_COLOR 0x0002
-#define R300_NEW_DSA 0x0004
-#define R300_NEW_FRAGMENT_SHADER 0x0008
-#define R300_NEW_RASTERIZER 0x0010
-#define R300_NEW_SAMPLER 0x0020
-#define R300_NEW_SCISSOR 0x2000
-#define R300_NEW_VERTEX_SHADER 0x4000
-#define R300_NEW_KITCHEN_SINK 0x7fff
+#define R300_NEW_BLEND 0x000001
+#define R300_NEW_BLEND_COLOR 0x000002
+#define R300_NEW_DSA 0x000004
+#define R300_NEW_FRAMEBUFFERS 0x000008
+#define R300_NEW_FRAGMENT_SHADER 0x000010
+#define R300_NEW_RASTERIZER 0x000020
+#define R300_NEW_SAMPLER 0x000040
+#define R300_NEW_SCISSOR 0x004000
+#define R300_NEW_TEXTURE 0x008000
+#define R300_NEW_VERTEX_SHADER 0x800000
+#define R300_NEW_KITCHEN_SINK 0xffffff
struct r300_texture {
/* Parent class */