diff options
author | Brian Paul <brianp@vmware.com> | 2010-07-05 20:07:07 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-07-05 20:14:39 -0600 |
commit | abd5627a6a034885b0b01b995c73870da1361bb0 (patch) | |
tree | f13fb38b514f020d6637d64cdf709c4f94e7a876 /src/mesa/main/image.h | |
parent | e54164b4e3890e3eddc4ae976e3cc2f1fa2f441b (diff) |
mesa: initial support for unnormalized integer texture formats
As defined by GL_EXT_texture_integer.
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r-- | src/mesa/main/image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 48582eb3bb..8b180d6bfe 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -79,6 +79,9 @@ extern GLboolean _mesa_is_dudv_format(GLenum format); extern GLboolean +_mesa_is_integer_format(GLenum format); + +extern GLboolean _mesa_is_compressed_format(GLcontext *ctx, GLenum format); extern GLvoid * |