Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / spirv-headers
Commits: 3269e64a by Lei Zhang at 2018-02-13T12:35:52-05:00 Allow SubgroupSize and SubgroupLocalInvocationId with SubgroupBallotKHR 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.) ``` - - - - - 2bf91d32 by John Kessenich at 2018-02-15T10:10:42-07:00 Merge pull request #57 from antiagainst/shader_ballot Allow SubgroupSize and SubgroupLocalInvocationId with SubgroupBallotKHR - - - - - cd2bf4b0 by Rex Xu at 2018-03-02T22:15:21+08:00 Update grammar json for SPV_AMD_gpu_shader_half_float_fetch - - - - - a315a793 by John Kessenich at 2018-03-02T09:33:07-07:00 Merge pull request #59 from amdrexu/feature Update grammar json for SPV_AMD_gpu_shader_half_float_fetch - - - - - c8bc6cf0 by John Kessenich at 2018-03-02T09:35:52-07:00 Generate headers from last grammar change. - - - - - 16be2725 by John Kessenich at 2018-03-02T09:40:00-07:00 Be more clear about build directories in the README. - - - - - fa2319ee by Lei Zhang at 2018-03-02T11:44:51-05:00 Add grammar and symbols for two Google extensions to unified1 * SPV_GOOGLE_decorate_string * SPV_GOOGLE_hlsl_functionality1 - - - - - 5dac9925 by John Kessenich at 2018-03-02T09:49:57-07:00 Merge pull request #60 from antiagainst/add-google-ext Add grammar and symbols for two Google extensions to unified1 - - - - - 128618f6 by Lei Zhang at 2018-03-02T15:47:59-05:00 Fix grammar error for Google decorate_string & hlsl_functionality1 - - - - - 5ab1378a by Lei Zhang at 2018-03-02T15:48:21-05:00 Back port grammar and symbols for two Google extensions * SPV_GOOGLE_decorate_string * SPV_GOOGLE_hlsl_functionality1 - - - - - bd4c092b by John Kessenich at 2018-03-02T14:19:16-07:00 Merge pull request #61 from antiagainst/backport-google-ext Fix Google extension grammar error and backport - - - - - 02ffc719 by John Kessenich at 2018-03-06T20:49:00-07:00 Create version 1.3 of SPIR-V. - - - - - 99c15f57 by Timo Aaltonen at 2018-03-10T10:14:39+02:00 control: Update the description. - - - - - b705cc71 by Timo Aaltonen at 2018-03-10T10:20:38+02:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - efbe5fef by Timo Aaltonen at 2018-03-10T10:31:12+02:00 bump the version use spec version as the base, snapshots should add '+gitNNNN' - - - - - 30 changed files: - README.md - debian/changelog - debian/control - include/spirv/1.0/spirv.core.grammar.json - include/spirv/1.0/spirv.h - include/spirv/1.0/spirv.hpp - include/spirv/1.0/spirv.hpp11 - include/spirv/1.0/spirv.json - include/spirv/1.0/spirv.lua - include/spirv/1.0/spirv.py - include/spirv/1.1/spirv.core.grammar.json - include/spirv/1.1/spirv.h - include/spirv/1.1/spirv.hpp - include/spirv/1.1/spirv.hpp11 - include/spirv/1.1/spirv.json - include/spirv/1.1/spirv.lua - include/spirv/1.1/spirv.py - include/spirv/1.2/spirv.core.grammar.json - include/spirv/1.2/spirv.h - include/spirv/1.2/spirv.hpp - include/spirv/1.2/spirv.hpp11 - include/spirv/1.2/spirv.json - include/spirv/1.2/spirv.lua - include/spirv/1.2/spirv.py - include/spirv/unified1/spirv.core.grammar.json - include/spirv/unified1/spirv.h - include/spirv/unified1/spirv.hpp - include/spirv/unified1/spirv.hpp11 - include/spirv/unified1/spirv.json - include/spirv/unified1/spirv.lua The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/compare/152d5f0287ff0184242dcf572975e36372adadb6...efbe5fefac64e4e93c0499703e3130125e57ff9f --- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/compare/152d5f0287ff0184242dcf572975e36372adadb6...efbe5fefac64e4e93c0499703e3130125e57ff9f You're receiving this email because of your account on salsa.debian.org.

