From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 62696] New: [r300g, bisected] Around 50 piglit vs variable-indexing tests fails after "glsl_to_tgsi: allocate arrays separately v2" Date: Sun, 24 Mar 2013 13:36:24 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1362089057==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 4D41BE5D3E for ; Sun, 24 Mar 2013 06:36:24 -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 --===============1362089057== Content-Type: multipart/alternative; boundary="1364132184.D6ad10.433"; charset="us-ascii" --1364132184.D6ad10.433 Date: Sun, 24 Mar 2013 13:36:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D62696 Priority: medium Bug ID: 62696 Keywords: regression CC: deathsimple@vodafone.de Assignee: dri-devel@lists.freedesktop.org Summary: [r300g, bisected] Around 50 piglit vs variable-indexing tests fails after "glsl_to_tgsi: allocate arrays separately v2" Severity: normal Classification: Unclassified OS: All Reporter: pavel.ondracka@email.cz Hardware: Other Status: NEW Version: git Component: Drivers/Gallium/r300 Product: Mesa Created attachment 76962 --> https://bugs.freedesktop.org/attachment.cgi?id=3D76962&action=3Dedit RADEON_DEBUG=3Dfp,vp output with latest mesa master first bad commit: commit 3f67251e3d0ce61a0e7fc16de91de6fb49cad768 Author: Christian K=C3=B6nig Date: Sun Mar 10 14:33:29 2013 +0100 glsl_to_tgsi: allocate arrays separately v2 Instead of allocating everything as temporaries, use the new array allocation functions. v2: fix bug in simplify_cmp, declare arrays on demand example test output: ./bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/vs-temp-array-mat2-index-c= ol-row-rd.shader_test -auto r300: DRM version: 2.29.0, Name: ATI RV530, ID: 0x71c5, GB: 1, Z: 2 r300: GART size: 509 MB, VRAM size: 256 MB r300: AA compression RAM: YES, Z compression RAM: YES, HiZ RAM: YES fallback: no matching format for GL_RGB, GL_FLOAT Probe at (10,10) Expected: 0.000000 1.000000 0.000000 Observed: 0.450980 0.549020 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (10,25) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (25,10) Expected: 0.000000 1.000000 0.000000 Observed: 0.450980 0.549020 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (25,25) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (50,10) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (50,25) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (65,10) Expected: 0.000000 1.000000 0.000000 Observed: 0.549020 0.450980 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (65,25) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (90,10) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (90,25) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (105,10) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 fallback: no matching format for GL_RGB, GL_FLOAT Probe at (105,25) Expected: 0.000000 1.000000 0.000000 Observed: 1.000000 0.000000 0.000000 PIGLIT: {'result': 'fail' } (RADEON_DEBUG=3Dfp,vp outputs before bad commit and with latest master atta= ched) GPU:RV530 Mesa:ec9c3882d949298366c872f766d3d18c6ae93f8e Kernel: 3.8.3-103.fc17.i686 --=20 You are receiving this mail because: You are the assignee for the bug. --1364132184.D6ad10.433 Date: Sun, 24 Mar 2013 13:36:24 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Priority medium
Bug ID 62696
Keywords regression
CC deathsimple@vodafone.de
Assignee dri-devel@lists.freedesktop.org
Summary [r300g, bisected] Around 50 piglit vs variable-indexing tests= fails after "glsl_to_tgsi: allocate arrays separately v2"
Severity normal
Classification Unclassified
OS All
Reporter pavel.ondracka@email.cz
Hardware Other
Status NEW
Version git
Component Drivers/Gallium/r300
Product Mesa

Created attachment 76962 [=
details]
RADEON_DEBUG=3Dfp,vp output with latest mesa master

first bad commit:
commit 3f67251e3d0ce61a0e7fc16de91de6fb49cad768
Author: Christian K=C3=B6nig <christian.koenig@amd.com>
Date:   Sun Mar 10 14:33:29 2013 +0100

    glsl_to_tgsi: allocate arrays separately v2

    Instead of allocating everything as temporaries, use the
    new array allocation functions.

    v2: fix bug in simplify_cmp, declare arrays on demand

example test output:
./bin/shader_runner
tests/spec/glsl-1.20/execution/variable-indexing/vs-temp-array-mat2-index-c=
ol-row-rd.shader_test
-auto
r300: DRM version: 2.29.0, Name: ATI RV530, ID: 0x71c5, GB: 1, Z: 2
r300: GART size: 509 MB, VRAM size: 256 MB
r300: AA compression RAM: YES, Z compression RAM: YES, HiZ RAM: YES
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (10,10)
  Expected: 0.000000 1.000000 0.000000
  Observed: 0.450980 0.549020 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (10,25)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (25,10)
  Expected: 0.000000 1.000000 0.000000
  Observed: 0.450980 0.549020 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (25,25)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (50,10)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (50,25)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (65,10)
  Expected: 0.000000 1.000000 0.000000
  Observed: 0.549020 0.450980 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (65,25)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (90,10)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (90,25)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (105,10)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
fallback: no matching format for GL_RGB, GL_FLOAT
Probe at (105,25)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 0.000000 0.000000
PIGLIT: {'result': 'fail' }

(RADEON_DEBUG=3Dfp,vp outputs before bad commit and with latest master atta=
ched)

GPU:RV530
Mesa:ec9c3882d949298366c872f766d3d18c6ae93f8e
Kernel: 3.8.3-103.fc17.i686


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1364132184.D6ad10.433-- --===============1362089057== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1362089057==--