summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texparam.h')
-rw-r--r--src/mesa/main/texparam.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/texparam.h b/src/mesa/main/texparam.h
index 96defbec213..b2f6a847337 100644
--- a/src/mesa/main/texparam.h
+++ b/src/mesa/main/texparam.h
@@ -65,6 +65,13 @@ _mesa_texture_parameterIuiv(struct gl_context *ctx,
struct gl_texture_object *texObj,
GLenum pname, const GLuint *params, bool dsa);
+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);
+
/*@}*/
/**