st/mesa: avoid exposing EXT_texture_integer for pre-GLSL 1.30
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 30 Nov 2014 03:12:12 +0000 (22:12 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sun, 30 Nov 2014 18:04:29 +0000 (13:04 -0500)
commitebbd34a468a9e8f3f4d8900be38755d77a662f1f
tree706a76246b667d2575737ade0ac8c74c48eea012
parent4907c313855affe6680f214e18edd27706dfa378
st/mesa: avoid exposing EXT_texture_integer for pre-GLSL 1.30

For drivers building up to GL(ES)3, only expose the actual extension if
the API will let it be used (e.g. via overrides/debug flags that enable
higher versions).

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_extensions.c