projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa05ddc
)
mesa: 80-column wrap
author
Brian Paul
<brianp@vmware.com>
Wed, 16 Feb 2011 17:35:21 +0000
(10:35 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 17 Feb 2011 00:05:08 +0000
(17:05 -0700)
src/mesa/main/texgetimage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texgetimage.c
b/src/mesa/main/texgetimage.c
index da610798e1232822da5eb0d6e7416731bc68197e..28829694153e50979adc372e7867f8814040cc43 100644
(file)
--- a/
src/mesa/main/texgetimage.c
+++ b/
src/mesa/main/texgetimage.c
@@
-805,8
+805,8
@@
_mesa_GetTexImage( GLenum target, GLint level, GLenum format,
* \return GL_TRUE if any error, GL_FALSE if no errors.
*/
static GLboolean
-getcompressedteximage_error_check(struct gl_context *ctx, GLenum target,
GLint level,
- GLvoid *img)
+getcompressedteximage_error_check(struct gl_context *ctx, GLenum target,
+ GL
int level, GL
void *img)
{
struct gl_texture_object *texObj;
struct gl_texture_image *texImage;