diff options
author | Marek Olšák <[email protected]> | 2011-11-18 15:51:47 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-11-22 20:56:50 +0100 |
commit | 2a0126932b320806e030c1c085791e257516e0cd (patch) | |
tree | b804f36cbf1b79a75df6d93346930d6e268bf521 /src/gallium/auxiliary/util/u_caps.c | |
parent | a92ee4abfe5c0bdd9cc921dee5f18436f1df8a4d (diff) |
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.c | 1 |
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 75677b2b133..6230707552e 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), |