[Mesa-dev] [PATCH] st/mesa: fix renderbuffer validation bug

2012-08-10 Thread Brian Paul
After we attach a new renderbuffer in this function we need to make sure Mesa's update_framebuffer() gets called. Fixes crash in WebGL conformance/textures/texture-attachment-formats.html, but the test still fails for other reasons. Fixes ttps://bugs.freedesktop.org/show_bug.cgi?id=53316 Note:

Re: [Mesa-dev] [PATCH] st/mesa: fix renderbuffer validation bug

2012-08-10 Thread Jose Fonseca
- Original Message - After we attach a new renderbuffer in this function we need to make sure Mesa's update_framebuffer() gets called. Fixes crash in WebGL conformance/textures/texture-attachment-formats.html, but the test still fails for other reasons. Fixes