Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-04Revert "Merge pull request #301 from alan-baker/hpp1" (#302)HEADmasterDavid Neto
This reverts commit 747031e10dea9e6c5651bf11957a9dbcd379fa47, reversing changes made to 85a1ed200d50660786c1a88d9166e871123cce39. In other words, don't add the .hpp11 files to the BUILD.gn That's because GN doesn't recognize .hpp11 extension as a C/C++ header file. See https://bugs.chromium.org/p/gn/issues/detail?id=311 Instead, client dependencies should #include the .hpp11 file directly even though that seems to hide it away from GN's visibility. That seems wrong, but it does work.
2022-11-03Merge pull request #301 from alan-baker/hpp1David Neto
Add spirv.hpp11 to BUILD.gn
2022-11-03Add spirv.hpp11 to BUILD.gnAlan Baker
2022-10-05Merge pull request #294 from kpet/clspv-texel-buffersdk-1.3.231.1sdk-1.3.231.0sdk-1.3.231John Kessenich
Add support for texel buffers to clspv non-semantic instruction set
2022-10-05Merge pull request #295 from KhronosGroup/fix_ommJohn Kessenich
Fix extension for RayTracingOpacityMicromapEXT
2022-10-05Fix extension for RayTracingOpacityMicromapEXTDaniel Koch
2022-10-05Merge pull request #293 from Hugobros3/masterJohn Kessenich
registered ID for Shady
2022-10-05Merge pull request #292 from ewerness-nv/extmicromapgithubJohn Kessenich
SPV_EXT_opacity_micromap
2022-10-04Add support for texel buffers to clspv non-semantic instruction setKévin Petit
Signed-off-by: Kévin Petit <kpet@free.fr>
2022-10-04registered ID for ShadyHugo Devillers
2022-09-29VK_EXT_opacity_micromapEric Werness
2022-09-21Merge pull request #289 from kpet/spv-arm-core-builtinsJohn Kessenich
Add definitions for SPV_ARM_core_builtins
2022-09-05Add definitions for SPV_ARM_core_builtinsKevin Petit
Change-Id: I16a4dee244a4b8f673d645df60c1dc43fc94d614 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2022-09-01Merge pull request #288 from pmistryNV/GL_EXT_mesh_shader_githubtmp-1.3.230John Kessenich
Implement headers definitions for SPV_EXT_mesh_shader.
2022-09-01Implement headers definitions for SPV_EXT_mesh_shader.Pankaj Mistry
2022-08-24Merge pull request #285 from jeremy-lunarg/hayes-fix-271John Kessenich
Remove custom target if skipping install
2022-07-27Remove custom target if skipping installJeremy Hayes
Fix #271.
2022-07-05Update clspv reflection non-semantic instruction set (#284)Kévin Petit
Add support for: - Pointer arguments - Program scope variables - Image channel order and data type queries Signed-off-by: Kévin Petit <kpet@free.fr>
2022-06-08Update spirv.bf, which was missing the latest changes.John Kessenich
2022-06-01Merge pull request #281 from ↵sdk-1.3.224.1sdk-1.3.224.0sdk-1.3.216.0sdk-1.3.224Raun Krisch
ArkadiuszSarwaAMD/SPV_AMD_shader_early_and_late_fragment_tests Add SPV_AMD_shader_early_and_late_fragment_tests
2022-05-25Merge pull request #283 from jayrulez/beeflangsdk-1.3.216Raun Krisch
Implemented Beef language header generation
2022-05-20Implemented Beef language header generationRobert Campbell
2022-05-18Add SPV_AMD_shader_early_and_late_fragment_testsArkadiusz Sarwa
2022-05-17Add SPV_AMD_shader_early_and_late_fragment_testsArkadiusz Sarwa
2022-05-03Merge pull request #279 from dgkoch/SPV_KHR_ray_cull_maskRaun Krisch
Add SPV_KHR_ray_cull_mask
2022-04-30Add SPV_KHR_ray_cull_maskEric Werness
2022-04-20Merge pull request #274 from rayanht/patch-1John Kessenich
Register magic number for SPIRVSmith
2022-04-20Merge pull request #277 from kpet/spv-khr-subgroup-rotateJohn Kessenich
Add SPV_KHR_subgroup_rotate
2022-04-20do not enable the instruction with the extensionKevin Petit
Go via the capability Change-Id: I9273f53dc6fa29a1bc6a66854f17731da1532117
2022-04-20Add SPV_KHR_subgroup_rotateKevin Petit
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: I49e7c2d509007958fbe1a6aa2d2fdf11dffbef4d
2022-04-18Register magic number for SPIRVSmithRayan Hatout
2022-04-13Merge pull request #273 from Tachi107/patch-1Raun Krisch
build: use ARCH_INDEPENDENT if possible
2022-04-07build: use ARCH_INDEPENDENT if possibleAndrea Pappacoda
Since this is a header-only library, the CMake Version file should be marked architecture-independent with the ARCH_INDEPENDENT option. As the option has been added in CMake 3.14 and spriv-headers supports CMake 3.0 the option has to be passed only if supported.
2022-04-06Merge pull request #270 from kpet/syclRaun Krisch
Add a SourceLanguage for SYCL
2022-04-06Merge pull request #272 from DmitryBushev/open_masterRaun Krisch
Add NamedBarrierCountINTEL execution mode
2022-04-05Removed extension sectionDmitryBushev
2022-04-05Add NamedBarrierCountINTEL execution modeDmitryBushev
2022-03-17Add a SourceLanguage for SYCLKevin Petit
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: Ib12851c89000bbda7bf516a30146ca6f63f98419
2022-03-16Merge pull request #269 from KornevNikita/uniform_group_instructionssdk-1.3.211.0sdk-1.3.211Raun Krisch
Implement SPV_KHR_uniform_group_instructions extension
2022-03-03Remove extensions tag from instructionsNikita Kornev
2022-03-02Merge pull request #261 from ProkopRandacek/masterRaun Krisch
Include bool type if not already defined
2022-03-02Merge branch 'master' of https://github.com/KhronosGroup/SPIRV-Headers into ↵Nikita Kornev
uniform_group_instructions
2022-03-02Implement SPV_KHR_uniform_group_instructions extensionNikita Kornev
Spec: https://github.com/KhronosGroup/SPIRV-Registry/pull/138
2022-02-23Merge pull request #268 from bashbaug/SPV_INTEL_split_barrierRaun Krisch
update SPIR-V headers for SPV_INTEL_split_barrier
2022-02-23Merge pull request #263 from DataBeaver/masterRaun Krisch
Reserve enum range for MSP extensions
2022-02-23Merge pull request #264 from gnl21/demote-ext-tagRaun Krisch
Add EXT tag to capability to DemoteToHelperInvocationEXT
2022-02-13update SPIR-V headers for SPV_INTEL_split_barrierBen Ashbaugh
2022-02-08Implement SPV_INTEL_memory_access_aliasing extension (#265)Dmitry Bushev
Modify headers to include declarations of tokens described by this spec: https://github.com/intel/llvm/pull/3426
2022-02-08regenerate headersProkop Randacek
2022-01-31Add EXT tag to capability to DemoteToHelperInvocationEXTGraeme Leese
Normally the grammar uses the extension tagged capability names when talking about extension tagged instructions. Technically speaking they're the same capability, but it's nice to be consistent.