From: Dave Airlie Date: Tue, 20 May 2008 05:59:56 +0000 (+1000) Subject: r300/r500: fix RS col fmt bits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=282cdc8b5c2495195fab8ee4afa9a7903caa459e;p=mesa.git r300/r500: fix RS col fmt bits --- diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index b742fabbb50..08e41820d65 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