From aa142ff1b5ac1488221830bb9b512c2d22f6675f Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Tue, 18 May 2004 23:03:22 +0000 Subject: add R200_EMIT_RB3D_BLENDCOLOR state packet to support GL_EXT_blend_color, GL_EXT_blend_func_separate and GL_EXT_blend_equation_separate on r200 --- shared/radeon_drm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/radeon_drm.h') diff --git a/shared/radeon_drm.h b/shared/radeon_drm.h index c60c09fd..735e04ef 100644 --- a/shared/radeon_drm.h +++ b/shared/radeon_drm.h @@ -144,7 +144,8 @@ #define RADEON_EMIT_PP_TEX_SIZE_0 73 #define RADEON_EMIT_PP_TEX_SIZE_1 74 #define RADEON_EMIT_PP_TEX_SIZE_2 75 -#define RADEON_MAX_STATE_PACKETS 76 +#define R200_EMIT_RB3D_BLENDCOLOR 76 +#define RADEON_MAX_STATE_PACKETS 77 /* Commands understood by cmd_buffer ioctl. More can be added but -- cgit v1.2.3