i965: enable ARB_texture_query_levels on Gen6+
authorChris Forbes <chrisf@ijw.co.nz>
Sat, 5 Oct 2013 04:11:57 +0000 (17:11 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Sat, 5 Oct 2013 06:16:33 +0000 (19:16 +1300)
commit317e172677541771d3dbfadba852f067d8d881a1
tree4cca8fcbdf2193c8dea0ef38010e61222e3e88c4
parent4be21a07eace673720a4121fb8b697d0a7cfab69
i965: enable ARB_texture_query_levels on Gen6+

Theoretically would work on Gen5 as well but requires GLSL 1.30, which
is not (yet) enabled by default there.

V2: Enable for Gen5 conditionally on GLSL version.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/intel_extensions.c