diff options
author | Brian Paul <[email protected]> | 2009-09-27 21:32:12 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-27 21:32:12 -0600 |
commit | 729ff875f4c951798d2372940608201a6b195ca6 (patch) | |
tree | 4cb9f130a259210883721ec99dfef5153eb7dd5e /src/mesa/main/texformat.h | |
parent | bd00a7fa4bb4bb71cd2eaf7ebb6749a709b5fdb9 (diff) |
mesa: change _mesa_format_to_type_and_comps() format parameter type
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r-- | src/mesa/main/texformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 39d5ec640a4..638eadff971 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -151,7 +151,7 @@ _mesa_choose_tex_format( GLcontext *ctx, GLint internalFormat, extern void -_mesa_format_to_type_and_comps(const struct gl_texture_format *format, +_mesa_format_to_type_and_comps(gl_format format, GLenum *datatype, GLuint *comps); extern FetchTexelFuncF |