From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 50999] New: [r300g, bisected] piglit glsl-fs-discard-04 fails Date: Tue, 12 Jun 2012 02:31:47 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id F2BF09EFF7 for ; Tue, 12 Jun 2012 02:31:47 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=50999 Bug #: 50999 Summary: [r300g, bisected] piglit glsl-fs-discard-04 fails Classification: Unclassified Product: Mesa Version: git Platform: Other 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 CC: eric@anholt.net, tstellar@gmail.com Created attachment 62924 --> https://bugs.freedesktop.org/attachment.cgi?id=62924 RADEON_DEBUG=fp log ./bin/shader_runner tests/shaders/glsl-fs-discard-04.shader_test -auto -fbo Probe at (0,0) Expected: 0.000000 1.000000 0.000000 0.000000 Observed: 1.000000 0.000000 0.000000 0.000000 PIGLIT: {'result': 'fail' } Regression test shows: e21b9f1f19d2345026a7fbe095a776d0b64557ec is the first bad commit commit e21b9f1f19d2345026a7fbe095a776d0b64557ec Author: Eric Anholt Date: Fri May 4 13:37:08 2012 -0700 glsl: Remove the opt_discard_simplification pass. This conflicts with the GLSL 1.30+ rules for derivatives after a discard has occurred. Reviewed-by: Kenneth Graunke llvmpipe works fine, so this may be another uncovered r300 compiler issue. GPU:RV530 Kernel: 3.4.0-1.fc17.i686 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.