mesa/src/compiler/spirv
Caio Marcelo de Oliveira Filho c17808562e spirv: Add SpvCapabilityShaderViewportIndexLayerEXT
This capability allows gl_ViewportIndex and gl_Layer to also be used
as outputs in Vertex and Tesselation shaders.

v2: Make conditional to the capability, add gl_Layer, add tesselation
    shaders. (Iago)

v3: Don't export to tesselation control shader.

v4: Add Reviewd-by tag.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
2018-03-07 07:04:20 +01:00
..
.gitignore .gitignore: Ignore new generated files 2018-01-08 21:11:11 -08:00
GLSL.std.450.h spirv: bump headers to SPIRV 1.1 2017-01-25 17:22:23 +00:00
nir_spirv.h mesa/spirv: move and rename nir_spirv_supported_capabilities 2017-12-07 17:15:11 +01:00
spirv.core.grammar.json spirv: Import 1.2 rev 3 headers and grammar from Khronos 2018-01-08 13:22:17 -08:00
spirv.h spirv: Import 1.2 rev 3 headers and grammar from Khronos 2018-01-08 13:22:17 -08:00
spirv2nir.c spirv: Rework logging 2017-12-04 09:21:09 -08:00
spirv_info.h spirv/info: Add spirv_op_to_string 2018-01-08 14:57:44 -08:00
spirv_info_c.py spirv/info: Add spirv_op_to_string 2018-01-08 14:57:44 -08:00
spirv_to_nir.c spirv: Add SpvCapabilityShaderViewportIndexLayerEXT 2018-03-07 07:04:20 +01:00
vtn_alu.c spirv: Enable FPRoundingMode decorator to nir operations 2017-12-06 08:57:18 +01:00
vtn_cfg.c spirv: consider bitsize when handling OpSwitch cases 2017-12-28 10:38:58 -08:00
vtn_gather_types_c.py spirv: Add a prepass to set types on vtn_values 2017-12-11 22:28:34 -08:00
vtn_glsl450.c spirv: Replace unreachable with vtn_fail 2017-12-04 09:21:09 -08:00
vtn_private.h spirv: Add a vtn_types_compatible helper 2018-01-08 14:57:44 -08:00
vtn_variables.c spirv: Add SpvCapabilityShaderViewportIndexLayerEXT 2018-03-07 07:04:20 +01:00