All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 30122] New: r600 scrambled render when using 2d texture sample for 1d texture co-ord in fragment shader
@ 2010-09-10 18:40 bugzilla-daemon
  2010-09-10 18:43 ` [Bug 30122] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-09-10 18:40 UTC (permalink / raw)
  To: dri-devel

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

           Summary: r600 scrambled render when using 2d texture sample for
                    1d texture co-ord in fragment shader
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: thomas.jones@utoronto.ca


Created an attachment (id=38612)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=38612)
small program that triggers the bug

Using a shader like this results in a strange scrambled rendering:


uniform sampler2D src;
uniform sampler1D pal;
void main() {
    gl_FragColor = texture1D(pal, texture2D(src, gl_TexCoord[0].xy).x);
}

it looks like in addition to just being messed up it also gets the texture
co-ordinates wrong (I'm rending with GL_QUADS, the two triangles that make up
the quad seem to be interpolating differently across the middle)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-12 15:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10 18:40 [Bug 30122] New: r600 scrambled render when using 2d texture sample for 1d texture co-ord in fragment shader bugzilla-daemon
2010-09-10 18:43 ` [Bug 30122] " bugzilla-daemon
2010-09-10 18:47 ` bugzilla-daemon
2010-09-10 18:51 ` bugzilla-daemon
2011-06-15  9:04 ` bugzilla-daemon
2011-06-15 15:36 ` bugzilla-daemon
2012-09-12 15:31 ` bugzilla-daemon

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.