On 21 August 2015 at 22:08, Marek Olšák <[email protected]> wrote: > Hi Alex, > > The tests which don't specifically test the behavior of the default > framebuffer should use -fbo. I think this is done by marking a test as > "concurrent" in all.py. A lot of tests don't do that, because nobody > had the time to update all.py and check if it doesn't break them and > if it's okay to do that with regard to the purpose of the tests. (i.e. > do they specifically test the default framebuffer or something else?)
Just FYI classic swrast suffers from this issue, and since I added front buffer support to softpipe/llvmpipe they now also. We try to call XGetImage when no window has been mapped, and the X server correctly throws BadMatch. I'm not sure how to detect this is going to fail in this case, as I don't think inside libGL I can detect the unmapped front buffer. Dave. _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
