projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18af75e
)
mesa: clean-up formatting
author
Brian Paul
<brianp@vmware.com>
Mon, 2 Nov 2009 22:29:54 +0000
(15:29 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 3 Nov 2009 16:52:25 +0000
(09:52 -0700)
src/mesa/main/buffers.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/buffers.c
b/src/mesa/main/buffers.c
index 740ac3f4aef9052b7f790c4ddfc76e82bb50d0da..e76cf87cb02d55771772e06ce6a0f6e932922f8e 100644
(file)
--- a/
src/mesa/main/buffers.c
+++ b/
src/mesa/main/buffers.c
@@
-338,7
+338,7
@@
_mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers)
if (ctx->Driver.DrawBuffers)
ctx->Driver.DrawBuffers(ctx, n, buffers);
else if (ctx->Driver.DrawBuffer)
- ctx->Driver.DrawBuffer(ctx, n
>0? buffers[0]:
GL_NONE);
+ ctx->Driver.DrawBuffer(ctx, n
> 0 ? buffers[0] :
GL_NONE);
}