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-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-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.
2022-01-28Reserve enum range for MSP extensionsMikko Rasa
2022-01-19Merge pull request #262 from mkinsner/mkinsner/allocate_loop_control_bitsdk-1.3.204.1sdk-1.3.204.0sdk-1.3.204Raun Krisch
Allocate additional loop control bit for upcoming Intel extension
2022-01-17Allocate additional loop control bit for upcoming Intel extensionMichael Kinsner
2022-01-05regenerate the headersProkop Randacek
2022-01-05Merge pull request #253 from DragonJoker/add_shader_writertmp-1.2.203Raun Krisch
Add ShaderWriter as SPIR-V generation tool.
2022-01-04Include bool type for CProkop Randáček
2021-12-21Merge branch 'master' into add_shader_writerSylvain Doremus
2021-12-15Merge pull request #259 from KhronosGroup/version-1.6John Kessenich
Update headers with SPIR-V version 1.6, revision 1.
2021-12-15Update headers with SPIR-V version 1.6, revision 1.version-1.6John Kessenich
2021-12-08Merge pull request #256 from jjfumero/tornadovm-generatorRaun Krisch
Register TornadoVM SPIRV Beehive Tookit Generator
2021-12-01Merge pull request #257 from Hardcode84/atomic-float-no-shaderRaun Krisch
Atomic float add should not imply Shader
2021-12-01Merge pull request #258 from kpet/arm-contactRaun Krisch
Change contact for Arm
2021-11-30Add MediaBlockIOINTEL decoration declaration (#255)Dmitry Bushev
Declared new MediaBlockIOINTEL decoration added by VectorComputeINTEL capability
2021-11-30Change contact for ArmKevin Petit
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: I5ab24d76c4b3227ae768c23bf1702b18665f3995
2021-11-24Atomic float add should not imply ShaderButygin
2021-11-23Register TornadoVM SPIRV Beehive Tookit GeneratorJuan Fumero
2021-11-16Add ShaderWriter as SPIR-V generation tool.DragonJoker
2021-11-10Merge pull request #251 from MrSidims/private/MrSidims/FunctionPointerINTELsdk-1.2.198.0sdk-1.2.198Raun Krisch
Rename ConstFunctionPointerINTEL to ConstantFunctionPointerINTEL
2021-11-10Merge pull request #246 from AndreyMlashkin/correct_lib_versionRaun Krisch
add 1.5.5 tag
2021-11-03Merge pull request #250 from kpet/clspv-reflection-subgroupsRaun Krisch
Add SpecConstantSubgroupMaxSize to the clspv reflection non-semantic instruction set
2021-11-03Rename ConstFunctionPointerINTEL to ConstantFunctionPointerINTELDmitry Sidorov
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
2021-10-27Merge pull request #248 from pmistryNV/bindless_textureRaun Krisch
Implement header definitions for SPV_NV_bindless_texture