All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface
@ 2018-09-08  2:16 bugzilla-daemon
  2018-09-08  2:17 ` bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-09-08  2:16 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 107864
           Summary: Specific Shadertoy demo renders garbage in empty parts
                    of target surface
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: kode54@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

The following Shadertoy demo:

https://www.shadertoy.com/view/Xt3cWS

renders garbage in the top and bottom strips of the target surface, which
appears to be uninitialized VRAM being copied to the display surface.

It does not appear to matter which WebGL capable browser I use to run the demo,
they all replicate the issue on my RX480.

I cannot get apitrace to run on Firefox without that particular page crashing
on load, and I cannot get RenderDoc to attach to the tab's process and actually
capture anything.

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

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

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

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

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

* [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface
  2018-09-08  2:16 [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface bugzilla-daemon
@ 2018-09-08  2:17 ` bugzilla-daemon
  2018-09-08  3:46 ` bugzilla-daemon
  2019-09-25 18:09 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-09-08  2:17 UTC (permalink / raw)
  To: dri-devel


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

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

Christopher Snowhill <kode54@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Other                       |x86-64 (AMD64)
                 OS|All                         |Linux (All)

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

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

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

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

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

* [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface
  2018-09-08  2:16 [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface bugzilla-daemon
  2018-09-08  2:17 ` bugzilla-daemon
@ 2018-09-08  3:46 ` bugzilla-daemon
  2019-09-25 18:09 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-09-08  3:46 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Ilia Mirkin <imirkin@alum.mit.edu> ---
Adding

 else {
        fragColor = vec4(0);   
 }

at the bottom of mainImage appears to "fix" it. fragColor is otherwise ending
up with random values (effectively whatever happened to be in the registers,
probably left over from the division check).

I don't think this is a bug in mesa.

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

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

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

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

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

* [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface
  2018-09-08  2:16 [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface bugzilla-daemon
  2018-09-08  2:17 ` bugzilla-daemon
  2018-09-08  3:46 ` bugzilla-daemon
@ 2019-09-25 18:09 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-09-25 18:09 UTC (permalink / raw)
  To: dri-devel


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

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

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #2 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1327.

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

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

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

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

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

end of thread, other threads:[~2019-09-25 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-08  2:16 [Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface bugzilla-daemon
2018-09-08  2:17 ` bugzilla-daemon
2018-09-08  3:46 ` bugzilla-daemon
2019-09-25 18:09 ` 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.