summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.h
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <[email protected]>2015-12-22 20:04:38 +0100
committerEduardo Lima Mitev <[email protected]>2016-03-03 15:14:07 +0100
commita8736a2567057c0cb3cdd673743d9cc8b562b288 (patch)
tree0431ab01f1465d4c3df65d6e2197a5f83d47fd65 /src/mesa/main/texparam.h
parente8ab7727e1cb359be565b9d3dace1c0490e452ad (diff)
mesa/texparam: make public target_allows_setting_sampler_parameters
In order to allow to be used on ARB_internalformat_query2 implementation. Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/main/texparam.h')
-rw-r--r--src/mesa/main/texparam.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texparam.h b/src/mesa/main/texparam.h
index eca6e6fe5d9..b2f6a847337 100644
--- a/src/mesa/main/texparam.h
+++ b/src/mesa/main/texparam.h
@@ -69,6 +69,9 @@ GLboolean
_mesa_legal_get_tex_level_parameter_target(struct gl_context *ctx, GLenum target,
bool dsa);
+GLboolean
+_mesa_target_allows_setting_sampler_parameters(GLenum target);
+
/*@}*/
/**