[Mesa-dev] [Bug 89372] [softpipe] piglit glsl-1.50 generate-zero-primitives regression
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Feb 28 15:31:55 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89372
--- Comment #2 from Marek Olšák <maraeo at gmail.com> ---
The GS before:
GEOM
PROPERTY GS_INPUT_PRIMITIVE TRIANGLES
PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP
PROPERTY GS_MAX_OUTPUT_VERTICES 3
PROPERTY GS_INVOCATIONS 1
DCL OUT[0], GENERIC[0]
0: END
After:
GEOM
PROPERTY GS_INPUT_PRIMITIVE TRIANGLES
PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP
PROPERTY GS_MAX_OUTPUT_VERTICES 3
PROPERTY GS_INVOCATIONS 1
0: END
Draw apparently doesn't like geometry shaders without declarations.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150228/c3ba4082/attachment.html>
More information about the mesa-dev
mailing list