mesa: Expose EXT_texture_query_lod and add support for its use shaders
authorGert Wollny <gert.wollny@collabora.com>
Mon, 25 Feb 2019 18:12:07 +0000 (19:12 +0100)
committerGert Wollny <gert.wollny@collabora.com>
Sun, 3 Mar 2019 20:50:42 +0000 (21:50 +0100)
commit3214f20914134df07b070f471c0ca2d610ed3b81
tree35cdef9d9a5464dd5daf8c1aa9e2dd7d100f3375
parent7dc2f4788288ec9c7ab63e37fdea750c08503eca
mesa: Expose EXT_texture_query_lod and add support for its use shaders

EXT_texture_query_lod provides the same functionality for GLES like
the ARB extension with the same name for GL.

v2: Set ES 3.0 as minimum GLES version as required by the extension

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/glsl/builtin_functions.cpp
src/compiler/glsl/glsl_parser_extras.cpp
src/compiler/glsl/glsl_parser_extras.h
src/mesa/main/extensions_table.h