summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.h
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2016-11-26 18:03:56 +0200
committerTopi Pohjolainen <[email protected]>2017-01-27 08:57:26 +0200
commita283a4ee2fba6c8efa4f4e4eeea6b3d7b21df4d0 (patch)
treef6729e86b366ace5de0dfd91a8cc2b10fdb284f3 /src/mesa/main/glformats.h
parent542bb8504991c91d50f2b0302c2d04f58003030f (diff)
meta: Refactor texture format translation
Reviewed-by: Anuj Phogat <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Signed-off-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/main/glformats.h')
-rw-r--r--src/mesa/main/glformats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/glformats.h b/src/mesa/main/glformats.h
index 763307f2593..5c9d8263ed1 100644
--- a/src/mesa/main/glformats.h
+++ b/src/mesa/main/glformats.h
@@ -148,6 +148,10 @@ _mesa_base_tex_format(const struct gl_context *ctx, GLint internalFormat );
extern uint32_t
_mesa_format_from_format_and_type(GLenum format, GLenum type);
+extern uint32_t
+_mesa_tex_format_from_format_and_type(const struct gl_context *ctx,
+ GLenum gl_format, GLenum type);
+
extern bool
_mesa_is_es3_color_renderable(GLenum internal_format);