projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810d2e1
)
mesa: minor whitespace fixes in teximage.c
author
Brian Paul
<brianp@vmware.com>
Mon, 8 Oct 2012 21:18:48 +0000
(15:18 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 8 Oct 2012 23:30:21 +0000
(17:30 -0600)
src/mesa/main/teximage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.c
b/src/mesa/main/teximage.c
index b6dd3954dec2e7ed7f1212452879c7251fb4929d..d7156e6706ddaacb43584bd4e6b26180f7d37fc4 100644
(file)
--- a/
src/mesa/main/teximage.c
+++ b/
src/mesa/main/teximage.c
@@
-3398,8
+3398,8
@@
compressed_subtexture_error_check(struct gl_context *ctx, GLint dims,
break;
default:
targetOK = GL_FALSE;
-
}
-
}
+ }
+ }
else {
assert(dims == 1 || dims == 3);
/* no 1D or 3D compressed textures at this time */