https://bugs.freedesktop.org/show_bug.cgi?id=41367
Summary: [r300g, bisected] WebGL test runner regression Product: Mesa Version: git Platform: Other URL: https://cvs.khronos.org/svn/repos/registry/trunk/publi c/webgl/sdk/tests/webgl-conformance-tests.html OS/Version: All Status: NEW Keywords: regression Severity: normal Priority: medium Component: Drivers/Gallium/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: pavel.ondracka@email.cz
e945fb04d04c33da5e77d22d739c5740a522a61e is the first bad commit commit e945fb04d04c33da5e77d22d739c5740a522a61e Author: Tom Stellard tstellar@gmail.com Date: Wed Jun 15 08:00:53 2011 -0700
r300/compiler: Add support for the output modifier (OMOD)
Before:7131 test pass After: 7083 test pass
mesa: a8ca786ba69f6af0120a24f473b2ae7e6a41495d GPU: RV530 Kernel: 3.0.4
This is with Firefox 7.0
https://bugs.freedesktop.org/show_bug.cgi?id=41367
--- Comment #1 from Tom Stellard tstellar@gmail.com 2011-10-01 15:16:03 PDT --- Created an attachment (id=51859) View: https://bugs.freedesktop.org/attachment.cgi?id=51859 Review: https://bugs.freedesktop.org/review?bug=41367&attachment=51859
Possible fix
This patch should fix it. Was it only the gl-fragcoord tests that were failing?
https://bugs.freedesktop.org/show_bug.cgi?id=41367
--- Comment #2 from Pavel Ondračka pavel.ondracka@email.cz 2011-10-02 01:54:26 PDT --- Yes, only the gl-fragcoord tests regressed and with your webgl-fix.patch all is back to normal (7131 of 7545 passed).
https://bugs.freedesktop.org/show_bug.cgi?id=41367
Tom Stellard tstellar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Tom Stellard tstellar@gmail.com 2011-10-02 15:48:52 PDT --- Fix in git master commit d64c6d2ffc086bde7a025269b80c0980f7d908f1.
Thanks for testing, this caught several bugs.
dri-devel@lists.freedesktop.org