mesa/src/compiler/spirv
Jason Ekstrand fc91cbe20b spirv: Flip the tessellation winding order
It's not SPIR-V that's backwards from GLSL, it's Vulkan that's backwards
from GL.  Let's make NIR consistent with the source language and do the
flipping inside the Vulkan driver instead.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-09-20 17:21:06 -07:00
..
.gitignore compiler/spirv: Add a .gitignore and ignore spirv_info.c 2017-07-18 09:49:13 -07:00
GLSL.std.450.h spirv: bump headers to SPIRV 1.1 2017-01-25 17:22:23 +00:00
nir_spirv.h nir/spirv: Add support for SPV_KHR_variable_pointers 2017-07-18 09:43:12 -07:00
spirv.core.grammar.json spirv: Import the lastest 1.0.2 JSON from Khronos 2017-07-18 09:43:12 -07:00
spirv.h spirv: Import the latest 1.2 header from Khronos 2017-07-18 09:43:12 -07:00
spirv2nir.c spirv: add interface for drivers to define support extensions. 2016-12-28 22:43:17 +00:00
spirv_info.h spirv: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
spirv_info_c.py spirv: Generate spirv_info.c 2017-07-18 09:43:12 -07:00
spirv_to_nir.c spirv: Flip the tessellation winding order 2017-09-20 17:21:06 -07:00
vtn_alu.c spirv: fix OpBitcast when the src and dst bitsize are different (v3) 2017-07-03 11:58:50 -07:00
vtn_cfg.c nir/spirv: handle if's with same label in both branches 2017-09-12 07:01:40 +02:00
vtn_glsl450.c nir/spirv: Stop trying to convert pointers to SSA in glsl450 2017-07-05 15:26:55 -07:00
vtn_private.h nir/spirv: Add support for SPV_KHR_variable_pointers 2017-07-18 09:43:12 -07:00
vtn_variables.c nir/spirv: fix chain access with different index bit sizes 2017-09-11 10:03:39 +02:00