Bug 94275

Summary: Separate shader program's variable mismatch
Product: Mesa Reporter: pavol
Component: Drivers/Gallium/r600Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED DUPLICATE QA Contact: Default DRI bug account <dri-devel>
Severity: normal    
Priority: medium CC: pavol
Version: 11.1   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: apitrace

Description pavol 2016-02-24 03:00:26 UTC
Created attachment 121933 [details]
apitrace

Without explicit layout(location = x) qualifier, the v_id seems to get values from v_pos.
Comment 1 Timothy Arceri 2016-02-24 03:08:59 UTC
That bugs been fixed in 11.2 the v_pos in the frag shader is unused and will get dead code eliminated in 11.1.2.

In 11.2 we don't remove unused varyings that don't have explicit locations with SSO.

*** This bug has been marked as a duplicate of bug 79783 ***

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.