diff options
author | Corbin Simpson <[email protected]> | 2009-08-18 17:52:03 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-08-18 21:25:53 -0700 |
commit | a381ee82663f10ff3cdcfad331258d03d4188894 (patch) | |
tree | df3e675f8441e3ba5373d59ff471856a1b7cdfc5 /src/gallium/drivers/r300/r300_reg.h | |
parent | 4092f318db440532f78a39c0444b987039c8f7f7 (diff) |
r300g: Massively cleanup OQ.
Still broken, but compiles cleaner, behaves better, etc.
Diffstat (limited to 'src/gallium/drivers/r300/r300_reg.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_reg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_reg.h b/src/gallium/drivers/r300/r300_reg.h index 6825d998700..03cd219cde9 100644 --- a/src/gallium/drivers/r300/r300_reg.h +++ b/src/gallium/drivers/r300/r300_reg.h @@ -3312,6 +3312,10 @@ enum { #define R200_3D_DRAW_IMMD_2 0xC0003500 +/* XXX Oh look, stuff not brought over from docs yet */ + +#define R300_SU_REG_DEST 0x42C8 + #endif /* _R300_REG_H */ /* *INDENT-ON* */ |