summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_screen.h
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger@gmx.ch>2005-03-15 22:23:29 +0000
committerRoland Scheidegger <rscheidegger@gmx.ch>2005-03-15 22:23:29 +0000
commitfbe5296d1463e1052590b744f3d62ebb9e5d5dd4 (patch)
tree23ab4a2986fb2451614e9549845096671be0ca1a /src/mesa/drivers/dri/r200/r200_screen.h
parent75417943737d49670dd4fbc600cd05dc29e2ba51 (diff)
add support for user-configurable brilinear filtering on r200
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 fdfb21a6c5..91b43cbd75 100644
--- a/src/mesa/drivers/dri/r200/r200_screen.h
+++ b/src/mesa/drivers/dri/r200/r200_screen.h
@@ -96,6 +96,7 @@ typedef struct {
GLboolean drmSupportsCubeMaps; /* need radeon kernel module >=1.7 */
GLboolean drmSupportsBlendColor; /* need radeon kernel module >= 1.11 */
+ GLboolean drmSupportsTriPerf; /* need radeon kernel module >= 1.16 */
GLboolean depthHasSurface;
/* Configuration cache with default values for all contexts */