All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 61351] New: [r300g, bisected] some piglit tests fails with blit-based TexImage and TexSubImage
Date: Sat, 23 Feb 2013 14:56:19 +0000	[thread overview]
Message-ID: <bug-61351-502@http.bugs.freedesktop.org/> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3587 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=61351

          Priority: medium
            Bug ID: 61351
          Keywords: regression
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [r300g, bisected] some piglit tests fails with
                    blit-based TexImage and TexSubImage
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: pavel.ondracka@email.cz
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r300
           Product: Mesa

./bin/fp-indirections2 -auto
r300: DRM version: 2.24.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
Max TEX instructions / TEX indirections: 512 / 511
Probe at (0,0)
  Expected: 0.640625 0.171875 0.390625
  Observed: 0.235294 0.360784 0.517647
Failure in dim = 3, samples = 1
PIGLIT: {'result': 'fail' }

./bin/texwrap -fbo -auto 3D GL_RGBA8 proj bordercolor
r300: DRM version: 2.24.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
Using TEXTURE_3D.
Using projective mapping.
Testing the border color only.
Testing GL_RGBA8, projected, border color only
Fail with NEAREST and CLAMP_TO_BORDER at (125,66) @ 10,10
  Expected: 255 0 0 204
  Observed: 0 0 0 0
Fail with NEAREST and MIRROR_CLAMP_TO_BORDER_EXT at (279,42) @ 2,2
  Expected: 255 153 76 51
  Observed: 0 0 0 0
Fail with LINEAR and CLAMP at (6,125) @ 0,0
  Expected: 82 172 95 204
  Observed: 20 172 96 153
Fail with LINEAR and CLAMP_TO_BORDER at (125,155) @ 10,10
  Expected: 255 0 0 204
  Observed: 1 7 4 6
Fail with LINEAR and MIRROR_CLAMP_EXT at (184,125) @ 0,0
  Expected: 82 210 114 165
  Observed: 20 172 96 153
Fail with LINEAR and MIRROR_CLAMP_TO_BORDER_EXT at (279,131) @ 2,2
  Expected: 255 153 76 51
  Observed: 0 4 2 3
PIGLIT:subtest {'GL_RGBA8, projected, border color only' : 'fail'}
PIGLIT: {'result': 'fail' }

./bin/texwrap -fbo -auto 3D GL_RGBA8 bordercolor
r300: DRM version: 2.24.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
Using TEXTURE_3D.
Testing the border color only.
Testing GL_RGBA8, border color only
Fail with NEAREST and CLAMP_TO_BORDER at (125,66) @ 10,10
  Expected: 255 0 0 204
  Observed: 0 0 0 0
Fail with NEAREST and MIRROR_CLAMP_TO_BORDER_EXT at (279,42) @ 2,2
  Expected: 255 153 76 51
  Observed: 0 0 0 0
Fail with LINEAR and CLAMP at (6,125) @ 0,0
  Expected: 82 172 95 204
  Observed: 20 172 96 153
Fail with LINEAR and CLAMP_TO_BORDER at (125,155) @ 10,10
  Expected: 255 0 0 204
  Observed: 1 7 4 6
Fail with LINEAR and MIRROR_CLAMP_EXT at (184,125) @ 0,0
  Expected: 82 210 114 165
  Observed: 20 172 96 153
Fail with LINEAR and MIRROR_CLAMP_TO_BORDER_EXT at (279,131) @ 2,2
  Expected: 255 153 76 51
  Observed: 0 4 2 3
PIGLIT:subtest {'GL_RGBA8, border color only' : 'fail'}
PIGLIT: {'result': 'fail' }

first bad commit:
commit 0a1479c829ed34a65e60c6619a8164e1b079aaee
Author: Marek Olšák <maraeo@gmail.com>
Date:   Thu Feb 14 01:03:55 2013 +0100

    st/mesa: implement blit-based TexImage and TexSubImage
...

GPU:RV530
Mesa: 0d760a8160bbbd65a8b101fafb16fabd976ae0c9
Kernel: 3.7.3-101.fc17.i686

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 5152 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2013-02-23 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-23 14:56 bugzilla-daemon [this message]
2013-02-26  0:16 ` [Bug 61351] [r300g, bisected] some piglit tests fails with blit-based TexImage and TexSubImage bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-61351-502@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.