https://bugs.freedesktop.org/show_bug.cgi?id=78842
Priority: medium Bug ID: 78842 Keywords: regression CC: chr...@ijw.co.nz, e...@anholt.net, kenn...@whitecape.org Assignee: mesa-dev@lists.freedesktop.org Summary: [swrast] piglit fcc-read-after-clear copy rb regression Severity: normal Classification: Unclassified OS: Linux (All) Reporter: v...@freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Mesa core Product: Mesa mesa: 5646319f25c7880b3706bb7590e24c84fd8de0fc (master 10.3.0-devel) $ ./bin/fcc-read-after-clear copy rb -auto Probe color at (0,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 0.000000 0.000000 0.000000 0.000000 PIGLIT: {'result': 'fail' } bd44ac8b5ca08016bb064b37edaec95eccfdbcd5 is the first bad commit commit bd44ac8b5ca08016bb064b37edaec95eccfdbcd5 Author: Kenneth Graunke <kenn...@whitecape.org> Date: Sun May 11 17:20:08 2014 -0700 i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage. The point of copytexsubimage_using_blit_framebuffer is to use a hardware accelerated BlitFramebuffer path. If that fails, we shouldn't do a swrast blit---we should try our CTSI fallback code. This is especially important for i965 and GLES, where we don't even create a swrast context. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77705 Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> Reviewed-by: Eric Anholt <e...@anholt.net> Reviewed-by: Chris Forbes <chr...@ijw.co.nz> Cc: "10.2" <mesa-sta...@lists.freedesktop.org> :040000 040000 313ba4b4dcbf69457b565f9ce2988355431d461f 128c89746f13726404560571fe5d8a7a69df1d0b M src bisect run success -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev