summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_screen.h
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger@gmx.ch>2004-05-20 00:23:30 +0000
committerRoland Scheidegger <rscheidegger@gmx.ch>2004-05-20 00:23:30 +0000
commita671fea40498153605a529e5fc93a7293cceb733 (patch)
treef28690ee90b58b46605c852df874f8a29bb208d9 /src/mesa/drivers/dri/r200/r200_screen.h
parentb6933b68114a6eeeab7ad064a553e20b64e16e82 (diff)
add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_screen.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_screen.h b/src/mesa/drivers/dri/r200/r200_screen.h
index b10d6c286e..35b3cb1890 100644
--- a/src/mesa/drivers/dri/r200/r200_screen.h
+++ b/src/mesa/drivers/dri/r200/r200_screen.h
@@ -95,6 +95,7 @@ typedef struct {
unsigned int gart_base;
GLboolean drmSupportsCubeMaps; /* need radeon kernel module >=1.7 */
+ GLboolean drmSupportsBlendColor; /* need radeon kernel module >= 1.11 */
/* Configuration cache with default values for all contexts */
driOptionCache optionCache;