diff options
author | Marek Olšák <[email protected]> | 2013-09-28 21:28:53 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-10-08 16:23:04 +0200 |
commit | e9c9d2820331b2c23dfcd5982948831ba79b2e4b (patch) | |
tree | 8e0770b0d536737f6e6f1643a3b7e65fef7612b3 /src/mesa/main/texgetimage.c | |
parent | 20bf508a42b0fdd5b094842b1bbeb412ce3f8505 (diff) |
st/mesa: improve format selection for GLES
Reviewed-by: Wladimir J. van der Laan <[email protected]>
Diffstat (limited to 'src/mesa/main/texgetimage.c')
-rw-r--r-- | src/mesa/main/texgetimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index 7050f1080a4..d66ca1abcc6 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -319,7 +319,7 @@ get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, * Return a base GL format given the user-requested format * for glGetTexImage(). */ -static GLenum +GLenum _mesa_base_pack_format(GLenum format) { switch (format) { |