r300/r500: fix RS col fmt bits
authorDave Airlie <airlied@redhat.com>
Tue, 20 May 2008 05:59:56 +0000 (15:59 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 May 2008 05:59:56 +0000 (15:59 +1000)
src/mesa/drivers/dri/r300/r300_reg.h

index b742fabbb50968d2b59ed97c61d95a5ab22735c0..08e41820d65ed921485d3944e096771d202c44b9 100644 (file)
@@ -1177,8 +1177,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #      define R300_RS_COL_PTR(x)                       (x << 6)\r
 #      define R300_RS_COL_FMT(x)                       (x << 9)\r
 #      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