aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/1.2
AgeCommit message (Collapse)Author
2018-12-10Remove Unix executable permission from text filesRĂ©mi Verschelde
2018-10-11Use lower-case instead of camel-caseThog
2018-10-11Add C# header generationThog
This adds support of C# in buildHeaders.
2018-03-02Back port grammar and symbols for two Google extensionsLei Zhang
* SPV_GOOGLE_decorate_string * SPV_GOOGLE_hlsl_functionality1
2018-02-13Allow SubgroupSize and SubgroupLocalInvocationId with SubgroupBallotKHRLei Zhang
As specified in https://www.khronos.org/registry/spir-v/extensions/KHR/SPV_KHR_shader_ballot.html: ``` (Add the SubgroupBallotKHR capability to SubgroupSize.) (Add the SubgroupBallotKHR capability to SubgroupLocalInvocationId.) ```
2017-10-14Add new Intel token reservations.John Kessenich
2017-09-13Add new tokens for SPV_AMD_shader_fragment_mask, and rebuild all headers.John Kessenich
Replaces #47.
2017-09-01Fix #45, and minor reordering.John Kessenich
- SPV_EXT_shader_stencil_export - SPV_AMD_shader_image_load_store_lod
2017-08-22Update all headers for SPV_EXT_shader_stencil_export.John Kessenich
2017-08-11Add SPV_EXT_shader_viewport_index_layer.John Kessenich
2017-06-30Incremental update for multiple recent extensions.John Kessenich
SPV_KHR_shader_atomic_counter_ops SPV_KHR_post_depth_coverage SPV_AMD_texture_gather_bias_lod OpGroup*AMD ExplicitInterpAMD
2017-05-15Add version 1.2 headers, update 1.1 to rev. 7, and 1.0 to rev. 11.John Kessenich