http://bugs.freedesktop.org/show_bug.cgi?id=13978
------- Comment #2 from [EMAIL PROTECTED] 2008-01-08 18:22 PST -------
seems this can fix this issue:
--- a/src/mesa/main/buffers.c 2008-01-09 09:54:06.000000000 +0800
+++ b/src/mesa/main/buffers.c 2008-01-09 09:56:15.000000000 +0800
@@ -540,10 +540,12 @@
for (buf = 0; buf < n; buf++ ) {
if (destMask[buf]) {
fb->_ColorDrawBufferIndexes[buf] = _mesa_ffs(destMask[buf]) - 1;
+ fb->ColorDrawBuffer[buf] = buffers[buf];
count = buf + 1;
}
else {
fb->_ColorDrawBufferIndexes[buf] = -1;
+ fb->ColorDrawBuffer[buf] = GL_NONE;
}
}
/* set remaining outputs to -1 (GL_NONE) */
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev