From 4cf5c85ec70abb736e9c135e77c221b177d85d12 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 9 Nov 2015 12:16:58 -0800 Subject: mesa: Add _mesa_set_sampler_srgb_decode method Signed-off-by: Ian Romanick Reviewed-by: Jason Ekstrand --- src/mesa/main/samplerobj.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/main/samplerobj.h') diff --git a/src/mesa/main/samplerobj.h b/src/mesa/main/samplerobj.h index c35052e0ac3..68a924ce931 100644 --- a/src/mesa/main/samplerobj.h +++ b/src/mesa/main/samplerobj.h @@ -89,6 +89,10 @@ _mesa_set_sampler_filters(struct gl_context *ctx, struct gl_sampler_object *samp, GLenum min_filter, GLenum mag_filter); +extern void +_mesa_set_sampler_srgb_decode(struct gl_context *ctx, + struct gl_sampler_object *samp, GLenum param); + void GLAPIENTRY _mesa_GenSamplers(GLsizei count, GLuint *samplers); void GLAPIENTRY -- cgit v1.2.3