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
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-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
2021-10-25Add SpecConstantSubgroupMaxSize to the clspv reflection non-semantic ↵Kévin Petit
instruction set Signed-off-by: Kévin Petit <kpet@free.fr>
2021-10-21Implement header definitions for SPV_NV_bindless_texturePankaj Mistry
2021-10-20Merge pull request #247 from bashbaug/intel-enum-blockRaun Krisch
reserve SPIR-V enum block for Intel extensions
2021-10-13reserve SPIR-V enum block for Intel extensionsBen Ashbaugh
2021-10-11add 1.5.5 tagAndrei Malashkin
2021-10-08Merge pull request #245 from pmistryNV/nonconstoffsetJohn Kessenich
Define a new Image operand bit mask for non constant offsets
2021-10-06Define a new Image operand bit mask for non constant offsetsPankaj Mistry
For details refer to https://gitlab.khronos.org/spirv/SPIR-V/-/issues/639 As part of the commit following changes have been introduced: 1. Added a separate section in spirv xml to reserve vendor specific bit masks. 2. Added a new image operand bit mask to support non constant offsets in textureGatherOffsets as defined in GL_NV_gpu_shader5
2021-10-06Merge pull request #242 from egdaniel/patch-3Raun Krisch
Register Magic Num for Skia SkSL SPIR-V Generator
2021-10-01Register Magic Num for Skia SkSL SPIR-V Generatoregdaniel
2021-09-22Merge pull request #240 from gnl21/fast-mathRaun Krisch
Remove 'Kernel' capability from fast-math flags
2021-09-16Remove 'Kernel' capability from fast-math flagsGraeme Leese
The use of these flags (the FPFastMath decoration) is already protected by the capability, so it isn't needed to protect the individual values as well.
2021-09-11Merge pull request #237 from BedrockDotPng/patch-2David Neto
Update CMakeLists.txt
2021-09-09Update CMakeLists.txtBedrockDotPng
Fixed CMake file for Shaderc to properly compile.
2021-09-08Merge pull request #209 from kloczek/masterJohn Kessenich
Add spirv-headers pkgconfig file
2021-08-30Merge pull request #236 from greg-lunarg/db7Raun Krisch
Add nonsemantic.shader.debuginfo to Bazel
2021-08-28Add nonsemantic.shader.debuginfo to BazelGreg Fischer
2021-08-18Merge pull request #231 from MarijnS95/duplicate-grammarRaun Krisch
spirv.core.grammar: Remove duplicate OpArbitraryFloatPowNINTEL declaration
2021-08-16spirv.core.grammar: Remove duplicate OpArbitraryFloatPowNINTEL declarationMarijn Suijten
An identical declaration of `OpArbitraryFloatPowNINTEL` exists just above, with the exact same opcode and operands.
2021-08-11Merge pull request #226 from clayengine/masterRaun Krisch
Clay is an internal framework of Tellusim Technologies Inc.
2021-08-11Merge pull request #233 from NikitaRudenkoIntel/optRaun Krisch
Fix minor details in SPV_INTEL_optnone extension
2021-08-11Merge pull request #235 from alelenv/rt_motionRaun Krisch
Add support for SPV_NV_ray_tracing_motion_blur.
2021-08-10Add support for SPV_NV_ray_tracing_motion_blur.alelenv
2021-07-28Fix minor details in SPV_INTEL_optnone extensionNikita Rudenko
Spec: https://github.com/intel/llvm/pull/3198
2021-07-28Implement SPV_INTEL_optnone extension (#230)Nikita Rudenko
Spec: https://github.com/intel/llvm/pull/3198
2021-07-21Merge pull request #229 from gnl21/gnl-local-size-hint-idRaun Krisch
Correct grammar for LocalSizeHintId
2021-07-20Correct grammar for LocalSizeHintIdGraeme Leese
It is described in the spec as being the "same as LocalSizeHint mode, but using <id> operands instead of literals", but the grammar had a single <id> operand instead of the 3 literals for LocalSizeHint.
2021-07-14Merge pull request #227 from kpet/fix-integer-dot-product-grammarRaun Krisch
Fix grammar for PackedVectorFormat
2021-07-14Merge pull request #228 from ↵Raun Krisch
mmerecki/fix_version_of_QuantizationModes_and_OverflowModes Add missing capabilities to QuantizationModes and OverflowModes enumerants
2021-07-09Add missing capabilities and '"version" : "None"' to QuantizationModes and ↵Mariusz Merecki
OverflowModes enumerants
2021-07-07Fix grammar for PackedVectorFormatKevin Petit
PackedVectorFormat4x8BitKHR should be enabled by the SPV_KHR_integer_dot_product extension that first introduced it and not the DotProductInput4x8BitPackedKHR as per the extension specification. See http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_integer_dot_product.html Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2021-06-30Merge pull request #222 from kpet/github-actionsRaun Krisch
Add CI using Github actions and update README
2021-06-30Merge pull request #223 from WyvernWang/masterRaun Krisch
reserve value range for huawei
2021-06-30Merge pull request #224 from Fznamznon/upstream-debug-module-extRaun Krisch
Upstream SPV_INTEL_debug_module extension
2021-06-30Merge pull request #225 from bashbaug/SPV_KHR_bit_instructionsRaun Krisch
add support for SPV_KHR_bit_instructions
2021-06-29Clay is an internal framework of Tellusim Technologies Inc.Alexander Zapryagaev
2021-06-25Upstream SPV_INTEL_debug_moduleMariya Podchishchaeva
Spec https://github.com/intel/llvm/pull/3976
2021-06-24reserve value rangeWyvernWang