summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-05-20 15:59:56 +1000
committerDave Airlie <airlied@redhat.com>2008-05-20 15:59:56 +1000
commit282cdc8b5c2495195fab8ee4afa9a7903caa459e (patch)
tree6a52840a2def0f31cd15eadf78daf947af60760a /src/mesa/drivers
parent476248befe2bd04558ce53e937230c1a400a51b6 (diff)
r300/r500: fix RS col fmt bits
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r300/r300_reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h
index b742fabbb5..08e41820d6 100644
--- a/src/mesa/drivers/dri/r300/r300_reg.h
+++ b/src/mesa/drivers/dri/r300/r300_reg.h
@@ -1177,8 +1177,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
# define R300_RS_COL_PTR(x) (x << 6)
# define R300_RS_COL_FMT(x) (x << 9)
# define R300_RS_COL_FMT_RGBA 0
-# define R300_RS_COL_FMT_RGB0 2
-# define R300_RS_COL_FMT_RGB1 3
+# define R300_RS_COL_FMT_RGB0 1
+# define R300_RS_COL_FMT_RGB1 2
# define R300_RS_COL_FMT_000A 4
# define R300_RS_COL_FMT_0000 5
# define R300_RS_COL_FMT_0001 6