Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow override of SPVTOOLS_LOCAL_PATH #400

Merged
merged 1 commit into from
Oct 24, 2017

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Oct 20, 2017

No description provided.

@@ -104,4 +104,9 @@ LOCAL_C_INCLUDES:=$(GLSLANG_LOCAL_PATH) \
LOCAL_STATIC_LIBRARIES:=OSDependent OGLCompiler SPIRV HLSL
include $(BUILD_STATIC_LIBRARY)

# Set the location of SPIRV-Tools.
# All the user to overrid it, but default it to under our third_party directory.
SPVTOOLS_LOCAL_PATH ?= $(THIRD_PARTY_PATH)/spirv-tools
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if the variable exist but is empty? This seems more reliable.

ifeq ($(SPVTOOLS_LOCAL_PATH),)
  SPVTOOLS_LOCAL_PATH:=$(THIRD_PARTY_PATH)/spirv-tools
endif

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it doesn't. It doesn't check the value of the variable, but its origin.

If you set
export SPVTOOLS_LOCAL_PATH=bla/bla/bla
and the reset it
export SPVTOOLS_LOCAL_PATH=
then the variable still exists but is empty. ?= will do nothing.

But if you do
unset SPVTOOLS_LOCAL_PATH
then the variable wouldn't exist anymore and ?= will set new value.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, it's not identical. :-)

If someone does SPVTOOLS_LOCAL_PATH= then we should trust them.
They're trying to build, with sources hanging off the root directory. Weird, but ok.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most people use
VAR=
instead of
unset VAR

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. I give in.
Rebased and squashed.

Please take another look.

@dneto0 dneto0 force-pushed the default-for-android-spirv-tools-path branch from bca6e3a to 722dc80 Compare October 23, 2017 16:24
@dneto0 dneto0 force-pushed the default-for-android-spirv-tools-path branch from 722dc80 to 1927f30 Compare October 23, 2017 16:26
@dneto0 dneto0 merged commit 1927f30 into google:master Oct 24, 2017
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@79743b8...bdd1b2a

$ git log 79743b899..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to hogletgames/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Jan 11, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@79743b8...bdd1b2a

$ git log 79743b899..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to hogletgames/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Jan 12, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Jan 13, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Jan 13, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Jan 13, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Jan 13, 2024
KhronosGroup/SPIRV-Headers@79743b8...bdd1b2a

$ git log 79743b899..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Jan 13, 2024
KhronosGroup/SPIRV-Headers@124a966...bdd1b2a

$ git log 124a9665e..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Jan 13, 2024
KhronosGroup/SPIRV-Headers@4183b26...bdd1b2a

$ git log 4183b260f..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s'
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Apr 6, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Apr 6, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@79743b8...4f7b471

$ git log 79743b899..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Apr 7, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@79743b8...4f7b471

$ git log 79743b899..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Apr 8, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@79743b8...4f7b471

$ git log 79743b899..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Apr 9, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to stuart6854/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Swarmley/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to ZeunO8/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to BaptisteLemarcis/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@79743b8...4f7b471

$ git log 79743b899..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to sudonatalie/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@124a966...4f7b471

$ git log 124a9665e..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)
2023-10-11 89833130+rjodinchr ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (google#377)
2023-10-04 95509728+pradyumans Add a Source Language for Slang (google#383)
2023-10-04 95509728+pradyumans Register Slang Compiler for SPIR-V (google#382)
2023-09-20 fwahlster Add LiteralFloat to operand_kinds (google#380)
2023-09-20 40001162+alelenv Add headers for SPV_NV_displacement_micromap. (google#374)
2023-09-20 fwahlster remove additional version "1.0" from SecondaryViewportRelativeNV (google#379)
2023-09-13 gleese Remove Kernel from ConstantSampler enum values (google#378)
2023-09-13 andrzej.ratajewski Add SPV_INTEL_cache_controls extension support (google#376)
2023-08-23 dneto Validate enums have sensible versions and are visible (google#369)
2023-08-16 viktoria.maksimova Headers support for two Intel extensions (google#356)
2023-08-10 dneto Revert "Merge pull request google#367 from dneto0/coop-matrix-enums-deps"
2023-07-29 konstantin.seurer Add SPV_AMDX_shader_enqueue

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to Physolia/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
github-actions bot pushed a commit to jjiangweilan/shaderc that referenced this pull request Apr 10, 2024
KhronosGroup/SPIRV-Headers@4183b26...4f7b471

$ git log 4183b260f..4f7b471f1 --date=short --no-merges --format='%ad %ae %s'
2024-03-27 121976986+aejjehint Update bit reservations for loop controsl and memory operands (google#424)
2024-03-22 michal Register LLVM SPIR-V Backend as SPIR-V generator (google#423)
2024-03-20 admin Register spq tools for SPIR-V (google#399)
2024-03-01 rlocatti Add SPV_NV_raw_access_chains (google#417)
2024-02-28 viktoria.maksimova Headers support for SPV_INTEL_maximum_registers extension (google#416)
2024-02-14 jbolz Add SPV_NV_shader_atomic_fp16_vector (google#420)
2024-02-14 wooykim SPV_QCOM_image_processing2 (google#419)
2024-02-14 dneto cmake: Allow external control of test and install options (google#418)
2024-02-12 ben.ashbaugh remove Kernel from Image Channel Order and Channel Data Type enums (google#413)
2024-02-07 gleese Update FPFastMath token reservation (google#414)
2024-01-26 dneto List all licenses in the root LICENSE file. (google#410)
2024-01-26 dneto Support SPV_KHR_quad_control (with fixed line endings) (google#412)
2024-01-24 dneto SPV_KHR_float_controls2 (google#409)
2024-01-24 alanbaker Add SPV_KHR_maximal_reconvergence (google#407)
2024-01-24 ben.ashbaugh update copyright dates to 2024 (google#404)
2024-01-17 robin Register Zig Compiler tool (google#405)
2024-01-17 robin Add a Source Language for Zig (google#403)
2024-01-10 gleese Reserve an FPFastMathMode bit (google#401)
2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (google#400)
2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (google#398)
2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (google#391)
2024-01-03 joycebrum feat: Create dependabot.yml (google#397)
2023-12-06 kevin.petit Add a few missing calls to std::exit on error (google#395)
2023-12-06 bertrand.wlodarczyk Headers support for FPGAClusterAttributesV2INTEL (google#393)
2023-12-07 115671160+spencer-lunarg Add Type-Declaration for extended types (google#392)
2023-12-06 dmitry.sidorov Update SPV_INTEL_long_composites tokens (google#375)
2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (google#389)
2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (google#390)
2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (google#388)
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (google#384)

Created with:
  roll-dep third_party/spirv-headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants