From: Marek O. <ma...@gm...> - 2010-03-11 22:21:05
|
On Thu, Mar 11, 2010 at 4:41 PM, Luca Barbieri <lu...@lu...>wrote: > I've looked into the issue, and found a workaround by looking at what > st_renderbuffer_alloc_storage (which is called to create the depth > buffer with ST_SURFACE_DEPTH != BUFFER_DEPTH) does. > > Adding: > if(ctx) ctx->NewState |= _NEW_BUFFERS; > > at the end of st_set_framebuffer_surface seems to solve the warsow > problem with no other regressions. > > Brian, is this the right fix? > Marek, does it fix your r300g problems too? > Mesa master merged with 7.8 fixes all the glean regressions. Thanks. |