mesa/src/compiler
Juan A. Suarez Romero 860919a3b2 glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders
xfb only applies to the latest stage before the fragment shader, so
there is no need to invoke it in the fragment shader.

Fixes:
KHR-GL45.enhanced_layouts.xfb_stride_of_empty_list
KHR-GL45.enhanced_layouts.xfb_stride_of_empty_list_and_api

v2: do reset only if shaders provide an explicit stride

v3: do not call link_xfb_stride_layout_qualifiers() for fragment shaders
(Timothy)

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2017-06-26 12:00:22 +02:00
..
glsl glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders 2017-06-26 12:00:22 +02:00
nir nir: make various getters take const pointers 2017-06-10 16:48:45 +03:00
spirv spirv: Work around the Doom shader bug 2017-06-20 18:51:26 -07:00
.gitignore
Android.glsl.gen.mk Android: clean-up trailing '\' in make variables 2017-03-22 17:52:06 +00:00
Android.glsl.mk
Android.mk
Android.nir.gen.mk Android: amd/common: fix dependency on libmesa_nir 2017-05-11 13:52:21 +01:00
Android.nir.mk Android: clean-up trailing '\' in make variables 2017-03-22 17:52:06 +00:00
builtin_type_macros.h
glsl_types.cpp glsl: stop considering unnamed and named structures equal 2017-06-13 09:35:40 +02:00
glsl_types.h glsl: fix a race condition when inserting new types 2017-06-13 09:35:10 +02:00
Makefile.am
Makefile.glsl.am glsl: automake: export abs_builddir for the tests 2017-03-28 15:31:22 +01:00
Makefile.nir.am
Makefile.sources nir: Delete nir_array.h 2017-06-07 21:07:24 +02:00
nir_types.cpp nir: add a C wrapper for glsl_type::get_interface_instance() 2017-05-04 13:48:06 -04:00
nir_types.h nir: add a C wrapper for glsl_type::get_interface_instance() 2017-05-04 13:48:06 -04:00
SConscript
SConscript.glsl
SConscript.nir
shader_enums.c compiler: Add a system value and varying for ViewIndex 2017-05-03 11:25:46 -07:00
shader_enums.h glsl: Fix gl_shader_stage enum unsigned comparison 2017-06-08 07:26:04 -05:00
shader_info.h