projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8eec93
)
mesa: remove a bit of old code
author
Brian Paul
<brianp@vmware.com>
Tue, 17 Nov 2009 23:05:24 +0000
(16:05 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 17 Nov 2009 23:16:30 +0000
(16:16 -0700)
src/mesa/main/buffers.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/buffers.c
b/src/mesa/main/buffers.c
index 7f77c5d7726a43a19635a5d2afae602bced17945..7c31a46ab951e0a9c6c963251134d4edd3b2d73d 100644
(file)
--- a/
src/mesa/main/buffers.c
+++ b/
src/mesa/main/buffers.c
@@
-383,7
+383,6
@@
_mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum *buffers,
if (n == 1) {
GLuint count = 0, destMask0 = destMask[0];
/* init to -1 to help catch errors */
- //fb->_ColorDrawBufferIndexes[0] = -1;
while (destMask0) {
GLint bufIndex = _mesa_ffs(destMask0) - 1;
if (fb->_ColorDrawBufferIndexes[count] != bufIndex) {