gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
authorMarek Olšák <maraeo@gmail.com>
Fri, 18 Nov 2011 14:51:47 +0000 (15:51 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 22 Nov 2011 19:56:50 +0000 (20:56 +0100)
commit2a0126932b320806e030c1c085791e257516e0cd
treeb804f36cbf1b79a75df6d93346930d6e268bf521
parenta92ee4abfe5c0bdd9cc921dee5f18436f1df8a4d
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.
15 files changed:
src/gallium/auxiliary/util/u_caps.c
src/gallium/docs/source/screen.rst
src/gallium/drivers/cell/ppu/cell_screen.c
src/gallium/drivers/i915/i915_screen.c
src/gallium/drivers/i965/brw_screen.c
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nvc0/nvc0_screen.c
src/gallium/drivers/nvfx/nvfx_screen.c
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r600/r600_pipe.c
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/drivers/svga/svga_screen.c
src/gallium/include/pipe/p_defines.h
src/mesa/state_tracker/st_extensions.c