summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_caps.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-11-18 15:51:47 +0100
committerMarek Olšák <maraeo@gmail.com>2011-11-22 20:56:50 +0100
commit2a0126932b320806e030c1c085791e257516e0cd (patch)
treeb804f36cbf1b79a75df6d93346930d6e268bf521 /src/gallium/auxiliary/util/u_caps.c
parenta92ee4abfe5c0bdd9cc921dee5f18436f1df8a4d (diff)
downloadexternal_mesa3d-2a0126932b320806e030c1c085791e257516e0cd.zip
external_mesa3d-2a0126932b320806e030c1c085791e257516e0cd.tar.gz
external_mesa3d-2a0126932b320806e030c1c085791e257516e0cd.tar.bz2
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Only i965g does not enable GLSL, but that driver has been unmaintained and bitrotting for quite a while anyway.
Diffstat (limited to 'src/gallium/auxiliary/util/u_caps.c')
-rw-r--r--src/gallium/auxiliary/util/u_caps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_caps.c b/src/gallium/auxiliary/util/u_caps.c
index 75677b2..6230707 100644
--- a/src/gallium/auxiliary/util/u_caps.c
+++ b/src/gallium/auxiliary/util/u_caps.c
@@ -182,7 +182,6 @@ static unsigned caps_dx_11[] = {
/* OpenGL 2.1 */
static unsigned caps_opengl_2_1[] = {
- UTIL_CHECK_CAP(GLSL),
UTIL_CHECK_CAP(OCCLUSION_QUERY),
UTIL_CHECK_CAP(TWO_SIDED_STENCIL),
UTIL_CHECK_CAP(BLEND_EQUATION_SEPARATE),