diff options
author | Brian Paul <[email protected]> | 2011-11-23 15:33:45 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-11-28 08:07:09 -0700 |
commit | f0b6e9a729d14740fc607c1148032d688f3c5c2c (patch) | |
tree | fdf5dc55d417dcdf0f83baf177948401ec732867 /src/mesa/main/texparam.h | |
parent | 858d1f0b1cb9087f7eefcb3b8147e06457505ce0 (diff) |
mesa: use _mesa_base_format_has_channel() in fbobject.c queries
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/texparam.h')
-rw-r--r-- | src/mesa/main/texparam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texparam.h b/src/mesa/main/texparam.h index 19b4116c0b6..6c6b7fa671e 100644 --- a/src/mesa/main/texparam.h +++ b/src/mesa/main/texparam.h @@ -30,6 +30,9 @@ #include "main/glheader.h" +extern GLboolean +_mesa_base_format_has_channel(GLenum base_format, GLenum pname); + extern void GLAPIENTRY _mesa_GetTexLevelParameterfv( GLenum target, GLint level, GLenum pname, GLfloat *params ); |