https://bugs.freedesktop.org/show_bug.cgi?id=53426
Timothy Arceri changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |v...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53426
--- Comment #2 from Brian Paul 2012-08-16 23:06:25 UTC
---
Alternately, can you try this patch, Vinson?
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index 792a92d..03094cc 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa
https://bugs.freedesktop.org/show_bug.cgi?id=53426
--- Comment #1 from Brian Paul 2012-08-16 19:02:18 UTC
---
This warning is kind of bogus.
Jose suggested adding an assertion like this:
assert(BUFFER_COLOR0 + ctx->Const.MaxColorAttachments <=
Elements(fb->Attachment));
--
Configure bugma