Summary: | [softpipe] piglit glsl-1.50 generate-zero-primitives regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | airlied, maraeo |
Version: | unspecified | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2015-02-28 22:05:28 UTC
558f51f1c5491d86c73769065c6df12a2b73dc4d is the first bad commit commit 558f51f1c5491d86c73769065c6df12a2b73dc4d Author: Marek Olšák <marek.olsak@amd.com> Date: Sun Feb 22 13:22:07 2015 +0100 st/mesa: cleanup st_translate_geometry_program Mostly dead code or code that didn't do anything. Computing gs_num_outputs at the end was also useless. It's already set correctly. Reviewed-by: Dave Airlie <airlied@redhat.com> :040000 040000 57740001094746c91e2668d8bdfdcb09dc75e7bf ccfee80ddbd7544582285d89c8b21fbfa8bead74 M src bisect run success 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. Fixed by 27a34f62baa991eadd040302748c48b31ec21a0c. Closing. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.