diff options
author | Roland Scheidegger <[email protected]> | 2004-05-20 00:19:48 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2004-05-20 00:19:48 +0000 |
commit | b6933b68114a6eeeab7ad064a553e20b64e16e82 (patch) | |
tree | 2df39473566dcb070272b1f91ad45d47d359f1a2 /src/mesa/drivers | |
parent | a9d033c4603b9e5d5ed05fd4b3738e61f1ee4e72 (diff) |
add missing R200_RB3D_BLENDCOLOR register
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_reg.h b/src/mesa/drivers/dri/r200/r200_reg.h index 685fc5c0319..9f82d54ea49 100644 --- a/src/mesa/drivers/dri/r200/r200_reg.h +++ b/src/mesa/drivers/dri/r200/r200_reg.h @@ -1307,6 +1307,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define R200_PP_TXABLEND_7 0x2f78 #define R200_PP_TXABLEND2_7 0x2f7c /* gap */ +#define R200_RB3D_BLENDCOLOR 0x3218 /* ARGB 8888 */ #define R200_RB3D_ABLENDCNTL 0x321C /* see BLENDCTL */ #define R200_RB3D_CBLENDCNTL 0x3220 /* see BLENDCTL */ |