[Bug 107864] Specific Shadertoy demo renders garbage in empty parts of target surface
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Sep 8 03:46:08 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107864
--- Comment #1 from Ilia Mirkin <imirkin at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180908/5b691a21/attachment.html>
More information about the dri-devel
mailing list