aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spirv.h
AgeCommit message (Collapse)Author
2019-05-16Update HasResultAndType code generation to skip duplicate enum values. There ↵Jeff Bolz
weren't any until SPIR-V 1.4 release, now there are two.
2019-05-08Add INTEL_shader_integer_functions2Ian Romanick
2019-05-06Move to version 1.4 of SPIR-V.John Kessenich
2019-05-06Rationalize opcode ordering and a few spaces.John Kessenich
2019-04-03Add a function that returns whether an opcode has a result and/or result ↵Jeff Bolz
type. Currently only implemented in C-based printers.
2019-03-12Sync to rev. 7 of headers from Khronos.John Kessenich
2019-03-08Header build for previous grammar update.John Kessenich
2019-03-04Fix #96: Don't include a comment after #endif for the C header.John Kessenich
2019-02-19Add SPV_NV_cooperative_matrixJeff Bolz
2019-01-24Update headers from previous SPV_INTEL_media_block_io grammar addition.John Kessenich
2019-01-06SPV_EXT_physical_storage_bufferJeff Bolz
2019-01-03Update copyright years.John Kessenich
2019-01-02generated codeRemi Thebault
2018-11-30Reserve tokens for float controls and no integer wrapping:John Kessenich
- SPV_KHR_float_controls - SPV_KHR_no_integer_wrap_decoration
2018-11-23Add json support for SPV_EXT_fragment_invocation_densityDaniel Koch
- which aliases the SPV_NV_shading_rate functionality
2018-10-23Rename RaytracingNV to RayTracingNVAshwin Lele
2018-10-22Add support for nv-raytracing (non-experimental)Ashwin Lele
2018-09-19Fix D -> d typo in previous commit.John Kessenich
2018-09-19Add enumerants for six Nvidia extensions:John Kessenich
SPV_NV_fragment_shader_barycentric SPV_NV_compute_shader_derivatives SPV_NV_shader_image_footprint SPV_NV_shading_rate SPV_NV_mesh_shader SPV_NVX_Raytracing
2018-09-06Headers for revision 4 of SPIR-V 1.3, including SPV_KHR_vulkan_memory_model.John Kessenich
2018-07-03Add enumerants for SPV_KHR_8bit_storage.John Kessenich
2018-04-05Add tokens for SPV_EXT_descriptor_indexing.John Kessenich
2018-03-30Add SPV_NV_shader_subgroup_partitioned to SPIR-V JSONJohn Kessenich
2018-03-06Create version 1.3 of SPIR-V.John Kessenich
2018-03-02Merge pull request #60 from antiagainst/add-google-extJohn Kessenich
Add grammar and symbols for two Google extensions to unified1
2018-03-02Add grammar and symbols for two Google extensions to unified1Lei Zhang
* SPV_GOOGLE_decorate_string * SPV_GOOGLE_hlsl_functionality1
2018-03-02Generate headers from last grammar change.John Kessenich
2018-01-03Add headers for the 1.2 unified (1.0, 1.1, and 1.2) specification.John Kessenich