summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_reg.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-28 02:51:51 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:31 -0800
commit80dc1801409f9913cc37b8fc8e68c692bc8a22ca (patch)
treee3ebd9fe28f22c9562798c226c789c6b2f749656 /src/gallium/drivers/r300/r300_reg.h
parentf6add70ef889b609a114baf8f6bcb43413caa702 (diff)
r300: A handful of thingys.
Diffstat (limited to 'src/gallium/drivers/r300/r300_reg.h')
-rw-r--r--src/gallium/drivers/r300/r300_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_reg.h b/src/gallium/drivers/r300/r300_reg.h
index 37f168ed4c..c1d5009b86 100644
--- a/src/gallium/drivers/r300/r300_reg.h
+++ b/src/gallium/drivers/r300/r300_reg.h
@@ -670,7 +670,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
# define R300_GB_FOG_STUFF_COMP_MASK 0x00000c00
/* Specifies the graphics pipeline configuration for antialiasing. */
-#define GB_AA_CONFIG 0x4020
+#define R300_GB_AA_CONFIG 0x4020
# define GB_AA_CONFIG_AA_DISABLE (0 << 0)
# define GB_AA_CONFIG_AA_ENABLE (1 << 0)
# define GB_AA_CONFIG_NUM_AA_SUBSAMPLES_2 (0 << 1)