Bug 95354

Summary: anv_pipeline.c:164:7: error: implicit declaration of function ‘nir_lower_outputs_to_temporaries’ [-Werror=implicit-function-declaration]
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium Keywords: regression
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2016-05-11 17:58:40 UTC
mesa: 697382eb61a9091ea0fa8b5836c9e7d281e9e1c5 (master 11.3.0-devel)

  CC       anv_pipeline.lo
anv_pipeline.c: In function ‘anv_shader_compile_to_nir’:
anv_pipeline.c:164:7: error: implicit declaration of function ‘nir_lower_outputs_to_temporaries’ [-Werror=implicit-function-declaration]
       nir_lower_outputs_to_temporaries(entry_point->shader, entry_point);
       ^
Comment 1 Mark Janes 2016-05-11 19:01:02 UTC
fixed by 5886d1bad13a1c0106b7f42191bbc399fff4a0d9

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.