add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
authorRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 28 Jun 2004 22:32:38 +0000 (22:32 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 28 Jun 2004 22:32:38 +0000 (22:32 +0000)
src/mesa/drivers/dri/r200/r200_sanity.c
src/mesa/drivers/dri/radeon/radeon_sanity.c

index a21495d..2de262e 100644 (file)
@@ -139,6 +139,10 @@ static struct {
    { R200_PP_CUBIC_OFFSET_F1_4, 5, "R200_PP_CUBIC_OFFSET_F1_4" },
    { R200_PP_CUBIC_FACES_5, 1, "R200_PP_CUBIC_FACES_5" },
    { R200_PP_CUBIC_OFFSET_F1_5, 5, "R200_PP_CUBIC_OFFSET_F1_5" },
+   { RADEON_PP_TEX_SIZE_0, 2, "RADEON_PP_TEX_SIZE_0" },
+   { RADEON_PP_TEX_SIZE_1, 2, "RADEON_PP_TEX_SIZE_1" },
+   { RADEON_PP_TEX_SIZE_2, 2, "RADEON_PP_TEX_SIZE_2" },
+   { R200_RB3D_BLENDCOLOR, 3, "R200_RB3D_BLENDCOLOR" },
 };
 
 struct reg_names {
@@ -459,6 +463,7 @@ static struct reg_names reg_names[] = {
    { R200_PP_TXCBLEND2_7, "R200_PP_TXCBLEND2_7" },
    { R200_PP_TXABLEND_7, "R200_PP_TXABLEND_7" },
    { R200_PP_TXABLEND2_7, "R200_PP_TXABLEND2_7" },
+   { R200_RB3D_BLENDCOLOR, "R200_RB3D_BLENDCOLOR" },
    { R200_RB3D_ABLENDCNTL, "R200_RB3D_ABLENDCNTL" },
    { R200_RB3D_CBLENDCNTL, "R200_RB3D_CBLENDCNTL" },
    { R200_SE_TCL_OUTPUT_VTX_COMP_SEL, "R200_SE_TCL_OUTPUT_VTX_COMP_SEL" },
index 11d0a33..4a6d7d1 100644 (file)
@@ -138,6 +138,7 @@ static struct {
    { RADEON_PP_TEX_SIZE_0, 2, "RADEON_PP_TEX_SIZE_0" },
    { RADEON_PP_TEX_SIZE_1, 2, "RADEON_PP_TEX_SIZE_1" },
    { RADEON_PP_TEX_SIZE_2, 2, "RADEON_PP_TEX_SIZE_2" },
+       { 0, 3, "R200_RB3D_BLENDCOLOR" },
 };
 
 struct reg_names {