summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.h
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2016-07-08 18:41:03 -0400
committerIlia Mirkin <[email protected]>2016-07-11 21:17:01 -0400
commit8ee3cdde049d30095451f44080a9cd2d6e949459 (patch)
tree49396094316feb60ad068a509bdd0efcbc3469c6 /src/mesa/main/glformats.h
parent0d911a720da9677ad0410fdfeab8e81546427102 (diff)
mesa: etc2 online compression is unsupported, don't attempt it
Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Anuj Phogat <[email protected]> Cc: "11.2 12.0" <[email protected]>
Diffstat (limited to 'src/mesa/main/glformats.h')
-rw-r--r--src/mesa/main/glformats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/glformats.h b/src/mesa/main/glformats.h
index 782e0f2edc8..763307f2593 100644
--- a/src/mesa/main/glformats.h
+++ b/src/mesa/main/glformats.h
@@ -61,6 +61,9 @@ extern GLboolean
_mesa_is_astc_format(GLenum internalFormat);
extern GLboolean
+_mesa_is_etc2_format(GLenum internalFormat);
+
+extern GLboolean
_mesa_is_type_unsigned(GLenum type);
extern GLboolean