Contributing

Contributions to the glslang repository are welcome.

Contributions may be in the form of Issues proposing a change, or Pull Requests containing fixes for, or additions to:

  • Code files
  • Sample files
  • Scripts and other build tools
  • Metadocumentation

Please keep contributions focused on solving a single issue or bug.

Copyright Notice and License Template

We use a short license in each file consisting of just the copyright statement and the SPDX license identifier of the license applying to that file, rather than including the full license text in each file.

The full license text for each license used must be included in the LICENSES directory. The REUSE tool is used in CI to verify that all files in this repository are appropriately licensed.

Contributor License Agreement (CLA)

When you propose a pull request on this repository you must execute the Khronos Open Source Contributor License Agreement CLA, to confirm you own your work and are granting Khronos the necessary permissions to redistribute it under our licenses.

AI-Assisted Contributions

By submitting a Contribution to this repository, you additionally represent that, to the extent any of Your Contributions were developed with the assistance of artificial intelligence tools or AI-generated code, You have exercised sufficient review, judgment, and creative direction over such tools and resulting material to reasonably consider it Your original creation, and You are not aware of any third-party license, intellectual property claim, or other restriction arising from such use that is associated with any part of Your Contribution or use thereof.

Contributions under MIT CLA

Prior to the adoption of the Apache 2.0 with LLVM Exception CLA, this repository used an MIT CLA. The following commits were contributed under the MIT CLA. All subsequent contributions are made under the Apache 2.0 with LLVM Exception CLA.

CommitGitHub IDCommit DateCLA Signed AtMessage
5b3fc8e239@andy-emerson2026-07-13T20:07:32Z2026-07-11T17:28:36.450ZGuard std::filesystem so InfoSink.h builds without
42e0389edc@saddamr3e2026-07-16T19:09:50Z2026-06-17T08:41:39.967Zkey memberRemapper by member list to fix buffer_reference oob write (#4326)
b3f9b74317@saddamr3e2026-07-01T09:39:34Z2026-06-17T08:41:39.967Zerror on numthreads with more than three dimensions
b53185b34e@saddamr3e2026-06-19T11:51:58Z2026-06-17T08:41:39.967Zfix oob read on empty struct texture template type
6d508157e9@saddamr3e2026-06-18T14:06:46Z2026-06-17T08:41:39.967Zguard empty block member access in layoutObjectCheck
0d4592e8b7@saddamr3e2026-06-21T12:37:00Z2026-06-17T08:41:39.967Zfix elseSeen out-of-bounds at maximum #if/#ifdef nesting depth
b6c37fbca7@KhronosWebservices2026-06-17T20:51:09Z2026-05-06T20:52:10.965ZAdd REUSE compliance infrastructure and contributing guidelines
168d452a4f@jeremy-lunarg2026-07-09T21:56:52Z2026-05-01T20:49:45.270ZUpdate CHANGES for 16.4.0
84e166f34f@jeremy-lunarg2026-07-09T17:09:34Z2026-05-01T20:49:45.270ZUpdate known_good.json
19808a8983@janharaldfredriksen-arm2026-06-18T16:08:41Z2026-04-28T12:14:58.021ZUpdate compute shader derivative rules such that texture operations with implicit derivatives can be used without the extensions (and fall back to LoD 0).
972068c206@janharaldfredriksen-arm2026-05-11T16:45:34Z2026-04-28T12:14:58.021ZUpdate expected result for a test that previously (incorrectly) failed validation.
118ac89827@janharaldfredriksen-arm2026-05-08T16:39:03Z2026-04-28T12:14:58.021ZGL_KHR_compute_shader_derivatives bugfixes
d389e673da@vainiovano2026-05-15T03:26:49Z2026-04-23T18:11:03.549ZFix spv.tensorARM.descriptorHeap.comp test
77126ed39d@lordalcol2026-06-09T14:28:24Z2026-04-15T07:58:42.163ZSPV: emit opacity-micromap capability only when the flag is used
2bf21686f4@dnovillo2026-05-14T21:48:18Z2026-04-14T08:24:35.388Zci: point setup-emsdk at canonical emscripten-core repo
0971d79400@dnovillo2026-04-28T05:26:25Z2026-04-14T08:24:35.388ZInitial support for NonSemantic.Shader.DebugInfo 101 (#4220)
9593cbf4e6@dnovillo2026-04-16T19:31:12Z2026-04-14T08:24:35.388ZDeprecate the HLSL front-end.
881a6fa2d2@ErikHogeman2026-04-28T17:36:27Z2026-04-01T08:17:35.302ZFix access chains for GL_ARM_tensors with raw descriptor heap accesses
5ed4003a18@einarhov-arm2026-04-24T02:52:34Z2026-03-20T17:45:11.298ZAdd support for bfloat16 and float8 tensors
7fb81fa42f@spencer-lunarg2026-03-27T14:17:11Z2026-03-19T15:39:57.762ZFix builtIn having invalid ShaderDebugInfo lines
a027192d0d@spencer-lunarg2026-03-20T17:26:35Z2026-03-19T15:39:57.762ZFix invalid tests in hlsl.format.rwtexture.frag
c8253623e6@Guang-0352026-06-30T14:35:48Z2026-03-11T02:04:51.307ZReject descriptor_heap combined image samplers
799ea066db@Guang-0352026-07-02T23:30:19Z2026-03-11T02:04:51.307ZAdd groundwork for GLSL_EXT_structured_descriptor_heap in glslang
5336e80d9d@Guang-0352026-06-09T07:03:26Z2026-03-11T02:04:51.307ZTest relaxSetBindingLimits for parser validation and GLSL IoMap
fb2a91bf39@Guang-0352026-05-29T07:34:53Z2026-03-11T02:04:51.307ZSupport relaxing set and binding limits
959ff4a0db@Guang-0352026-03-11T02:44:32Z2026-03-11T02:04:51.307ZAdd image descriptor stride test and rename BufferStride to Stride
b11b03839c@mmmhj22026-03-05T15:55:15Z2026-01-19T07:04:15.426ZImplement include for the standalone wrapper (#4154)
022de31e7f@OPNA26082026-02-11T19:56:47Z2026-01-12T15:47:14.693Zcmake: Look for external gtest build, if not building in-tree
998f38cb43@emersion2026-07-16T17:19:52Z2026-01-03T18:42:46.662ZPrint compile/link logs to stderr (#4138)
36ee985cde@jamesdolan2026-03-20T17:36:53Z2025-12-31T03:51:47.564Zfix alignment of guard blocks (#4137)
19246e3fbc@beaufortfrancois2025-12-04T17:08:27Z2025-11-17T10:53:00.379ZAllow gl_FragDepth identifier to be redeclared
8c056be60a@tnibler2025-11-04T23:13:33Z2025-10-20T20:22:41.829ZReject string operands in binary and select ops (#4077) (#4079)
64f4c5c6c3@mackron2025-10-17T15:05:04Z2025-10-15T00:59:48.082ZFix a Wstrict-prototypes warnings. (#4062)
b5e5f1b67a@Kwizatz2025-09-25T13:36:56Z2025-09-22T01:49:32.399ZMove export tag from member functions to the class declaration in ShaderLang.h (#4041)
579d34d5a7@natgavrilenko2025-07-31T20:31:13Z2025-07-27T18:35:16.063ZFix memory semantics validation rules according to the spec (#4008)
18e195b91e@GinShio2026-04-23T18:39:20Z2025-06-02T11:28:43.238ZMiss spv extension for derivative functions with float16
a3a83d095e@GinShio2026-04-22T18:55:09Z2025-06-02T11:28:43.238ZAdd small type capabilities for GLSL.STD.450
672c26affc@GinShio2025-08-26T17:37:33Z2025-06-02T11:28:43.238ZAllow spec constant matrix use (#3967)
767dcb2db7@jan-kelemen2025-10-17T18:01:28Z2025-04-18T12:19:33.800ZFix C4146 unary minus operator applied to unsigned type (#4065)
c39c0fea84@jan-kelemen2025-04-25T16:13:38Z2025-04-18T12:19:33.800ZFix incorrect date in CHANGES.md
f3234432d0@jan-kelemen2025-04-18T15:41:26Z2025-04-18T12:19:33.800ZReplace spirv.hpp with spirv.hpp11
4056002eb2@Valentin-Sarthou2025-07-11T20:24:08Z2025-04-03T11:07:23.244ZFix incorrect “Contradictory layout” link errors (#3920)
8b822ee8ac@HildarTheDorf2025-02-22T09:19:38Z2025-01-29T19:45:10.280ZEXT_nontemporal_keyword: Don't warn when using nontemporal as an identifier (i.e. when extension disabled).
00ac5651f5@HildarTheDorf2025-02-10T19:11:44Z2025-01-29T19:45:10.280ZWarn if using GL_EXT_nontemporal_keyword with GLSL memory model
abc4c4e4e2@HildarTheDorf2025-02-04T21:02:55Z2025-01-29T19:45:10.280ZIgnore clangd .cache
2b7f94a803@HildarTheDorf2025-02-04T21:41:46Z2025-01-29T19:45:10.280ZAdd more nontemporal tests
c8927c3ad4@HildarTheDorf2025-02-04T04:54:31Z2025-01-29T19:45:10.280ZRemove ‘nontemporal nontemporal’ in comment
a25f081a2d@HildarTheDorf2025-02-04T04:53:04Z2025-01-29T19:45:10.280ZOutput Nontemporal for images
62cf4331a5@HildarTheDorf2025-02-01T03:44:21Z2025-01-29T19:45:10.280ZAdd nontemporal tests
9db1a43b46@HildarTheDorf2025-02-01T03:09:19Z2025-01-29T19:45:10.280ZMake Nontemporal strict when passing to a function
83fe030dd4@HildarTheDorf2025-02-01T03:00:43Z2025-01-29T19:45:10.280ZRemove wild edit from clangd
563ce2f0de@HildarTheDorf2025-01-29T20:16:34Z2025-01-29T19:45:10.280ZCorrect value of Spv 1.6 constant
ef5207f9f8@atetubou2025-02-13T09:19:34Z2025-01-10T06:01:12.345ZAdd missing include headers
3454c3618b@chyyran2024-10-25T15:58:12Z2024-10-07T21:56:43.726ZEmit OpModfStruct for GLSL EOpModf instead of OpModf
5a2c742109@HuYuxin2024-11-05T22:14:25Z2024-09-16T16:32:06.018ZAdd missing header include
2e24222cd9@rj123-nv2025-07-08T22:55:08Z2024-08-27T03:24:55.262ZError for in/out structs containing booleans (#3973)
4f8fa5f970@rj123-nv2024-11-14T22:01:47Z2024-08-27T03:24:55.262ZFix printing of ‘unknown stage’ during crossStageCheck
9cd7ca26a2@rj123-nv2024-08-27T03:31:19Z2024-08-27T03:24:55.262ZPP: Don‘t report certain error about ‘#’ when #if’d out
7c4d91e781@D7ry2024-08-08T14:21:00Z2024-08-07T17:41:56.351ZAdd type checks for hitObjectNV (#3689)
8dd7112da5@mmoult2025-11-19T01:06:57Z2024-07-17T01:36:33.517ZAdd checks to coopMatMulAdd (#4022)
be4ee7d0e3@mmoult2025-04-05T19:41:32Z2024-07-17T01:36:33.517ZRemove unnecessary whitespace
7ccbadb255@mmoult2025-04-05T19:37:37Z2024-07-17T01:36:33.517ZFix minor errors in help message
5073d93ec4@mmoult2024-08-28T21:46:16Z2024-07-17T01:36:33.517ZApply GLSL memory decorations to top-level OpVariable
2bb9da378b@rjodinchr2026-03-31T15:05:34Z2024-06-17T09:58:30.709Zpreprocessor: Replace ostringstream with string concat in #include (#4205)
48154f1766@ravi6882024-06-22T18:17:29Z2024-06-16T06:44:13.314ZUpdate comment to more succint that 8/16-bit composites can't be directly constructed
a05c4eca74@ravi6882024-06-20T20:34:59Z2024-06-16T06:44:13.314ZSkip identity conversions for 8-bit and 16-bit types (#3622)
dc9f6f61ad@antaalt2024-07-19T22:37:58Z2024-06-05T19:55:52.109ZAdd column to location logs
7c40de7aa2@antaalt2024-06-24T21:02:55Z2024-06-05T19:55:52.109ZAuto-detect WASI platform
f828eadd36@philippemilink2025-05-30T15:11:23Z2024-05-26T17:17:58.728ZFix logic in CMakeFiles for tests on Windows (#3955)
edca09e3af@paroj2024-05-10T18:54:17Z2024-05-10T14:57:13.182Zadd back layoutLocation to public API
3c7b12c643@SteveUrquhart2024-07-10T22:30:22Z2024-03-12T20:03:39.404ZAdd C interface types and functions for IO mapping
10a923f740@SteveUrquhart2024-07-10T22:30:22Z2024-03-12T20:03:39.404ZAdd C interface function to set preprocessed shader code
42260d1f6d@SteveUrquhart2024-07-10T22:30:22Z2024-03-12T20:03:39.404ZAdd C interface glslang::Version counterpart and version getter function
9f34b25f30@Svenny2024-07-29T17:34:50Z2024-02-21T23:18:43.759ZFix HLSL offsets for non-cbuffers (#3668)
e46c1b725c@Svenny2024-04-19T20:54:52Z2024-02-21T23:18:43.759ZKeep vec1.x l-value in HLSL
593dbafd0d@Svenny2024-04-17T23:34:28Z2024-02-21T23:18:43.759ZBetter follow HLSL offsets rules (#3575)
8ca24e7cf1@AnyOldName32024-02-19T22:45:45Z2024-02-14T16:40:30.988ZRemove implicit fallthrough (#3518)
b8421d7fcc@AnyOldName32024-02-15T18:15:04Z2024-02-14T16:40:30.988ZQuote paths in runtest
fb23503f12@AnyOldName32024-02-15T18:58:13Z2024-02-14T16:40:30.988Z-Wmissing-field-initializers fixes
6340ba901a@AnyOldName32024-02-19T16:26:07Z2024-02-14T16:40:30.988ZDocument that the only supported dependency commits are the ones in known_good.json
d84255296c@bjornbytes2024-02-15T00:44:34Z2024-02-09T20:25:44.496ZClear spirv vector before generating spirv output
8ad28db18a@abouvier2024-12-13T05:24:32Z2024-01-24T21:48:42.598Zcmake: fix linking of stubbed libraries
d73712b8f6@Sharlock932024-03-08T00:02:45Z2023-12-28T21:55:06.002ZAdd flags for outputting absolute paths for messages (#3467)
52f68dc6b2@jimihem2024-07-17T22:23:38Z2023-11-15T08:09:55.610ZAdd more location aliasing checks
702026e3f5@jimihem2024-07-15T18:24:16Z2023-11-15T08:09:55.610ZSupport constant expression calculated by matrixCompMult.
44fcbccd06@jimihem2024-04-26T16:05:08Z2023-11-15T08:09:55.610Zlocation aliasing (#3438)
68df223056@jimihem2024-04-18T00:14:26Z2023-11-15T08:09:55.610Zindex outside gl_SampleMask range, compiler need report error. (#3556)
ac5341fe91@jimihem2024-03-25T08:10:18Z2023-11-15T08:09:55.610ZAdd a test for floating point exponent overflow
db4d6f85af@jimihem2023-12-29T21:23:16Z2023-11-15T08:09:55.610ZThe array size of gl_SampleMask and gl_SampleMaskIn is ceil(gl_MaxSamples/32)
88c5373ee4@jimihem2023-12-28T23:38:39Z2023-11-15T08:09:55.610Zsupport GL_ARB_texture_multisample extension.
a7785ea1ff@jimihem2023-12-12T23:22:04Z2023-11-15T08:09:55.610ZSupport GL_EXT_draw_instanced extension.
07e8220d4e@jimihem2023-12-11T09:10:36Z2023-11-15T08:09:55.610Zsupport GL_EXT_texture_array extention.
feb5437942@jimihem2023-11-23T06:19:58Z2023-11-15T08:09:55.610ZPP: Report an error when a # is not the first thing on a line
854db99ff1@jimihem2023-11-17T09:02:10Z2023-11-15T08:09:55.610ZOut-of-range floats should overflow/underflow to infinity/0.0
4610b2dc55@kpet2025-11-12T14:49:28Z2023-10-23T20:53:46.075ZFix spv.coopmat_armlayout.comp test
a45e175a45@kpet2025-07-02T15:32:00Z2023-10-23T20:53:46.075Zupdate list of validation failures
fcffe4d409@kpet2025-07-02T15:24:32Z2023-10-23T20:53:46.075Zpick up validator fix
2b63972c5e@kpet2025-07-02T13:49:34Z2023-10-23T20:53:46.075ZUpdate expected output for GL_ARM_tensors tests
a9e698322e@kpet2023-10-25T23:59:52Z2023-10-23T20:53:46.075ZAlign spirv.hpp to SPIRV-Headers for SPV_KHR_cooperative_matrix
3289b1d61b@sbourasse2025-08-27T21:53:54Z2023-10-16T14:02:40.212ZFix crash on unnamed function parameters under relaxed rules (#3962)
0015dc9345@sbourasse2024-03-29T23:40:26Z2023-10-16T14:02:40.212ZBranch out of relaxed rules on opaque arguments declared at top-level (#3558)
3bc462c5bc@sbourasse2023-12-06T10:19:58Z2023-10-16T14:02:40.212ZProperly advertise GL_ARB_bindless_texture as being unavailable when generating SPIR-V
c59b876ca0@sbourasse2023-11-29T00:19:02Z2023-10-16T14:02:40.212ZImplement relaxed rule for opaque struct members
9a35abff55@chaocNV2023-10-25T18:50:44Z2023-10-12T09:35:00.624ZAlways enable the generation of OpDebugBasicType for bool type
36b4d07857@sajjadmirzanv2025-10-24T00:06:32Z2023-08-30T21:23:56.088ZFix a call site that had an incorrect number of arguments.
f69d2768e5@sajjadmirzanv2024-10-04T18:11:27Z2023-08-30T21:23:56.088ZUse line and column from node on DebugLexicalBlock.
7a2a1623d8@sajjadmirzanv2024-02-15T00:43:02Z2023-08-30T21:23:56.088ZEmit debug info for accelerationStructure and rayQuery variables. (#3502)
e17ecb0e80@sajjadmirzanv2023-12-28T16:00:37Z2023-08-30T21:23:56.088ZEmit DebugTypePointer when non-semantic debug info is enabled
afe6e781bd@sajjadmirzanv2023-09-12T00:11:22Z2023-08-30T21:23:56.088ZEmit correct nonsemantic debug info for explicitly sized types
02263efcd6@silverclaw2024-06-07T11:48:05Z2023-08-18T11:49:46.609ZAdd support for the ARM extended matrix layout
adfcaba7ae@silverclaw2023-08-21T08:28:46Z2023-08-18T11:49:46.609ZFix ODR violations
34d4f78f03@zeux2023-08-07T17:38:17Z2023-08-06T18:06:31.595ZFix interaction between GL_EXT_mesh_shader and GL_EXT_fragment_shading_rate
3c98026a1c@FuXiii2023-07-27T17:34:20Z2023-07-21T08:01:26.550ZFix [type] command file url forward slashes issue when use mingw
d5f3ad6c9a@Dawid-Lorenz-Mobica2023-07-18T15:35:36Z2023-07-10T10:04:28.221ZHLSL: support binary literals
9e41635d74@hana-alice2023-07-17T23:11:32Z2023-06-25T02:44:30.945ZAdd missing initialization members for web (#3246)
c8c669fc2a@allanmac2023-07-28T16:13:55Z2023-05-08T15:30:45.538Zspirv-remap: Support outputting each SPIR-V module to a filename
9fbc561947@allanmac2023-05-23T20:07:48Z2023-05-08T15:30:45.538ZglslangValidator: Exit with an error if output file cannot be written
a5bf69936d@allanmac2023-05-22T15:44:18Z2023-05-08T15:30:45.538Z[glslang] Strip trailing whitespace
d3b8d91a93@joycebrum2023-09-11T16:46:24Z2023-03-08T14:19:55.683ZAdd license to dependabot.yml
e3a711b6fc@joycebrum2023-08-29T20:19:43Z2023-03-08T14:19:55.683ZSquashed changes about hash pin and dependabot
4e7ccd4af5@joycebrum2023-08-18T18:25:01Z2023-03-08T14:19:55.683ZAdd badge to README.md
d072aa6676@joycebrum2023-08-18T18:23:07Z2023-03-08T14:19:55.683ZCreate scorecard.yml
d9a6fb2247@joycebrum2023-07-13T17:58:05Z2023-03-08T14:19:55.683ZCreate a Security Policy (#3169)
cd2082e058@joycebrum2023-03-08T16:27:09Z2023-03-08T14:19:55.683ZSet token permissions to workflows (#3156)
3805888a57@kasper932023-03-03T17:20:24Z2023-03-03T17:05:36.228ZLook for external SPIR-V Tools build, if not building in-tree
b820431a2c@moritz-h2023-11-23T15:53:30Z2023-02-15T19:20:32.634ZNo external install include dir
eac012fff3@moritz-h2023-11-20T21:01:58Z2023-02-15T19:20:32.634ZFix spirv-tools dependency
bdba39bae6@moritz-h2023-03-21T13:21:09Z2023-02-15T19:20:32.634ZAdd more preamble tests
893145ead2@moritz-h2023-03-14T14:55:17Z2023-02-15T19:20:32.634ZAdd option to glslangValidator to inject preamble
1db9cd2854@moritz-h2023-03-24T14:18:09Z2023-02-15T19:20:32.634ZFix CMake for OSDependent install
d604f26843@FoggyMist2023-02-02T08:59:24Z2023-01-23T13:37:40.100ZAdd test
95ad533eb0@FoggyMist2023-02-01T13:09:55Z2023-01-23T13:37:40.100ZBlock-decorate Vulkan Structs with RuntimeArrays
a0b5136448@arcady-lunarg2026-07-16T15:48:36Z2023-01-17T22:16:28.445ZMake TVarEntryInfo part of the public API in ShaderLang.h
20960a4872@arcady-lunarg2026-06-18T21:01:22Z2023-01-17T22:16:28.445ZAdd new gtests/Discard.cpp file to REUSE.toml
7801882058@arcady-lunarg2026-06-05T22:28:30Z2023-01-17T22:16:28.445ZDon't use uninitialized stack values when parsing invalid swizzles.
0d5da71ace@arcady-lunarg2026-05-19T09:44:03Z2023-01-17T22:16:28.445ZFix descriptor heap test for removal of untyped pointers
9c4f12c5fe@arcady-lunarg2026-03-06T01:35:13Z2023-01-17T22:16:28.445ZCheck for invalid usage of gl_WorkGroupSize components
f1437db5fb@arcady-lunarg2026-03-05T12:34:46Z2023-01-17T22:16:28.445ZAdd explicit type support for bitfieldReverse (#4174)
a0b70c2af7@arcady-lunarg2026-01-09T05:18:15Z2023-01-17T22:16:28.445ZRaise the maximum limit for specialization constant IDs
42b0ef1ddb@arcady-lunarg2026-01-17T02:54:34Z2023-01-17T22:16:28.445ZAdd missing preamble #define for GL_EXT_nontemporal_keyword
2e7feec7e4@arcady-lunarg2026-01-16T21:43:43Z2023-01-17T22:16:28.445Zcmake: Enable more MSVC warnings
db3388901e@arcady-lunarg2026-01-16T18:19:41Z2023-01-17T22:16:28.445Zci: Don't use get-cmake other than for backcompat testing
0099ed6ad0@arcady-lunarg2024-11-26T00:24:02Z2023-01-17T22:16:28.445Zci: Remove gcc from macos matrix
48f63fe4b3@arcady-lunarg2023-07-19T18:00:29Z2023-01-17T22:16:28.445ZPropagate errors from symbol table init
15ebcea676@arcady-lunarg2024-09-20T21:53:58Z2023-01-17T22:16:28.445ZPrint an error when SPIR-V is requested and ENABLE_SPIRV=0 is set
c5b76b78c9@arcady-lunarg2024-09-18T22:38:07Z2023-01-17T22:16:28.445ZAdd CI testing for shared library builds
3dde7d5fa8@arcady-lunarg2024-09-18T16:39:16Z2023-01-17T22:16:28.445Zcmake: Fix symbol visibility on Linux.
ec7e23f458@arcady-lunarg2024-09-18T16:36:54Z2023-01-17T22:16:28.445ZFinal round of symbol visibility fixes
02bc074ac4@arcady-lunarg2024-09-13T20:31:45Z2023-01-17T22:16:28.445ZUpdate tests to use the new iomapper interface
d081b4d8c6@arcady-lunarg2024-09-13T15:44:40Z2023-01-17T22:16:28.445ZAdd an interface to get the GLSL IO mapper and resolver
8bd9083bec@arcady-lunarg2024-09-12T15:50:43Z2023-01-17T22:16:28.445ZRevert “Add MachineIndependent/iomapper.h to the list of installed headers.”
36ccaa31bd@arcady-lunarg2024-09-12T22:40:52Z2023-01-17T22:16:28.445ZExplicitly export symbols from libSPVRemapper
d7d5ab8f8a@arcady-lunarg2024-09-09T20:31:47Z2023-01-17T22:16:28.445ZAdd symbol visibility annotations to glslang-resource-limits library
dc1012140e@arcady-lunarg2024-09-10T00:20:19Z2023-01-17T22:16:28.445ZConvert keyword maps to static initializers
6495f77b04@arcady-lunarg2024-09-11T16:46:38Z2023-01-17T22:16:28.445ZRemove redundant calls to spv::Parameterize() from tests
79c4235085@arcady-lunarg2024-09-02T19:22:52Z2023-01-17T22:16:28.445Zci: Remove redundant testing from continuous deployment workflow
b1fac200c4@arcady-lunarg2024-08-23T23:12:45Z2023-01-17T22:16:28.445ZAdd symbol visibility annotations to symbols in SPIRV/
12cbda959b@arcady-lunarg2024-08-29T17:37:40Z2023-01-17T22:16:28.445ZFix test results after merging #3662
b45d21b287@arcady-lunarg2024-08-27T22:45:57Z2023-01-17T22:16:28.445Zcmake: Fix dependencies of newly-stubbed libraries
ffd454c57b@arcady-lunarg2024-08-20T17:23:43Z2023-01-17T22:16:28.445ZAdd visibility.h to build scripts
9e8dff7d42@arcady-lunarg2023-09-21T20:26:59Z2023-01-17T22:16:28.445ZMove definition of GLSLANG_EXPORT to visibility.h
592de6cf78@arcady-lunarg2023-09-01T22:19:46Z2023-01-17T22:16:28.445ZClean up unused includes.
d59c84d388@arcady-lunarg2024-08-15T21:33:14Z2023-01-17T22:16:28.445ZFix typo in Android.mk
0dc6711e5a@arcady-lunarg2024-08-13T23:08:29Z2023-01-17T22:16:28.445Zci: Get rid of redundant testing
3ba8cad6ed@arcady-lunarg2024-08-09T21:26:47Z2023-01-17T22:16:28.445ZAdd setSourceFile and addSourceText to TShader
5398d55e33@arcady-lunarg2024-08-06T19:42:00Z2023-01-17T22:16:28.445ZRemove execute permissions from source files.
015cb4ce5c@arcady-lunarg2024-08-03T00:19:50Z2023-01-17T22:16:28.445ZFix initialization of arrays in TGlslIoMapper
b618604e77@arcady-lunarg2024-08-03T00:01:07Z2023-01-17T22:16:28.445ZAdd MachineIndependent/iomapper.h to the list of installed headers.
31584ef79d@arcady-lunarg2024-07-31T01:51:18Z2023-01-17T22:16:28.445ZClean up iomapper.h to make it suitable as a public API
11290021b7@arcady-lunarg2024-07-29T22:57:02Z2023-01-17T22:16:28.445Zci: Add a list of known validation fails
7e896697dc@arcady-lunarg2024-07-30T21:58:54Z2023-01-17T22:16:28.445ZAdd SPIRV/SpvTools.h back to the public headers
592aed9c20@arcady-lunarg2024-07-22T21:20:14Z2023-01-17T22:16:28.445ZDon't emit debug instructions before an OpPhi
74d448cc15@arcady-lunarg2024-07-18T22:16:20Z2023-01-17T22:16:28.445ZAdd some comments and rename a helper function
48eaea60b8@arcady-lunarg2024-07-15T23:10:42Z2023-01-17T22:16:28.445ZFix undefined behaviors caught by ubsan
5ec1a8d0b5@arcady-lunarg2024-07-05T20:56:22Z2023-01-17T22:16:28.445ZUpdate macOS requirement from 11 to 12 in github CD workflow
0c15a28c94@arcady-lunarg2024-06-21T21:31:00Z2023-01-17T22:16:28.445Zrefactor: Make type component/constituent counts unsigned
33d517470e@arcady-lunarg2024-06-21T18:07:50Z2023-01-17T22:16:28.445ZGenerate vector constructions more efficiently when sizes match
2d8b71fc63@arcady-lunarg2024-06-20T21:13:09Z2023-01-17T22:16:28.445ZAdd test cases for redundant type conversions
19efb4ec60@arcady-lunarg2024-06-14T22:17:21Z2023-01-17T22:16:28.445ZMove the spv.debugInfo.frag test back into runtests
73eccd4b67@arcady-lunarg2024-06-06T22:07:12Z2023-01-17T22:16:28.445ZAdd the KHR suffix for OpExtInstWithForwardRefsKHR instruction
81f7045aa0@arcady-lunarg2024-03-11T22:53:37Z2023-01-17T22:16:28.445ZEmit debug info for buffer references
996c5d3123@arcady-lunarg2024-03-11T22:24:45Z2023-01-17T22:16:28.445ZAdd support for OpExtInstWithForwardRefs
7c3c50ea94@arcady-lunarg2024-05-20T17:25:55Z2023-01-17T22:16:28.445Zspirv: Add a postprocessing pass to fix up uses of OpSampledImage
af0641aa09@arcady-lunarg2024-05-14T18:39:59Z2023-01-17T22:16:28.445Zci: Add testing on Mac OS 14 instead of 12
9337143313@arcady-lunarg2024-04-25T23:14:26Z2023-01-17T22:16:28.445ZIncrease the TIntermediate::usedIo array
05ba15169e@arcady-lunarg2024-04-15T22:25:09Z2023-01-17T22:16:28.445ZUpdate the README-spirv-remap.txt
d24cda64d1@arcady-lunarg2024-03-30T00:09:37Z2023-01-17T22:16:28.445ZCheck for exponent overflow in float parser
be0d1cb452@arcady-lunarg2024-03-19T15:41:32Z2023-01-17T22:16:28.445Zbuild: fix CI sanitizer failures
78e5d7976e@arcady-lunarg2024-02-19T23:46:46Z2023-01-17T22:16:28.445Zcmake: Enable implicit fallthrough warnings for gcc and clang
1fc174387d@arcady-lunarg2024-02-20T23:17:02Z2023-01-17T22:16:28.445ZRefactor reflection.cpp to silence fallthrough warnings
7ffa289495@arcady-lunarg2024-02-19T23:45:25Z2023-01-17T22:16:28.445ZAdd extra break statements to quiet clang warnings.
606209e07d@arcady-lunarg2024-02-19T23:42:55Z2023-01-17T22:16:28.445ZUse [[fallthrough]] attribute instead of comments.
57d86ab763@arcady-lunarg2024-01-09T21:11:16Z2023-01-17T22:16:28.445Zcmake: remove generation of deprecated *Targets.cmake files
530a6266b2@arcady-lunarg2023-12-07T23:26:50Z2023-01-17T22:16:28.445ZFix tokenLength test to not trigger spurious preprocessor error
e854c8de10@arcady-lunarg2023-11-30T15:50:12Z2023-01-17T22:16:28.445ZRemove various warning suppression pragmas
a1138bacff@arcady-lunarg2023-11-30T00:22:10Z2023-01-17T22:16:28.445ZImprove overflow_underflow_toinf_0 test somewhat
a187f47e2c@arcady-lunarg2023-11-28T00:26:25Z2023-01-17T22:16:28.445ZMove overflow_underflow_toinf_0 from runtests to gtest
f6cc939499@arcady-lunarg2023-11-17T17:40:50Z2023-01-17T22:16:28.445ZRemove custom implementations of isinf and isnan
1dcb072cda@arcady-lunarg2023-11-08T23:35:41Z2023-01-17T22:16:28.445Zcmake: only install public headers
806d9abbad@arcady-lunarg2023-11-09T02:54:11Z2023-01-17T22:16:28.445ZRemove SPVRemapper.h dependency on spvIR.h
6f9ab3c2de@arcady-lunarg2023-11-09T01:13:08Z2023-01-17T22:16:28.445ZRemove GlslangToSpv.h dependency on SpvTools.h
62de186c33@arcady-lunarg2023-11-08T23:54:54Z2023-01-17T22:16:28.445ZRemove GlslangToSpv.h dependency on intermediate.h
f102d0f4fa@arcady-lunarg2023-11-07T22:18:48Z2023-01-17T22:16:28.445ZFix update_glslang_sources.py to not use distutils
7fa0731a80@arcady-lunarg2023-10-18T16:46:46Z2023-01-17T22:16:28.445ZInitialize spv_options in glslang_program_SPIRV_generate
0504953b35@arcady-lunarg2023-10-12T17:42:32Z2023-01-17T22:16:28.445Zspirv: don't emit invalid debuginfo for buffer references
48f9ed8b08@arcady-lunarg2023-10-06T21:50:27Z2023-01-17T22:16:28.445Zspirv: only set LocalSizeId mode when necessary
fb2882a3c3@arcady-lunarg2023-08-21T17:17:02Z2023-01-17T22:16:28.445Zkokoro: explicitly set ENABLE_OPT=0 in cmake builds
589431af5c@arcady-lunarg2023-08-09T23:00:04Z2023-01-17T22:16:28.445Zcmake: add more verbose messages if SPIRV-Tools is not found
396596ca4a@arcady-lunarg2023-07-31T20:45:11Z2023-01-17T22:16:28.445ZReplace GlobalLock functions with std::mutex
54726b3c1c@arcady-lunarg2023-07-28T18:02:44Z2023-01-17T22:16:28.445ZRemove glslang.m4
6bc35749ec@arcady-lunarg2023-07-28T17:53:30Z2023-01-17T22:16:28.445ZRemove a stray GLSLANG_WEB ifdef
4420f9b33b@arcady-lunarg2023-07-19T18:18:21Z2023-01-17T22:16:28.445ZRemove OSDependent TLS functions
65397339c5@arcady-lunarg2023-07-18T17:25:05Z2023-01-17T22:16:28.445ZRemove obsolete files
f47028995c@arcady-lunarg2023-07-13T21:26:56Z2023-01-17T22:16:28.445ZUse std::call_once in spv::Parameterize()
3ebb72cc74@arcady-lunarg2023-06-22T20:11:29Z2023-01-17T22:16:28.445ZAdd an assert that ID operands are non-zero
d89c0b1d13@arcady-lunarg2023-06-22T20:06:41Z2023-01-17T22:16:28.445ZForce generateDebugInfo when non-semantic debug info is enabled
6f22e41e0d@arcady-lunarg2023-05-23T22:31:23Z2023-01-17T22:16:28.445ZCMake: Make glslang-default-resource-limits STATIC
e06bd35fea@arcady-lunarg2023-05-19T22:46:25Z2023-01-17T22:16:28.445ZSwitch Android.mk to use --std=c++17
4c9cc240e6@arcady-lunarg2023-05-19T19:34:04Z2023-01-17T22:16:28.445ZSwitch Bazel to c++17
9caca7a17b@arcady-lunarg2023-05-18T22:18:42Z2023-01-17T22:16:28.445ZAdd decorations to structs with buffer references
1e4955adbc@arcady-lunarg2023-02-21T01:02:36Z2023-01-17T22:16:28.445ZInclude header in Common.h
14e57abf26@arcady-lunarg2023-05-09T18:20:10Z2023-01-17T22:16:28.445ZEnable constructor reorder warnings
68f073b195@arcady-lunarg2023-04-12T23:50:41Z2023-01-17T22:16:28.445ZAdd a test for empty structs in HLSL hull shaders
f766ee96f5@arcady-lunarg2023-04-07T16:55:01Z2023-01-17T22:16:28.445ZImprove help text for the new -P option
adcc7e8163@arcady-lunarg2023-03-31T20:29:50Z2023-01-17T22:16:28.445ZAdd tests for conditionals that return a struct value
cdb350b356@arcady-lunarg2023-03-31T20:57:49Z2023-01-17T22:16:28.445ZFix generation of conditionals with a struct result in SPIR-V
fbabd37aca@arcady-lunarg2023-03-31T23:07:37Z2023-01-17T22:16:28.445ZRemove a redundant condition in an if statement
2aca6d419c@arcady-lunarg2023-03-31T23:01:56Z2023-01-17T22:16:28.445ZRefactor Builder::createTextureCall() to use std::vector
c43008e829@arcady-lunarg2023-02-23T16:01:37Z2023-01-17T22:16:28.445ZFix double expansion of macro arguments.
0d3211ff7b@arcady-lunarg2023-01-20T17:39:06Z2023-01-17T22:16:28.445ZReject non-float inputs/outputs with version < 120
5f6c7176c5@daniel-story2025-10-16T08:31:23Z2022-12-22T01:18:13.637ZSupport IO mapping of combined samplers and acceleration structures
2acc4ea002@daniel-story2024-09-23T23:44:52Z2022-12-22T01:18:13.637ZAdd link-time cross stage optimization test
05559a2963@daniel-story2024-09-12T19:18:09Z2022-12-22T01:18:13.637ZImplement optional link-time cross stage optimization
4f01996c9d@daniel-story2024-07-25T00:37:47Z2022-12-22T01:18:13.637ZMerge ancillary libraries into main glslang library and stub originals
b9b8fd917b@GermanAizek2024-04-01T15:23:35Z2022-11-02T13:07:30.560ZUsing reserve() in GlslangToSpv
2db79056b4@GermanAizek2024-04-01T16:51:29Z2022-11-02T13:07:30.560ZMaximum optimization inserts using reserve() for operands
db933d7743@GermanAizek2023-12-14T15:25:26Z2022-11-02T13:07:30.560ZFixed check uint64 before set bool
d9c3c7538b@JohannesKauffmann2023-02-25T21:05:54Z2022-08-29T23:24:33.639ZCommon.h: don't use to_string workaround on MSVC
f202aa665e@JohannesKauffmann2023-02-25T19:57:44Z2022-08-29T23:24:33.639ZPP: remove workaround for VS2015
e00517acfe@JohannesKauffmann2023-02-25T19:57:02Z2022-08-29T23:24:33.639ZSPIRV: remove pre-C++11 workaround
076c35863e@JohannesKauffmann2023-02-25T19:56:09Z2022-08-29T23:24:33.639ZSPIRV: hex_float: remove workaround for VS2013
a7603c132d@JohannesKauffmann2022-11-22T18:09:31Z2022-08-29T23:24:33.639ZUse nullptr where possible instead of NULL or 0
728c689574@JohannesKauffmann2022-11-23T23:14:23Z2022-08-29T23:24:33.639ZInclude: PoolAlloc: do not rely on CMake define
fb64704060@theblackunknown2022-08-03T00:16:03Z2022-07-30T22:21:48.463ZAdd unified glslang CMake config collecting glslang-targets targets (#2989)
f46f4b192a@spnda2022-07-25T16:45:12Z2022-07-25T15:56:44.736ZFix: Migrate Windows CI to GitHub Actions
17e0a9a563@spnda2022-09-01T19:23:34Z2022-07-25T15:56:44.736ZFix: Remove NV suffix from C interface
b43848f0ca@spnda2022-07-30T04:10:47Z2022-07-25T15:56:44.736ZFix: Build arm64 binaries for macOS
573e9849be@James2022-rgb2022-10-08T00:33:21Z2022-06-06T16:31:37.895ZCInterface: Add preamble support.
6cdae46314@andfau-arm2022-06-01T08:43:13Z2022-05-30T12:23:58.497ZAvoid duplicate BuiltIn variables for ray tracing matrices (fix #2921)
38c07d3d8b@qingyuanzNV2025-11-21T02:33:38Z2022-05-24T17:25:26.242ZFix Debug Info for Retargeted Builtins (#4104)
a9b9dc1e6b@qingyuanzNV2025-11-17T16:09:58Z2022-05-24T17:25:26.242ZAdd support for debug info for hitObjectNV and fix that for local rayQuery
0a8b2975e9@qingyuanzNV2025-11-17T15:39:54Z2022-05-24T17:25:26.242ZAdd AST node for variable declarators for better quality debug info (#4074)
d8524d601a@qingyuanzNV2025-10-27T23:11:40Z2022-05-24T17:25:26.242ZGenerate debug name matching the source language for opaque types (#3646)
7c2a4d0392@qingyuanzNV2025-10-17T20:08:13Z2022-05-24T17:25:26.242ZFix NS debug bool type in SSBO/UBO. (#4061)
8e1494f9d7@qingyuanzNV2025-10-10T13:54:21Z2022-05-24T17:25:26.242ZFix debug struct member names (#4057)
a496a34b43@qingyuanzNV2024-08-26T03:53:07Z2022-05-24T17:25:26.242ZSanitize debug source location tracking for implicit branch and return
704107fda3@qingyuanzNV2024-07-02T08:11:11Z2022-05-24T17:25:26.242ZFix function call line number for calls spanning multiple lines.
85262fb20e@qingyuanzNV2024-07-02T06:31:18Z2022-05-24T17:25:26.242ZFill correct file name to OpDebugFunction and add line info for parameters' OpDebugDeclare
d8f5681ec0@qingyuanzNV2024-03-01T21:09:15Z2022-05-24T17:25:26.242ZAdd includer to gtest for include file tests.
30661abd9c@qingyuanzNV2024-02-09T18:27:40Z2022-05-24T17:25:26.242ZClean up the debug line info tracking and generation.
845e5d5a28@qingyuanzNV2023-11-08T22:43:49Z2022-05-24T17:25:26.242ZFix the corrupted test because of rebase
109b5979d3@qingyuanzNV2023-10-24T22:41:12Z2022-05-24T17:25:26.242ZSupport NonSemantic DebugValue and generate it for const arg
f8a2442a16@qingyuanzNV2023-03-14T17:36:24Z2022-05-24T17:25:26.242ZImprove line info for symbol access and assignment
c52b3d5075@qingyuanzNV2022-09-07T06:57:18Z2022-05-24T17:25:26.242ZFix OpLine prepending OpFunction reports wrong file when #line is present
61d244145d@qingyuanzNV2022-05-31T17:40:25Z2022-05-24T17:25:26.242Zavoid using make_unique for c++11 compatibility
b6df89b470@qingyuanzNV2022-05-31T06:08:50Z2022-05-24T17:25:26.242Zuse unique_ptr to avoid calling deleted move ctor
e28ec404a7@Gabriele912022-05-24T18:09:20Z2022-05-21T18:19:27.297ZAdd hlsl.instance.geom output
353ef3ac3e@Gabriele912022-05-24T16:53:39Z2022-05-21T18:19:27.297ZAdd test for the instance param (geometry shader)
dab6fc8960@mariusbjorge2022-05-05T12:03:57Z2022-05-05T11:27:13.880ZUpdate spirv-tools and spirv-headers known good
114092494b@Try2022-10-19T19:45:30Z2022-03-26T15:32:54.400Zupdate failing test-cases
a21b8d8d8d@Try2022-10-16T13:36:19Z2022-03-26T15:32:54.400Zmesh shader: fix implicit index-array size calculation for lines and triangles
c81b34fb24@scribam2023-07-22T12:51:11Z2022-01-09T21:59:57.515ZRemove useless semicolons
ab87ffe7cf@n-morales2022-01-11T10:40:54Z2022-01-08T13:49:01.949Z#2861: If compiling with macOS and GCC, default ENABLE_PCH to false since CMake will generate incompatible Xarch flags for the precompiled headers
66ac0df61b@n-morales2022-01-11T10:40:50Z2022-01-08T13:49:01.949Z#2861: Check for macOS systems before adding “--no-undefined” to linker flags as it is not compatible with the default linker.
6fdf03e4d1@haasn2022-07-12T14:59:22Z2021-11-08T14:06:58.364ZFix version check macros
d13f81510f@mhillenbrand2021-11-15T15:31:50Z2021-11-08T13:29:58.225Zremove undefined conversions from test constantUnaryConversion.comp
0d85595e33@mhillenbrand2021-11-15T15:30:15Z2021-11-08T13:29:58.225Zadd negative float conversions to test constantUnaryConversion.comp
f1fa8afa25@mhillenbrand2021-11-10T17:10:58Z2021-11-08T13:29:58.225ZTIntermediate::promoteConstantUnion(): fix conversion to int8
0eda343970@mhillenbrand2021-11-09T15:31:22Z2021-11-08T13:29:58.225ZUse intermOut.cpp's IsNan and IsInfinity for parse-time constant folding (updated)
d1ee644e1d@mhillenbrand2021-11-09T15:31:22Z2021-11-08T13:29:58.225ZUse intermOut.cpp's IsNan and IsInfinity for parse-time constant folding
3787b6947f@rhabacker2023-08-23T08:08:05Z2021-10-13T08:51:26.851ZRevert “CMake: Make glslang-default-resource-limits STATIC”
7cd519511c@rhabacker2022-09-12T08:18:51Z2021-10-13T08:51:26.851Zcmake: Do not install static libraries in shared build mode.
50ec8ae584@rhabacker2022-09-13T13:33:16Z2021-10-13T08:51:26.851Zcmake: Use common installation directory for cmake support files.
cbab732905@kevin-mccullough2021-10-13T22:32:38Z2021-07-30T16:39:59.372ZFix issue with separable shader validation in iomapper
13fd2d6470@kevin-mccullough2021-10-13T22:28:45Z2021-07-30T16:39:59.372ZFix incorrect link time validation for unused gl_PerVertex members
d3567231eb@kevin-mccullough2021-10-13T21:57:06Z2021-07-30T16:39:59.372ZFix cross-stage check to allow subsequent stage to use previous stage's binding
fc9897d1ba@Reedbeta2021-07-28T15:29:17Z2021-07-26T23:05:10.234ZFix OpImageRead result type when compiling HLSL (#2706)
0784c41300@AndreyMlashkin2021-07-30T07:12:45Z2021-07-12T07:42:29.902Zcorrect ident
fda1c58350@AndreyMlashkin2021-07-14T05:33:02Z2021-07-12T07:42:29.902Zmake AND to upper case
22d19b963c@AndreyMlashkin2021-07-12T16:08:15Z2021-07-12T07:42:29.902Zadd possibility to not override runtime of MSVC
adfa0938a2@tgfrerer2021-05-11T08:42:11Z2021-05-07T17:58:27.825Zfix error message for hlslGrammar::acceptConstructor
4bf373e9a3@Rob23092021-04-27T14:06:06Z2021-04-21T18:11:31.026ZImproved usage hint
e50b0a857c@Rob23092021-04-22T11:13:38Z2021-04-21T18:11:31.026ZAdded usage hint for --auto-sampled-textures, added test cases
059ccda8a5@cmarcelo2026-03-05T01:01:27Z2021-01-27T09:10:59.965ZFix long-vector array length lowering
74e8f05b9f@critsec2020-11-09T16:30:01Z2020-11-08T07:02:45.833ZImplement GL_EXT_terminate_invocation (#2454)
f1121f02ab@JustSid2021-06-12T22:30:36Z2020-10-28T18:09:41.619ZFixed SPIR-V remapper not remapping OpExtInst instruction set IDs
7662557d2a@JustSid2021-03-19T20:26:53Z2020-10-28T18:09:41.619ZFixed OpGroupNonUniformQuadBroadcast Direction operand being marked as a literal
56350cadfe@JustSid2020-11-02T19:27:40Z2020-10-28T18:09:41.619ZSupport for CapabilityShaderViewportIndex and CapabilityShaderLayer (#2432)
f4f1d8a352@Triang3l2020-10-12T16:33:01Z2020-10-08T19:26:40.536ZSPIR-V: Remove SpvTools.h include from disassemble.cpp (#2417)
c897c3bc23@phniix2020-11-02T21:40:50Z2020-09-26T22:11:49.606ZAdd new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2442)
d1929f359a@phniix2020-10-05T15:59:27Z2020-09-26T22:11:49.606ZAdd new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)
2eed8236d0@phniix2020-09-27T23:53:18Z2020-09-26T22:11:49.606ZAdd more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output. (#2406)
17a83a9b33@cdotstout2021-01-15T18:30:23Z2020-09-25T02:58:51.527ZAdd CMake support for Fuchsia
d0e7ed37fc@cdotstout2020-09-27T00:43:30Z2020-09-25T02:58:51.527Z[spirv-remap] Fix undefined behavior in hashing (#2403)
1815d86a22@cdotstout2020-09-26T17:02:33Z2020-09-25T02:58:51.527Z[Wconversion] Suppress glslang issue (#2404)
3dc6399e97@Tobski2026-05-07T20:41:52Z2020-09-08T10:11:00.826ZOmit SPV NonUniform decoration with descriptor heaps
8c1a3a06b8@Tobski2020-11-04T16:24:23Z2020-09-08T10:11:00.826ZAdd GL_EXT_shader_image_int64 support (#2409)
6274ec5c20@juliusikkala2021-02-14T12:24:17Z2020-08-21T16:03:35.372ZPass environment through PreprocessDeferred
76cc41d26f@1480c12024-11-05T05:54:48Z2020-07-12T00:47:00.496Zdisassemble: Add cstdint for uint32_t
a990b97d07@proydakov2021-02-26T11:31:27Z2020-06-23T19:03:19.297ZReturned using find_host_package for PythonInterp 3 instead of find_package.
5f7228e785@proydakov2020-06-24T17:01:18Z2020-06-23T19:03:19.297ZFixed msvc 2019 nmake noexcept build.
6332f80b2d@proydakov2021-02-23T14:14:12Z2020-06-23T19:03:19.297ZCode review. Thx greg-lunarg for comments.
31d234c1da@proydakov2021-02-18T23:18:17Z2020-06-23T19:03:19.297ZFixed cmake generation warning for regeneration project build files.
e3dab6f0d2@proydakov2021-02-07T18:18:31Z2020-06-23T19:03:19.297ZCode review. Thx ben-clayton for comments.
05798c17fb@proydakov2021-02-07T12:37:03Z2020-06-23T19:03:19.297ZFixed issues 2496. Used option 4: parse_version.cmake to avoid python3 usage.
dc8b1d0264@proydakov2020-12-15T15:05:32Z2020-06-23T19:03:19.297ZFixed compile warning in reflection.cpp for ENABLE_HLSL = 0 build. [-Wunused-parameter]
f6e3446363@proydakov2020-06-24T20:56:12Z2020-06-23T19:03:19.297ZFixed GCC -Wunused-parameter in hlslParseables.cpp.
978338025a@gnoliyil2022-01-01T23:08:35Z2020-06-15T19:10:50.405Zbuild: Make action targets hermetic
1ee750aed5@lriki2020-06-25T03:27:28Z2020-06-12T12:44:58.240ZAdd pack_matrix test
a0010e27ba@ben-clayton2020-07-14T17:34:45Z2020-06-10T18:03:09.267ZDeprecate InitializeDll functions
775864ef74@ben-clayton2020-07-14T17:32:12Z2020-06-10T18:03:09.267ZSimplify PoolAlloc with use of thread_local.
d465ac12dd@ben-clayton2022-01-13T12:14:34Z2020-06-10T18:03:09.267ZUpdate LICENSE.txt
591651da3d@ben-clayton2021-03-23T10:47:59Z2020-06-10T18:03:09.267ZFix warnings about int comparisons of different signness
752028582f@ben-clayton2021-01-18T12:27:00Z2020-06-10T18:03:09.267Zlicense-checker.cfg: Update rules
0f52e7ef12@ben-clayton2020-10-21T12:36:50Z2020-06-10T18:03:09.267ZFix GN build and presubmits
b2b1e2da46@ben-clayton2020-10-20T10:12:26Z2020-06-10T18:03:09.267ZKokoro: Add configurations for GN presubmit
5b99b448b3@ben-clayton2020-10-19T21:21:12Z2020-06-10T18:03:09.267ZFix uninitialized use of TIntermediate::resource (#2424)
f915cc2b2b@ben-clayton2020-10-16T13:26:05Z2020-06-10T18:03:09.267ZAdd GN build instructions to README.md
dac38b8fce@ben-clayton2020-10-16T11:47:38Z2020-06-10T18:03:09.267ZAdd basic GN configurations
2a44064885@ben-clayton2020-07-31T06:09:17Z2020-06-10T18:03:09.267ZRevert changes that migrate to thread_local.
33585c871d@ben-clayton2020-07-14T17:36:08Z2020-06-10T18:03:09.267ZLimit visibility of symbols for internal libraries
abf92c80b9@ben-clayton2020-07-14T17:34:45Z2020-06-10T18:03:09.267ZDeprecate InitializeDll functions
a3845240ae@ben-clayton2020-07-14T17:32:12Z2020-06-10T18:03:09.267ZSimplify PoolAlloc with use of thread_local.
c487d0feaa@ben-clayton2020-07-20T15:32:30Z2020-06-10T18:03:09.267ZDrop support for VS2013
70860c284e@ben-clayton2020-07-20T15:26:34Z2020-06-10T18:03:09.267ZStart glslang 11.0.0
6c7beeafa7@ben-clayton2020-07-20T15:24:30Z2020-06-10T18:03:09.267ZFinalize glslang 10.15.3847
4268914774@ben-clayton2020-07-20T15:39:15Z2020-06-10T18:03:09.267Zbuild_info: Fix parsing of versions with no flavor
047425a4db@ben-clayton2020-07-17T19:06:31Z2020-06-10T18:03:09.267ZUpdate license-checker.cfg with simplified rules
5a7a7dbd1e@ben-clayton2020-07-17T10:58:54Z2020-06-10T18:03:09.267ZAdd new rules for update of license-checker
f429b72298@ben-clayton2020-07-14T11:56:26Z2020-06-10T18:03:09.267Zruntests: Check error codes, set LD_LIBRARY_PATH
89a5ee09d5@ben-clayton2020-07-14T09:09:51Z2020-06-10T18:03:09.267ZGive build_info.py the executable bit
14a2cfbc72@ben-clayton2020-07-13T19:32:09Z2020-06-10T18:03:09.267ZAdd bison license to LICENSE.txt
6b20d83c41@ben-clayton2020-07-13T18:14:02Z2020-06-10T18:03:09.267ZCMake: Move project() to top of CMakeLists.txt
16ef2588ed@ben-clayton2020-07-13T09:12:06Z2020-06-10T18:03:09.267ZKokoro: Print test output to stdout
6788647d8e@ben-clayton2020-07-12T12:07:39Z2020-06-10T18:03:09.267ZAdd missing comma from license-checker.cfg
2270713d6a@ben-clayton2020-07-10T13:39:39Z2020-06-10T18:03:09.267ZFix CMake rules when nesting CMake projects
360ba05949@ben-clayton2020-07-10T12:46:25Z2020-06-10T18:03:09.267ZAttempt to fix chromium builds
fbe9a23baf@ben-clayton2020-06-17T10:17:19Z2020-06-10T18:03:09.267ZGenerate build information from CHANGES.md
31cad22758@ben-clayton2020-07-07T12:24:04Z2020-06-10T18:03:09.267ZUse CMake's builtin functionality for PCHs
3604be156c@ben-clayton2020-07-07T10:49:40Z2020-06-10T18:03:09.267ZRemove GLSLANG_BUILD_PIC flag
948dc034c5@ben-clayton2020-07-07T10:22:33Z2020-06-10T18:03:09.267ZAdd new static targets to VS solution folders
a21c5f3604@ben-clayton2020-07-07T10:15:24Z2020-06-10T18:03:09.267ZAdd new rules to .gitignore
1125f1b269@ben-clayton2020-07-03T21:54:30Z2020-06-10T18:03:09.267ZAdd GLSLANG_BUILD_PIC CMake flag
4af48da4e3@ben-clayton2020-07-03T14:41:03Z2020-06-10T18:03:09.267ZDon't use add_link_options() on old CMake versions
cb261e3c21@ben-clayton2020-07-03T11:21:01Z2020-06-10T18:03:09.267ZLicense headers: s/Google/The Khronos Group
751b3f83c5@ben-clayton2020-07-03T10:07:32Z2020-06-10T18:03:09.267ZKokoro: Correct the `build_file' path to build.sh
fb187f3063@ben-clayton2020-07-02T15:05:41Z2020-06-10T18:03:09.267ZAdd config for license-checker and Kokoro scripts.
cb4788c7a6@ben-clayton2020-07-02T14:54:40Z2020-06-10T18:03:09.267ZFix GLSLANG_IS_SHARED_LIBRARY define
1d21270ebf@ben-clayton2020-07-01T14:43:36Z2020-06-10T18:03:09.267ZAdd missing copyright headers
2962be40ba@ben-clayton2020-07-01T09:48:27Z2020-06-10T18:03:09.267ZAdd additional licenses in use to LICENSE.txt
d64e859987@ben-clayton2020-06-29T13:20:19Z2020-06-10T18:03:09.267Zglslang: Only export public interface for SOs
b8c3386ec0@ben-clayton2020-06-29T13:18:02Z2020-06-10T18:03:09.267ZCMake: break up glslang into smaller static libs
981e127698@ben-clayton2020-06-29T13:06:35Z2020-06-10T18:03:09.267ZCMake: Compile with -fPIC when building SOs
1fee6072d0@ben-clayton2020-06-29T12:46:26Z2020-06-10T18:03:09.267ZCMake: Error on unresolved symbols
08bc7cf5fc@ben-clayton2020-06-29T13:52:54Z2020-06-10T18:03:09.267ZRemove root kokoro/linux-*-cmake configs
40e1ae11f4@ben-clayton2020-06-24T13:16:17Z2020-06-10T18:03:09.267ZKokoro: Split linux cmake cfgs into static/shared
b2a4399dcc@ben-clayton2020-06-19T11:14:02Z2020-06-10T18:03:09.267ZAdd kokoro configs for android-ndk and cmake
ca17b723fb@ben-clayton2020-06-19T11:35:37Z2020-06-10T18:03:09.267ZSwitch ndk_test from gnustl_static to c++_static
f49820dd6b@ben-clayton2020-06-16T10:54:34Z2020-06-10T18:03:09.267ZMove hlsl/ source to glslang/HLSL/
dcad9ad056@ben-clayton2020-06-15T12:54:55Z2020-06-10T18:03:09.267ZCMake: Fold HLSL source into glslang
b919bc889e@ben-clayton2020-06-11T03:41:47Z2020-06-10T18:03:09.267ZFix signed / unsigned mismatch warning (#2266)
62825d0fad@rdb2026-06-30T12:49:26Z2020-05-31T20:51:59.384ZShow error when trying to convert literal string to other type
5137ce1a95@rdb2023-01-30T16:42:49Z2020-05-31T20:51:59.384ZHLSL: Add missing relaxed-precision float/int matrix expansions
589aaff11c@rdb2020-11-05T16:53:38Z2020-05-31T20:51:59.384ZDon't use roundEven() to implement round() in DX9 compatibility mode
383eaf3293@rdb2020-11-06T17:51:07Z2020-05-31T20:51:59.384ZFix token-pasting macros not working in preprocessor directives. (#2453)
ebf55a0711@rdb2020-06-15T12:39:43Z2020-05-31T20:51:59.384ZHLSL: Fix incorrect case in name of DX9-style cube sampler type (#2265)
78a3c915a1@rdb2020-06-02T06:32:35Z2020-05-31T20:51:59.384ZHLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258)
b56e0e441b@rdb2020-06-02T06:30:50Z2020-05-31T20:51:59.384ZHLSL: Recognize POSITION semantic et al in DX9 compatibility mode (#2255)
d8edfd8e66@rdb2020-06-02T06:30:07Z2020-05-31T20:51:59.384ZHLSL: fix handling of uniform qualifier in entry point parameters (#2254)
ecc9b9149f@WDog3672020-06-10T00:43:48Z2020-05-21T19:47:11.788ZImplement GL_EXT_vulkan_glsl_relaxed option
08e4874a56@nihui2020-12-24T02:33:22Z2020-05-21T03:42:56.323ZMerge remote-tracking branch ‘upstream/master’ into patch-3
5c202faffb@nihui2020-12-23T13:56:23Z2020-05-21T03:42:56.323ZUpdate ParseHelper.cpp
967fa92d14@nihui2020-09-12T03:18:02Z2020-05-21T03:42:56.323ZTry to find python interpreter from host first
a9e16bd73a@nihui2020-09-12T02:04:36Z2020-05-21T03:42:56.323ZFix build android ndk r16b
d0c9129d2f@nihui2020-05-28T12:12:01Z2020-05-21T03:42:56.323Zfix warning unused parameter in release build (#2251)
a0cce739bc@nihui2020-05-21T11:33:17Z2020-05-21T03:42:56.323ZDo not build glslang-testsuite when ENABLE_CTEST is disabled (#2240)
044113abe8@nihui2020-05-21T05:55:24Z2020-05-21T03:42:56.323ZAdd an option to make Exceptions enabled (#2239)
02f1c80d77@jaebaek2021-06-08T14:39:55Z2020-05-14T15:56:06.510ZFix unit test failures
a5f9118e7c@jaebaek2021-06-08T13:47:29Z2020-05-14T15:56:06.510ZUpdate known_good.json for SPIRV-Tools
ed8bd0453f@jaebaek2020-11-02T17:49:31Z2020-05-14T15:56:06.510ZDo not use PropagateLineInfoPass and RedundantLineInfoElimPass (#2440)
08a05bc2b9@jaebaek2020-05-14T17:06:05Z2020-05-14T15:56:06.510ZMove to newer version of SPIRV-Tools
22a33d6742@rg3igalia2025-01-22T12:01:17Z2020-04-27T17:46:40.893ZUpdate SPIRV-Tools known good version
a420aff856@rg3igalia2024-11-05T14:30:52Z2020-04-27T17:46:40.893ZCheck argument constness with SparseTextureOffset functions
54264f913d@rg3igalia2024-10-28T16:24:00Z2020-04-27T17:46:40.893ZAdd support for GL_EXT_texture_offset_non_const
d4865f0b68@rg3igalia2022-09-21T08:04:50Z2020-04-27T17:46:40.893ZMake gl_SubGroupARB a flat int in Vulkan
232ba0d848@rg3igalia2020-06-03T13:52:55Z2020-04-27T17:46:40.893ZAdd SPIR-V capabilities needed for spec constants (#2199)
02c70ad10e@Antidote2020-04-22T14:19:43Z2020-04-21T23:05:05.566ZTPpToken: Fix compiling on clang-10 (#2189)
c9b28b9f33@MennoVink2020-04-21T13:06:12Z2020-04-21T10:16:12.841Zxcode warnings fix (#2188)
5cffd9a796@pmistryNV2025-04-23T04:26:37Z2020-04-15T18:41:15.368ZImplement GL_NV_gpu_shader5 and enable GL_ARB_gpu_shader5 completely
5ff0c048b7@pmistryNV2023-10-02T19:10:11Z2020-04-15T18:41:15.368ZClean the implementation of GL_EXT_texture_shadow_lod.
559a5f1d82@pmistryNV2022-09-26T19:45:39Z2020-04-15T18:41:15.368ZFix for bug #3019 : That incorrectly removed perVertexEXT qualifier as arrayed IO
cd9b971a5e@pmistryNV2022-09-09T19:48:52Z2020-04-15T18:41:15.368ZMake a utility function for termination instructions that take input operands.
71f5f219ad@pmistryNV2022-09-09T01:55:53Z2020-04-15T18:41:15.368ZFix for issue #3020
228c67228a@pmistryNV2021-08-25T20:41:32Z2020-04-15T18:41:15.368ZGL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation
18cfc3f106@pmistryNV2021-03-24T19:52:23Z2020-04-15T18:41:15.368ZFor bug #2580: sparseTextureGatherOffsetsARB should only take constant offsets.
e05cc20ec2@pmistryNV2020-04-21T18:33:57Z2020-04-15T18:41:15.368ZAdd support for es extension GL_EXT_blend_func_extended
2c53baedbb@pmistryNV2020-05-01T04:41:33Z2020-04-15T18:41:15.368ZAdd support for extension GL_EXT_shader_integer_mix (#2203)
2a8ead2109@pmistryNV2020-04-27T00:52:31Z2020-04-15T18:41:15.368ZAdd support for extension GL_EXT_shader_implicit_conversions
39281fb710@pmistryNV2020-04-29T12:58:49Z2020-04-15T18:41:15.368ZAdd support for extension GL_ARB_vertex_attrib_64bit (#2193)
f03cb290ac@pmistryNV2020-04-28T05:46:54Z2020-04-15T18:41:15.368ZAdd support for extension GL_ARB_texture_query_lod. (#2194)
ea50f6d77e@pmistryNV2020-04-27T08:46:32Z2020-04-15T18:41:15.368ZAdd support for extension GL_ARB_shading_language_packing (#2192)
7d65f09b83@pmistryNV2020-04-23T04:46:52Z2020-04-15T18:41:15.368ZAdd support for extension GL_ARB_shader_storage_buffer_object (#2184)
3f4e5c4563@pmistryNV2020-04-20T02:47:54Z2020-04-15T18:41:15.368ZAdd support for extension GL_ARB_shader_image_size (#2185)
9f46e3dd5e@pmistryNV2020-04-17T11:24:12Z2020-04-15T18:41:15.368ZAdd support for extension GL_ARB_shader_bit_encoding (#2183)
fd593d5f08@Malacath-922020-04-10T08:39:16Z2020-04-09T16:12:58.251ZGet rid of all warnings with MSVC and clang-cl (#2177)
4d2298bfd7@cnorthrop2020-04-14T03:59:49Z2020-04-08T17:01:48.494ZSupport multiple swizzled out operands (#2175)
d550bebee9@courtney-g2020-11-03T04:22:55Z2020-03-19T21:39:59.548ZFix build error with Chromium & ANGLE (#2446)
2b4d345dae@neslimsah2020-03-26T23:32:52Z2020-03-19T15:24:43.092ZaccelerationStructureEXT - issue #2152
915f119199@neslimsah2020-03-26T22:51:18Z2020-03-19T15:24:43.092ZaccelerationStructureEXT - issue #2152
054b5e35eb@neslimsah2020-03-26T16:24:31Z2020-03-19T15:24:43.092Zpass by reference updates
b366a703a5@neslimsah2020-03-26T15:08:54Z2020-03-19T15:24:43.092ZMerge branch ‘master’ of https://github.com/neslimsah/glslang
7d37a68ad7@neslimsah2020-03-26T14:52:33Z2020-03-19T15:24:43.092Zpass-by-reference updates
575f9df9f7@neslimsah2020-03-26T15:06:00Z2020-03-19T15:24:43.092ZMerge pull request #1 from KhronosGroup/master
cea9384b6b@neslimsah2020-03-25T12:13:32Z2020-03-19T15:24:43.092Zswitch format update
f80bf797eb@neslimsah2020-03-25T01:51:11Z2020-03-19T15:24:43.092ZMerge branch ‘master’ of https://github.com/neslimsah/glslang
f0089e5499@neslimsah2020-03-25T00:39:34Z2020-03-19T15:24:43.092Zcopyright notice changes removed from unchanged files
9d3b4346df@neslimsah2020-03-25T00:39:34Z2020-03-19T15:24:43.092Zcopyright notice changes removed from unchanged files
7f48ec346c@neslimsah2020-03-24T16:22:27Z2020-03-19T15:24:43.092Zcopyright notice changes removed from unchanged files
ea98c46c2b@neslimsah2020-03-24T16:02:20Z2020-03-19T15:24:43.092Zspirv.hpp reverted to commit f368dcbb7d8af23f0cba3015d0f4dda9dc3aa66d
67c7bc4086@neslimsah2020-03-24T14:24:50Z2020-03-19T15:24:43.092Z.travis updated to origin, rayQueryCheck removed
7f689bebec@neslimsah2020-03-24T03:09:44Z2020-03-19T15:24:43.092Zconst rayFlag defs used in the test cases in stead of numerical values
65c81bf236@neslimsah2020-03-24T01:56:21Z2020-03-19T15:24:43.092Zcompute and fragment shader test_cases added for rayQuery
2fb45def04@neslimsah2020-03-24T01:34:09Z2020-03-19T15:24:43.092ZrayQuery test cases added
ae64363b19@neslimsah2020-03-24T01:05:26Z2020-03-19T15:24:43.092ZrayQueryEXT function parameter
964c7e4a5f@neslimsah2020-03-24T00:25:52Z2020-03-19T15:24:43.092ZrayQueryEXT assignment is allowed.
4893bae5e9@neslimsah2020-03-23T23:20:24Z2020-03-19T15:24:43.092Ztest names updated
66938c5ab8@neslimsah2020-03-23T17:49:16Z2020-03-19T15:24:43.092Zwait time increased for the install
39a7fc3700@neslimsah2020-03-23T15:36:06Z2020-03-19T15:24:43.092ZrayQuery test cases disabled
7d122c96a4@neslimsah2020-03-20T22:35:57Z2020-03-19T15:24:43.092ZMerge branch ‘master’ of https://github.com/neslimsah/glslang
50a722818b@neslimsah2020-03-20T22:23:27Z2020-03-19T15:24:43.092ZGL_EXT_ray_query glslang updates, and test cases added.
34e874228e@neslimsah2020-03-19T20:34:40Z2020-03-19T15:24:43.092Zcomment update, rayQueryEXT is writable, readonly check removed.
120b3daa93@neslimsah2020-03-19T20:34:40Z2020-03-19T15:24:43.092Zcomment update, rayQueryEXT is writable, readonly check removed.
44e8e5560b@neslimsah2020-03-19T20:34:40Z2020-03-19T15:24:43.092Zcomment update, rayQueryEXT is writable, readonly check removed.
42dc643b3b@neslimsah2020-03-19T20:26:40Z2020-03-19T15:24:43.092ZGL_EXT_ray_query updates
610fd6edf3@sfricke-samsung2022-03-23T17:42:21Z2020-03-06T17:03:50.371ZPrevent Push Constant blocks being an array (#2904)
0b71a071e2@travisfoo2020-03-06T15:31:14Z2020-03-05T21:15:26.353Zadd missing string.h header for resource_limits_c.cpp
fd37e0c0f1@travisfoo2020-03-06T15:06:47Z2020-03-05T21:15:26.353Zadd c wrapper for standalone ResourceLimits and remove that dependency from glslang_c_interface
48556b8471@travisfoo2020-03-06T01:49:49Z2020-03-05T21:15:26.353Zadd stdbool.h to properly support bool type
ff8fafe940@mbechard2024-11-16T03:02:53Z2019-11-28T04:51:54.058ZImprove auto push_constants upgrading.
4a9f088915@mbechard2024-09-25T02:23:11Z2019-11-28T04:51:54.058Za few more tweaks for #3681
8590f62c14@mbechard2024-07-30T20:06:37Z2019-11-28T04:51:54.058Zadd optimizerAllowExpandedIDBound to SpvOptions
69249e46b6@mbechard2024-07-12T04:51:48Z2019-11-28T04:51:54.058Zadd cross-stage check for missing outputs
ba5c010c59@mbechard2024-07-12T05:06:18Z2019-11-28T04:51:54.058Zfix crash when atomicCounter() with no args is used.
1dde7113bb@mbechard2023-10-30T19:28:36Z2019-11-28T04:51:54.058Ztweak error behavior for redeclared uniforms for vulkan-relaxed
6defcb2478@mbechard2023-06-17T00:19:35Z2019-11-28T04:51:54.058ZRework how auto push_constant upgrading works a bit.
d11c3ff315@mbechard2022-09-28T04:07:01Z2019-11-28T04:51:54.058Zonly use dead input elimination on vertex shaders
7f7831c67b@mbechard2022-09-16T21:53:08Z2019-11-28T04:51:54.058Zfurther updates to 67384dd18b1715
67384dd18b@mbechard2022-05-17T03:03:37Z2019-11-28T04:51:54.058Zfix structure indexing reassignment during block merging
be202ef9ba@mbechard2022-02-09T23:44:22Z2019-11-28T04:51:54.058Zavoid leaving decorations on auto-push-constants
b8338311ea@mbechard2022-01-26T02:31:31Z2019-11-28T04:51:54.058Zfix cases where symbols in the tree didn't get updated during block merging
eebb48f5fc@mbechard2021-11-15T15:44:08Z2019-11-28T04:51:54.058Zremove unneeded extra constructions now that pool allocation is fixed
7b57c6e32a@mbechard2021-09-29T19:31:28Z2019-11-28T04:51:54.058Zrename member variable for clarity
3f04389a18@mbechard2021-09-22T17:41:10Z2019-11-28T04:51:54.058ZAuto push constant blocks (#2764)
05794b46a7@mbechard2021-09-16T21:40:49Z2019-11-28T04:51:54.058ZGL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex
d3bff63cae@mbechard2021-09-16T03:39:02Z2019-11-28T04:51:54.058Zavoid growing the global uniform block with duplicates
275d7ae882@mbechard2021-06-11T01:42:46Z2019-11-28T04:51:54.058Zonly declare compatibility gl_ variables in compatibility mode
8bbd41f274@mbechard2021-03-22T17:51:45Z2019-11-28T04:51:54.058ZDon't check precision qualifiers on cross-stage checks
9b962f611c@mbechard2021-03-18T20:58:40Z2019-11-28T04:51:54.058ZPartial fix for inconsistencies re: #2578
5340752190@mbechard2021-03-17T22:47:13Z2019-11-28T04:51:54.058ZFix issue with remapping global uniform blocks
48f08c60e2@mbechard2021-03-16T23:00:52Z2019-11-28T04:51:54.058Zfix variable capitilization. Don‘t initialize it in the struct’s constructor
beec2e4a7c@mbechard2020-11-12T20:55:50Z2019-11-28T04:51:54.058Ztweak local_size comparison a bit (#2456)
5727fb313e@mbechard2020-07-14T16:59:57Z2019-11-28T04:51:54.058Zalso search global variables assignment for live variables
6f723ebbe3@mbechard2020-05-21T06:10:33Z2019-11-28T04:51:54.058Zfix incorrect error when multiple compilation units don't declare layouts (#2238)
0b66fa3b62@mbechard2020-04-02T08:03:53Z2019-11-28T04:51:54.058ZShader interface matching rework to fix #2136 (#2156)
4b2483ee88@mbechard2020-03-16T14:51:15Z2019-11-28T04:51:54.058ZFix #2005. Allow multiple compilation units to declare identical push_constant blocks (#2123)
9216e8cf16@ianromanick2019-12-02T18:53:46Z2019-11-25T23:44:38.869ZUpdate README.md to include other test requirements
7801230069@corporateshark2022-05-21T19:30:39Z2019-10-25T16:59:50.981ZAdd a new C interface example to README.md
df01afe7b8@corporateshark2022-05-21T06:00:29Z2019-10-25T16:59:50.981ZAndroid.mk: Add CInterface files
a720028cdd@corporateshark2021-01-20T23:33:16Z2019-10-25T16:59:50.981ZFix missing enum values in the C-interface #2507
a7ff36e6bd@corporateshark2020-02-27T23:18:37Z2019-10-25T16:59:50.981ZFix for #2075: removed DefaultTBuiltInResource from glslang_c_interface.cpp
77405788a2@corporateshark2020-01-08T11:26:44Z2019-10-25T16:59:50.981ZPublic: replaced tabs with spaces
e33f4e7bbb@corporateshark2020-01-08T11:25:56Z2019-10-25T16:59:50.981ZCInterface: replaced tabs with spaces
6944b38a78@corporateshark2019-12-30T08:13:06Z2019-10-25T16:59:50.981ZCInterface: added static asserts to compare C/C++ enums
0e65b31641@corporateshark2019-12-30T08:11:55Z2019-10-25T16:59:50.981ZAdded LAST_ELEMENT_MARKER for every enum used in the C interface
b80a63a0ba@corporateshark2019-12-26T18:17:37Z2019-10-25T16:59:50.981ZCInterface: replaced SH_ prefix with GLSLANG_
d7f09317f7@corporateshark2019-12-24T22:01:06Z2019-10-25T16:59:50.981ZCInterface: added glslang_program_SPIRV_get_ptr()
4ecd0f6723@corporateshark2019-12-24T21:06:00Z2019-10-25T16:59:50.981ZCInterface: added files to CMakeLists.txt
e9ddba8fd8@corporateshark2019-12-24T21:05:41Z2019-10-25T16:59:50.981ZCInterface: added _BIT suffix to glslang_messages_t and glslang_reflection_options_t, fixed const-correctness
ca593a98f9@corporateshark2019-12-24T21:00:23Z2019-10-25T16:59:50.981ZCInterface: reformatted according to .clang-format rules
8cded6ccb9@corporateshark2019-12-24T20:53:05Z2019-10-25T16:59:50.981ZAdded original glslang_c_interface implementation by Viktor Latypov
d48881c79b@corporateshark2019-11-02T22:34:54Z2019-10-25T16:59:50.981ZFix warning: size_t->int implicit cast
f57feff786@DethRaid2019-10-22T04:31:44Z2019-10-19T17:27:32.746ZFix the exports of glslang-default-resource-limits (#1942)
4b9b07a85a@ehsannas2019-10-23T19:03:38Z2019-10-18T17:51:48.005ZMake buildbot licenses consistent with the rest of the code
b848387262@durswd2020-02-17T17:37:09Z2019-10-16T04:13:41.573ZAdd an option to make RTTI enabled
460079eef9@ShchchowAMD2026-05-19T08:39:16Z2019-09-09T06:45:38.443ZRefine abortKHR code in glslang
d0249bffeb@ShchchowAMD2026-05-02T07:48:23Z2019-09-09T06:45:38.443ZFix generated decorate string from old UTF8EncodingKHR to new UTFEncodingKHR
08f27157ef@ShchchowAMD2026-05-01T19:49:44Z2019-09-09T06:45:38.443ZAdd support for SPV_KHR_constant_data and SPV_KHR_abort
c8d3e0661a@ShchchowAMD2026-01-21T10:32:48Z2019-09-09T06:45:38.443ZImplement extension GL_EXT_descriptor_heap.
fc3bbbb0ff@ShchchowAMD2024-01-29T07:32:41Z2019-09-09T06:45:38.443ZUpdate test output typo.
2ed435cb58@ShchchowAMD2024-01-29T07:22:07Z2019-09-09T06:45:38.443ZUpdate dependent repo's commits points.
457fc12b54@ShchchowAMD2024-01-29T07:03:48Z2019-09-09T06:45:38.443ZFix build issue.
ee62f72137@ShchchowAMD2024-01-29T06:51:04Z2019-09-09T06:45:38.443ZFix build issue.
725017a588@ShchchowAMD2024-01-29T05:53:18Z2019-09-09T06:45:38.443ZSupport extension EXT_shader_quad_control
f9b760e6c7@ShchchowAMD2022-12-13T18:20:28Z2019-09-09T06:45:38.443Z[glslang] Refine implicit array size interfaces. (#3074)
93b400f267@ShchchowAMD2020-11-12T07:54:16Z2019-09-09T06:45:38.443ZFix issue for new unique id system. Add level bits to help verifying symbols and split symbol tables.
3d7984dd1e@ShchchowAMD2020-11-05T17:33:45Z2019-09-09T06:45:38.443ZFix warning in iomapper. (#2449)
478b232952@ShchchowAMD2020-11-03T20:34:19Z2019-09-09T06:45:38.443Z8. io mapping refine & qualifier member check & resolver expand (#2396)
a315b5633b@ShchchowAMD2020-07-02T07:50:36Z2019-09-09T06:45:38.443ZAdd GL_EXT_fragment_shading_rate
9eaa69c21c@ShchchowAMD2020-09-15T03:46:24Z2019-09-09T06:45:38.443ZPreprocessor related issue fix (#2378)
3933d7d414@ShchchowAMD2020-09-14T14:00:48Z2019-09-09T06:45:38.443ZFix scope definition in ES 100. (#2379)
8111268575@ShchchowAMD2020-06-04T07:47:18Z2019-09-09T06:45:38.443ZAdd Shared/Std140 SSBO process & top-level array elements related (#2231)
0ab78114a9@ShchchowAMD2020-05-18T09:41:52Z2019-09-09T06:45:38.443ZAdd check for DOUBLE in low versions (#2223)
9b620aa0c1@ShchchowAMD2020-03-11T09:59:25Z2019-09-09T06:45:38.443ZAdd flag to check whether offset is implicit or explicit (#2031)
8a914f4293@ShchchowAMD2019-12-24T03:49:02Z2019-09-09T06:45:38.443ZAdd Error check flag in io mapper
ab6a58801f@ShchchowAMD2020-01-08T06:07:50Z2019-09-09T06:45:38.443ZMove symbol builtin check to grammar stage
ac6b7cf581@ShchchowAMD2020-01-06T07:53:20Z2019-09-09T06:45:38.443ZAdd builtin constants
a3c7a25e10@ShchchowAMD2019-11-26T09:27:33Z2019-09-09T06:45:38.443ZAdd support for ARB_gpu_shader_fp64
5db058c020@ShchchowAMD2019-12-25T09:27:45Z2019-09-09T06:45:38.443Zatomic counter offset should align to 4
891ec09c62@ShchchowAMD2019-12-25T09:08:48Z2019-09-09T06:45:38.443ZModify atomic_uint binding check
786aa339a1@ShchchowAMD2019-12-24T05:56:15Z2019-09-09T06:45:38.443ZAdd Tess machine dependent built-in variables initialization for GLES 3.2
97c4c0936f@ShchchowAMD2019-11-26T09:02:46Z2019-09-09T06:45:38.443ZAdd support for ARB_uniform_buffer_object
a8f9886cc6@ShchchowAMD2019-11-26T08:28:52Z2019-09-09T06:45:38.443ZAdd support for ARB_texture_multisample
78b1180466@ShchchowAMD2019-11-26T08:18:52Z2019-09-09T06:45:38.443ZAdd support for ARB_sample_shading
44e842cd9c@ShchchowAMD2019-12-23T03:29:52Z2019-09-09T06:45:38.443ZAdd constant expression with mod
f4b2ba2c27@ShchchowAMD2019-09-18T06:04:29Z2019-09-09T06:45:38.443ZReflection will crash when the VS input symbol defines the same name with FS output symbol
01a5047373@georgeouzou2019-10-12T12:17:29Z2019-08-24T21:29:54.564Zremove redundant check
9213cbd310@Akaricchi2024-09-15T16:21:38Z2019-08-23T09:54:03.296ZExpose setResourceSetBinding() method to the C API
bedbe7481e@Akaricchi2024-07-23T13:11:46Z2019-08-23T09:54:03.296ZExpose setGlobalUniform* methods to the C API
3ce148638b@jonahryandavis2020-10-07T17:32:49Z2019-08-22T14:40:12.207ZDisable -Wno-conversion on MSVC compiler (#2410)
817d0f63d3@kainino0x2020-03-23T19:50:33Z2019-08-20T20:31:58.229Zupdate README
16bb8881e6@kainino0x2020-03-23T19:26:53Z2019-08-20T20:31:58.229ZFix build on CMake 2.8, and fix Web build
851f3daad0@kainino0x2020-03-07T03:13:16Z2019-08-20T20:31:58.229ZFix typo in Web CMakeLists
5166bc1859@kainino0x2020-02-06T21:36:52Z2019-08-20T20:31:58.229ZSplit “is emscripten” config from “enable glslang.js”
53235dcb06@kainino0x2020-01-24T06:22:34Z2019-08-20T20:31:58.229Zglslang.js: Make the SPIR-V target version configurable (1.0 ~ 1.5)
d87d3a062e@kainino0x2019-11-07T02:06:00Z2019-08-20T20:31:58.229ZFix compileGLSLZeroCopy accidental minification
230117a02c@kainino0x2019-09-18T06:53:30Z2019-08-20T20:31:58.229Zuse custom es6 modularization instead of MODULARIZE=1
4391924ac5@kainino0x2019-09-18T06:08:45Z2019-08-20T20:31:58.229ZSeparate GLSLANG_WEB (min-size build) and Emscripten options
322ab8f376@tsuoranta2020-02-02T09:31:49Z2019-08-03T09:26:38.240ZFix memory corruption in TGlslIoMapper
5e634c8999@tsuoranta2019-10-22T04:38:04Z2019-08-03T09:26:38.240ZEnable generation of compile_commands.json (#1938)
f0a85fc744@tsuoranta2019-10-18T14:28:53Z2019-08-03T09:26:38.240ZFixes for gcc 9 / -Werror=deprecated-copy
33c7e30860@s-perron2024-06-28T23:16:59Z2019-07-25T14:01:08.386ZDon't emit duplicate decorations. (#3635)
49aad1361e@s-perron2023-05-09T16:53:47Z2019-07-25T14:01:08.386ZRemove the windows-msvc-2015-release-bazel config
1397890e8e@s-perron2023-05-09T14:57:18Z2019-07-25T14:01:08.386ZAdd windows-msvc-2019-release-bazel CI config
ea5715ca7f@jmacnak-nv2019-07-16T16:39:54Z2019-07-12T21:38:14.785ZUpdate known good SPIRV-Tools commit
a02dde76f6@zoddicus2023-05-09T17:33:39Z2019-07-12T18:26:51.311ZCorrect ctor order to make ‘-Wreorder-ctor’ pass
eab46cfdd6@zoddicus2020-07-07T15:45:02Z2019-07-12T18:26:51.311ZMake sure glslang_angle has a definition in BUILD.gn
8496b782fb@zoddicus2020-06-15T16:58:02Z2019-07-12T18:26:51.311ZRemove unused function, BaseTypeName (#2272)
68b2e15ee0@zoddicus2020-06-09T16:01:43Z2019-07-12T18:26:51.311ZUse correct type for var storing returned value (#2263)
eba1389a01@zoddicus2020-05-21T11:37:13Z2019-07-12T18:26:51.311ZReplace incorrect uint32_t with correct int vars (#2235)
b5757b9500@zoddicus2020-04-03T05:04:09Z2019-07-12T18:26:51.311ZRemove extra semicolons (#2170)
56a7e02056@zoddicus2020-03-11T07:00:13Z2019-07-12T18:26:51.311ZUse strcmp for all of the extended instruction set checks in the disassembler (#2107)
8b60570129@zoddicus2020-01-27T19:31:45Z2019-07-12T18:26:51.311ZUse correct enum type in case statement
0552c0acc8@zoddicus2019-11-04T21:23:11Z2019-07-12T18:26:51.311ZRemove std::move that is breaking chromium roll
622024277e@zoddicus2019-10-16T15:46:37Z2019-07-12T18:26:51.311ZKeep code style improvements
1aeceaea7d@zoddicus2019-10-15T15:17:53Z2019-07-12T18:26:51.311ZFix config issues and revert previous fixes for semi-colon issues
41261d95a4@zoddicus2019-10-11T17:18:07Z2019-07-12T18:26:51.311ZForgot that GCC doesn't recognize this flag
7c9accb653@zoddicus2019-10-11T15:00:57Z2019-07-12T18:26:51.311ZRemove unnecessary semi-colons and add warning about them
8b91ecbac9@zoddicus2019-08-28T17:15:15Z2019-07-12T18:26:51.311ZChange to initializing the variable
6d35ae89c0@zoddicus2019-08-28T15:25:12Z2019-07-12T18:26:51.311ZReturn nullptr after assert to avoid uninitialized variables
7eb3e6e07a@zoddicus2019-08-09T15:19:07Z2019-07-12T18:26:51.311ZMake non-emscripten flags platform agnostic.
c1063cd5e2@zoddicus2019-08-09T14:56:51Z2019-07-12T18:26:51.311ZConverted ENABLE_HLSL to a dependent option, so it can be always disabled in web builds
734176a25c@zoddicus2019-08-09T14:27:45Z2019-07-12T18:26:51.311ZMove build instructions to README.md
c96e42dca8@zoddicus2019-08-08T17:50:13Z2019-07-12T18:26:51.311ZAdd WASM build target for Web version of glslang
1f6fedd3b5@zoddicus2019-08-01T19:07:18Z2019-07-12T18:26:51.311ZAdd in header for uint32_t definition
8126eb1962@zoddicus2019-07-30T15:25:19Z2019-07-12T18:26:51.311ZConvert no RTTI rule to be compiler specific
b5aae62731@AaronHaganAMD2022-04-27T03:36:57Z2019-07-11T01:51:26.753ZAdd whitelist filtering for debug comments in SPIRV-Remap.
035a3bbc4a@AaronHaganAMD2021-09-01T15:33:21Z2019-07-11T01:51:26.753ZGL_EXT_spirv_intrinsics - Port extensions
a3f0da56e4@digit-google2019-10-23T14:07:19Z2019-06-21T14:15:16.151ZBUILD.gn: Fix fuchsia build (#1944)
a515fff401@samuelig2020-02-17T14:42:00Z2019-06-13T05:36:27.557ZSPV_AMD_shader_image_load_store_lod is now validated by spirv-tools
2cfde2bdbe@samuelig2019-06-17T13:44:13Z2019-06-13T05:36:27.557ZDelete duplicated gl_SubGroupSizeARB builtin treatment
affdc10c01@ShabbyX2025-11-18T15:14:31Z2019-05-17T04:05:25.068ZAvoid auto that resolves to pointer
3e7831ba12@ShabbyX2024-09-20T20:35:33Z2019-05-17T04:05:25.068ZFix SPIR-V support in GN build
6b2493a4d8@ShabbyX2022-11-08T20:11:36Z2019-05-17T04:05:25.068ZRemove GLSLANG_ANGLE
1813a14af3@ShabbyX2022-11-03T14:17:33Z2019-05-17T04:05:25.068ZFix gn build
097215f618@ShabbyX2021-07-16T02:00:51Z2019-05-17T04:05:25.068ZFix loading bool arrays from interface blocks
10a7137dc9@ShabbyX2021-06-02T02:02:49Z2019-05-17T04:05:25.068ZFix UBSAN error with negating 0x8000'0000
cfdeeb842d@ShabbyX2021-06-03T17:42:57Z2019-05-17T04:05:25.068ZFix OOB write in matrix constructor
7f6559d280@ShabbyX2020-11-16T17:22:34Z2019-05-17T04:05:25.068ZCompile out code for GL_EXT_shader_image_int64 for ANGLE (#2463)
91ac2245e9@ShabbyX2020-09-12T02:30:49Z2019-05-17T04:05:25.068ZAllow subpassLoad for ANGLE
1ef2e250fc@ShabbyX2020-07-03T19:42:53Z2019-05-17T04:05:25.068ZUse GLSLANG_ANGLE to strip features to what ANGLE requires
59fb2d6361@ShabbyX2020-07-03T19:42:53Z2019-05-17T04:05:25.068ZCustomize glslang.y to GLSLANG_ANGLE
8c49d15fbf@ShabbyX2020-07-03T19:42:53Z2019-05-17T04:05:25.068ZUse GLSLANG_ANGLE to strip features to what ANGLE requires
a55029d098@ShabbyX2020-07-05T20:48:34Z2019-05-17T04:05:25.068Zgn: Fix dawn tests in Chromium
e2b7983593@ShabbyX2020-07-05T10:26:04Z2019-05-17T04:05:25.068Zgn: Fix gn gen --check by adding missing dependency
8f8f1bc518@ShabbyX2020-07-03T16:34:06Z2019-05-17T04:05:25.068Zgn: Optionally disable optimizations and HLSL
d52dce5067@ShabbyX2020-06-17T16:47:44Z2019-05-17T04:05:25.068ZAdd -g0 command line argument
f4edb8f820@ShabbyX2019-06-25T16:09:55Z2019-05-17T04:05:25.068ZRemove DATE and TIME usage
6cca0e983e@ShabbyX2019-06-25T16:08:10Z2019-05-17T04:05:25.068ZRemove extraneous semicolons
83318018e6@pixeljetstream2019-04-17T08:49:53Z2019-04-16T08:05:51.977Zimprove formating
aa4e527781@pixeljetstream2019-04-16T11:28:49Z2019-04-16T08:05:51.977Zrevert typeName from getCompleteString() (breaks tests), add to function dump instead
9d8c7b75c9@ewerness-nv2022-06-09T00:29:38Z2019-03-26T00:13:01.934ZGL_EXT_ray_tracing_position_fetch
1b1824f90f@ewerness-nv2022-08-23T22:42:32Z2019-03-26T00:13:01.934ZGL_EXT_opacity_micromap
6113723e40@godlikepanos2021-05-03T12:26:11Z2019-03-18T10:40:43.091ZAdd support for 64bit integer types and 64bit integer vector types to bitCount() builtin.
e442a03897@laurie-hedge2019-03-19T01:49:27Z2019-03-16T18:25:36.257ZGLSL: Fix tessellation control shader bounding box support. (#1730)
cda52d5333@mattparks2019-05-24T00:01:57Z2019-02-01T04:59:38.838ZFixed .dll install on MSVC.
1f1e5369ce@baldurk2019-08-26T11:41:53Z2019-01-29T14:29:15.239ZDereference any array type before expanding root-level SSBO members
141bc5a54f@baldurk2019-02-18T09:36:29Z2019-01-29T14:29:15.239ZFix type recursion with EOpIndexIndirect dereferences
879562b766@baldurk2019-02-11T16:39:12Z2019-01-29T14:29:15.239ZFix treatment of array input/output variables in reflection
1905069857@baldurk2019-02-11T11:50:24Z2019-01-29T14:29:15.239ZAdd option to unwrap I/O block aggregates in reflection
4513df9175@baldurk2019-02-08T10:48:48Z2019-01-29T14:29:15.239ZReflow for better readability
a972e73ad7@baldurk2019-01-30T15:34:02Z2019-01-29T14:29:15.239ZAdd option to reflect all block members, inactive or active.
657acc0c40@baldurk2019-01-30T14:18:43Z2019-01-29T14:29:15.239ZAdd option to reflect buffer blocks & variables separately to uniforms
4a2aa82236@baldurk2019-01-29T19:10:56Z2019-01-29T14:29:15.239ZReflect array stride, top-level array stride, and block member count
0af5e3e346@baldurk2019-01-29T16:04:44Z2019-01-29T14:29:15.239ZReflect pipeline outputs as well as inputs, optionally from other stages
edf8212ab8@baldurk2019-01-29T15:49:00Z2019-01-29T14:29:15.239ZAdd an option to report array variables with trailing [0] suffix
6d47785825@baldurk2019-01-29T15:45:56Z2019-01-29T14:29:15.239ZAdd options to control how reflection information is built
1dc5dcf0a5@baldurk2019-01-29T15:30:48Z2019-01-29T14:29:15.239ZMove TObjectReflection into public interface to clean up reflection
6a87400c14@baldurk2019-01-30T17:29:31Z2019-01-29T14:29:15.239ZAdd missing override specifiers in virtual class
332b173c82@baldurk2019-01-30T17:29:17Z2019-01-29T14:29:15.239ZFix mismatched integer comparison (size_t/unsigned int vs int)
0bb89f5809@hodgman2019-01-22T02:21:11Z2019-01-21T02:48:00.649ZHLSL: Protect against some crashes
bb52b5e452@null772020-08-26T04:54:50Z2019-01-20T16:55:18.825ZSuppress two override suggestion warnings.
6fbc1af8ae@null772019-11-02T13:56:09Z2019-01-20T16:55:18.825ZAdd a couple missing headers to the GN build.
099a80dd76@null772019-03-18T15:38:53Z2019-01-20T16:55:18.825ZSuppress MSVC warning about unused variable.
e880e96f4d@null772019-03-11T19:45:31Z2019-01-20T16:55:18.825ZGN: Make glslang_validator an executable.
1a1651c6e9@null772019-01-30T16:37:15Z2019-01-20T16:55:18.825ZDisable Clang extra semicolon warning.
08fe88a94c@null772019-01-24T15:55:41Z2019-01-20T16:55:18.825ZSuppress a MSVC cast warning in GN.
9706106ecd@null772019-01-23T23:56:43Z2019-01-20T16:55:18.825ZSuppress inconsistent override warning in GN.
0d614c2469@gnl212025-08-04T21:45:29Z2019-01-10T18:08:33.570ZSimplify glslang grammar for identifier lists
5c352476c7@gnl212022-10-14T14:03:14Z2019-01-10T18:08:33.570ZTest for spv1.6 + memory model HelperInvocation
d570b2b05b@gnl212022-10-04T15:16:52Z2019-01-10T18:08:33.570ZChange Volatile generation for HelperInvocation
182ab460d9@gnl212020-06-22T10:49:38Z2019-01-10T18:08:33.570ZUpdate test expected files with new magic number
060882fd37@gnl212020-06-22T10:03:46Z2019-01-10T18:08:33.570ZUpdate SPIR-V generator version
ff4b156e91@gnl212020-06-05T13:30:05Z2019-01-10T18:08:33.570ZUpdate test results to expect OpFUnordNotEqual
65ce566cbc@gnl212020-06-05T12:32:51Z2019-01-10T18:08:33.570ZUse OpFUnordNotEqual for floating-point !=
6b3c0c6e25@pdaniell-nv2026-01-22T19:48:57Z2019-01-07T21:19:54.753ZImplement support for GL_NV_push_constant_bank (#4157)
ffcdd3ea9a@pdaniell-nv2025-10-30T14:43:41Z2019-01-07T21:19:54.753ZAdd support for GLSL_EXT_uniform_buffer_unsized_array (#4075)
48a467b413@akien-mga2020-10-12T09:21:05Z2018-12-10T09:55:48.800ZCMake: Use set_target_properties instead of set_property
7541f39849@akien-mga2022-10-11T08:59:19Z2018-12-10T09:55:48.800ZConvert spirv.hpp line endings to LF (Unix style)
69d0c1acc2@akien-mga2020-10-12T16:08:47Z2018-12-10T09:55:48.800ZRemove executable bits from code/data files (#2420)
f0e911c809@akien-mga2018-12-18T10:43:09Z2018-12-10T09:55:48.800ZCMake: Fix linking pthread of CMake < 3.1
e8c8af9c4b@akien-mga2018-12-10T13:26:54Z2018-12-10T09:55:48.800ZCMake: Link OSDependent with Threads::Threads
502ef438a1@alan-baker2025-07-10T14:08:30Z2018-11-26T16:27:23.132ZFix line endings in spirv.hpp11
be201bfbd1@alan-baker2025-03-17T14:56:02Z2018-11-26T16:27:23.132ZSwitch tests using Vulkan memory model to spir-v 1.3
bd1f1c263f@alan-baker2025-01-23T23:15:46Z2018-11-26T16:27:23.132Zupdate validation_fails.txt
c5fd7d6658@alan-baker2025-01-23T22:24:02Z2018-11-26T16:27:23.132ZUpdate test expectations
d926ac5520@alan-baker2025-01-23T22:23:48Z2018-11-26T16:27:23.132ZUpdate SPIRV-Tools
1e4f53ab2d@alan-baker2024-04-15T15:39:23Z2018-11-26T16:27:23.132ZPrevent duplicate SPIR-V decorations (#3570)
5944f672a8@alan-baker2022-01-10T15:38:49Z2018-11-26T16:27:23.132ZAdd missing license to LICENSE.txt
1025f4736a@alan-baker2021-11-17T00:03:12Z2018-11-26T16:27:23.132ZUpdate SPIRV-Tools
8092870281@alan-baker2021-11-05T18:33:46Z2018-11-26T16:27:23.132ZUpdate test expectations
855f496170@alan-baker2021-11-05T18:33:31Z2018-11-26T16:27:23.132ZUpdate SPIRV-Tools and SPIRV-Headers
3d9a31c6d1@alan-baker2021-06-15T15:13:35Z2018-11-26T16:27:23.132ZUpdate test expectations
f997bb32da@alan-baker2021-06-15T15:11:58Z2018-11-26T16:27:23.132ZUpdate known good SPIRV-Tools and SPIRV-Headers
157fe5f8fb@alan-baker2020-08-12T13:04:56Z2018-11-26T16:27:23.132ZUpdate test expectations
fe1168750e@alan-baker2020-08-12T13:04:24Z2018-11-26T16:27:23.132ZUpdate SPIRV-Tools and SPIRV-Headers known good
2b0eafb1de@alan-baker2020-05-25T16:18:42Z2018-11-26T16:27:23.132ZUpdate spirv tools (#2246)
87dd98f0e9@alan-baker2019-07-08T18:14:23Z2018-11-26T16:27:23.132ZTest updates
5a391cc57c@alan-baker2019-07-08T18:14:13Z2018-11-26T16:27:23.132ZUpdate SPIRV-Tools revision
e86cc18e8c@alan-baker2019-06-13T12:54:31Z2018-11-26T16:27:23.132ZUpdate test expectations for new SPIRV-Tools
4d8df4f636@alan-baker2019-06-13T12:54:01Z2018-11-26T16:27:23.132ZUpdate known good SPIRV-Tools
aeeaf08f02@alan-baker2019-02-06T19:18:19Z2018-11-26T16:27:23.132ZUpdate expected test results
75f443bdc8@alan-baker2019-02-06T19:17:51Z2018-11-26T16:27:23.132ZUpdate SPIRV-Tools version
3b656c79f4@alan-baker2018-12-17T22:07:55Z2018-11-26T16:27:23.132ZMove memory model scope tests to Vulkan 1.1 batch
ed777b0fbd@alan-baker2018-12-04T15:43:23Z2018-11-26T16:27:23.132ZModify testing to only record validation pass/fail
0e43b16279@dgkoch2026-07-09T06:14:40Z2018-11-22T21:30:20.023ZImplement GL_EXT_opacity_micromap_ray_query_mode
d9b931e2e8@dgkoch2021-02-19T21:48:50Z2018-11-22T21:30:20.023ZFix warning in build
c0bcfaf3ba@dgkoch2020-12-12T17:34:24Z2018-11-22T21:30:20.023ZFix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484)
e11a2c8bec@dgkoch2020-11-30T16:57:34Z2018-11-22T21:30:20.023Zupdate spirv-headers and fix handling of gl_HitTEXT (#2471)
4d41da3b81@dgkoch2020-11-25T04:06:16Z2018-11-22T21:30:20.023ZAdd ray query capability if acceleration structure or ray query types declared (#2469)
ffccefddfd@dgkoch2020-11-23T20:41:27Z2018-11-22T21:30:20.023ZUpdates for final Vulkan ray tracing extensions (#2466)
0ea0e96d2a@dgkoch2020-03-17T23:51:11Z2018-11-22T21:30:20.023Zupdate known_good
db32b243ff@dgkoch2020-03-18T00:42:47Z2018-11-22T21:30:20.023ZAdd support for GLSL_EXT_ray_tracing
2cb2f197a7@dgkoch2019-06-04T12:43:32Z2018-11-22T21:30:20.023ZAdd support for GL_NV_shader_sm_builtins
593a4e0aa5@dgkoch2019-05-27T20:46:31Z2018-11-22T21:30:20.023ZFix subgroup support for ray tracing
c3e60ad9b6@dgkoch2019-05-30T23:40:20Z2018-11-22T21:30:20.023ZAdd AST tests for ray tracing shaders
3418cb4c98@dgkoch2019-05-30T05:08:41Z2018-11-22T21:30:20.023ZAdd AST tests for mesh and task shaders
51760c88ca@dgkoch2019-05-30T04:24:33Z2018-11-22T21:30:20.023ZAdd more subgroup testing
40b1a9e14e@dgkoch2019-05-28T19:23:19Z2018-11-22T21:30:20.023ZFix include guard for GL_EXT_multiview
9bb17cd0eb@dgkoch2019-05-28T19:23:10Z2018-11-22T21:30:20.023ZReturn consistent names from CapabilityString
0aea3106e2@dgkoch2019-04-06T11:43:17Z2018-11-22T21:30:20.023ZAdd cstdlib include
8b2f96d3fe@dgkoch2019-04-03T21:21:06Z2018-11-22T21:30:20.023ZCheck if _MSC_VER is defined before using.
83170e3f7a@dgkoch2019-03-26T17:45:33Z2018-11-22T21:30:20.023ZEnable GL_KHR_shader_subgroup properly
5154db5183@dgkoch2018-11-26T15:01:58Z2018-11-22T21:30:20.023ZImplement GL_EXT_fragment_invocation_density
a899a43d6d@dneto02026-07-21T19:26:04Z2018-11-12T22:17:47.764ZDelete all methods in preprocessor class tStringifyLevelInput (#4348)
064a3687e5@dneto02026-06-02T17:13:37Z2018-11-12T22:17:47.764Zkokoro: update license-check.cfg to allow REUSE license updates
d561f02e83@dneto02026-05-07T19:30:07Z2018-11-12T22:17:47.764Z.gitignore: ignore ndk_test/obj
452adc5137@dneto02026-05-12T22:40:05Z2018-11-12T22:17:47.764Zkokoro: Clean up after the GN builds (#4271)
dd26e50178@dneto02026-05-12T22:37:44Z2018-11-12T22:17:47.764Zkokoro: fix build script paths for linux-clang-cmake-nohlsl/* (#4270)
7754c375d0@dneto02026-05-07T21:13:39Z2018-11-12T22:17:47.764ZMake GN builds work again
13625556d3@dneto02026-05-07T22:06:33Z2018-11-12T22:17:47.764ZAndroid.mk: Use GLSLANG_ENABLE_HLSL=0 to turn off HLSL (#4261)
83effee201@dneto02026-05-07T22:01:54Z2018-11-12T22:17:47.764Zkokoro: add linux-clang-cmake-nohlsl config (#4260)
71eeec5e5e@dneto02026-05-06T18:53:27Z2018-11-12T22:17:47.764ZIgnore .jj tree for .gitignore and license check
5ccb61590f@dneto02026-05-07T14:12:20Z2018-11-12T22:17:47.764ZAdjust tests for the ENABLE_HLSL=OFF case (#4257)
eca4a36250@dneto02026-05-05T17:50:27Z2018-11-12T22:17:47.764Zkokoro: use NDK r29 (#4248)
716f950326@dneto02026-05-01T21:23:04Z2018-11-12T22:17:47.764Ztests: spv.float16.frag now passes validation
2e2475180c@dneto02026-04-27T23:03:56Z2018-11-12T22:17:47.764Zkokoro: use GCC 15
6dc8384641@dneto02026-04-25T03:51:44Z2018-11-12T22:17:47.764Zkokoro: test with clang-18
39bfdd6ea1@dneto02026-04-27T15:32:37Z2018-11-12T22:17:47.764ZAdd template deduction guide for Defer (#4234)
ddd6e6ddb8@dneto02026-04-09T16:53:37Z2018-11-12T22:17:47.764Zhlsl: Ensure scope is popped even when method body fails to parse
7d9fae2c95@dneto02026-04-06T16:03:57Z2018-11-12T22:17:47.764ZHLSL: handle type error for ternary operator (#4207)
59e5dcc3b7@dneto02026-04-06T14:36:44Z2018-11-12T22:17:47.764ZHLSL: Check for bad integer argument on Load*, Store*, Interlocked* (#4208)
715c8500e7@dneto02026-03-31T19:51:27Z2018-11-12T22:17:47.764ZCheck for bad parameters on long vector type (#4200)
d1f52c8993@dneto02026-03-07T06:23:08Z2018-11-12T22:17:47.764ZHLSL: provide string error context only if token is a string
617ecc40dc@dneto02026-02-12T13:14:47Z2018-11-12T22:17:47.764ZFix string conversion warning in assert
04801966f6@dneto02025-04-16T21:09:37Z2018-11-12T22:17:47.764ZUpdate listing of validation failures
896198a769@dneto02025-04-16T21:00:49Z2018-11-12T22:17:47.764ZUpdate known-good: newer SPIRV-Tools and SPIRV-Headers
e3dd7d9536@dneto02025-04-16T20:44:54Z2018-11-12T22:17:47.764Zvalidation fails for spv.exportFunctions.comp when no linking performed
18f581a8a2@dneto02025-02-22T22:40:38Z2018-11-12T22:17:47.764Zkokoro: linux: use cpp-builder image instead of radial-build
e66176c3f6@dneto02025-02-19T02:33:41Z2018-11-12T22:17:47.764Zkokoro: use streamlined license checker image
0549c7127c@dneto02025-01-29T05:14:00Z2018-11-12T22:17:47.764Zkokoro: use ndk-r27c
ac319648fb@dneto02025-01-23T22:59:08Z2018-11-12T22:17:47.764Zkokoro: use gcc-13
4bda6a67e0@dneto02025-01-23T23:23:26Z2018-11-12T22:17:47.764Zkokoro: upgrade from clang 10 to clang 13
a0995c49eb@dneto02024-12-02T22:39:17Z2018-11-12T22:17:47.764ZAdd Vulkan 1.4 target and client
4a516f28a1@dneto02024-07-05T20:53:40Z2018-11-12T22:17:47.764Zkokoro: use Python 3.12 for Linux builds
142052fa30@dneto02024-04-30T16:52:24Z2018-11-12T22:17:47.764ZUpdate validation results of SPV_QCOM_image_processing2
dba720ff94@dneto02024-04-15T20:22:05Z2018-11-12T22:17:47.764ZAdjust hlsl infinity-constant test
b4a6efcda2@dneto02024-02-12T21:53:15Z2018-11-12T22:17:47.764ZAllow external control of whether Glslang will be tested or installed
77417d5c9e@dneto02023-07-19T23:29:55Z2018-11-12T22:17:47.764ZSupport MinGW build with Clang, not just GCC
a6662c53ce@dneto02023-05-31T16:50:48Z2018-11-12T22:17:47.764Zndk-build: test Android API 24
b8955549ef@dneto02021-06-28T13:43:02Z2018-11-12T22:17:47.764Zfix error message for vertex struct input
d62ef8a20a@dneto02023-02-02T21:23:49Z2018-11-12T22:17:47.764ZUse the ninja already in the docker build.
8329d4a44b@dneto02023-02-02T18:20:28Z2018-11-12T22:17:47.764Zkokoro: avoid git permissions issue that GN fails on
4fe00178c8@dneto02022-12-09T20:51:35Z2018-11-12T22:17:47.764ZRemove the name of unused formal paramters
f28022c9f9@dneto02022-08-03T00:07:01Z2018-11-12T22:17:47.764ZAvoid double-free in functions cloned for vulkan relaxed mode (#2987)
ea7e64cf50@dneto02022-05-19T17:27:12Z2018-11-12T22:17:47.764ZRemove unused variable
63dbacaa94@dneto02022-02-16T22:10:29Z2018-11-12T22:17:47.764ZFix Test/hlsl.namespace.frag test case
36333d1fb9@dneto02021-10-19T21:32:52Z2018-11-12T22:17:47.764ZFix Cmake rule for extension header generation
e89fbf3ad8@dneto02021-06-23T01:57:05Z2018-11-12T22:17:47.764ZAndroid.mk: Add SpirvIntrinsics.cpp
fa6e3c2737@dneto02021-02-03T18:56:06Z2018-11-12T22:17:47.764ZAdd IntLog2 and use it
57e6a38f2a@dneto02021-02-03T19:14:11Z2018-11-12T22:17:47.764ZRemove useless semicolon
1ef5e20290@dneto02020-12-15T17:19:00Z2018-11-12T22:17:47.764ZTest updates for ImageRead result type validation
3805671ce8@dneto02020-12-15T17:09:50Z2018-11-12T22:17:47.764ZUpdate known_good, pick up ImageRead result validation
fb53f83503@dneto02020-11-12T20:00:16Z2018-11-12T22:17:47.764ZAvoid spuriously adding Geometry capability for vert, tesc, tese (#2462)
2067d1a93e@dneto02020-10-07T22:10:27Z2018-11-12T22:17:47.764ZAdd test case for read-only storage texture passed to helper function (#2414)
01f2de512a@dneto02020-07-27T19:33:56Z2018-11-12T22:17:47.764ZAvoid spurious warning about uninit var
2cf9621d6d@dneto02020-05-21T15:17:30Z2018-11-12T22:17:47.764ZReorder member init to match decl order (#2241)
4bb910cb74@dneto02020-02-06T10:43:43Z2018-11-12T22:17:47.764ZAvoid enum-compare warning
e43e8ba9f3@dneto02019-11-07T22:55:22Z2018-11-12T22:17:47.764ZSPIR-V postprocessing: WEB case only needs CFG mods
8c3d5b4b6c@dneto02019-10-21T18:50:31Z2018-11-12T22:17:47.764ZSPIR-V: Aggressively prune unreachable merge, continue target
96bec343d0@dneto02019-08-23T18:34:29Z2018-11-12T22:17:47.764ZGN build (for Chromium): enable HLSL
8b920c793a@dneto02019-05-16T06:59:54Z2018-11-12T22:17:47.764ZUpdate SPIRV-Tools, SPIRV-Headers
edadbed6fb@dneto02019-01-16T21:55:03Z2018-11-12T22:17:47.764ZHLSL: Avoid leaking a shadow sampler struct
806e0573da@dneto02019-01-16T15:44:31Z2018-11-12T22:17:47.764ZAvoid leaking name for counter buffer
c4d5ac6bfa@dneto02019-01-09T15:32:32Z2018-11-12T22:17:47.764ZUpdate SPIRV-Tools known good: relax Uconvert check
b11b997d59@dneto02019-01-08T23:57:03Z2018-11-12T22:17:47.764ZParenthesize to avoid GCC warning
082184bcc9@dneto02019-01-03T19:29:44Z2018-11-12T22:17:47.764ZMark spv.int16.amd.frag.out as failing validation
2d1739d57a@dneto02018-11-16T21:04:23Z2018-11-12T22:17:47.764ZUpdate to newer SPIRV-Tools, including VK_EXT_scalar_block_layout
3225778615@amdrexu2024-03-21T15:41:47Z2018-11-12T07:18:18.044ZFix an issue of getExtBuiltins()
022aea431c@amdrexu2024-03-21T15:09:00Z2018-11-12T07:18:18.044ZFix issues of the interaction between cooperative_matrix and spirv_intrinsics
a8d39f97cd@amdrexu2023-11-06T07:59:20Z2018-11-12T07:18:18.044ZAdd a helper applySpirvDecorate to handle spirv_decorate_xxx directives
65f59c81e7@amdrexu2023-11-06T08:04:15Z2018-11-12T07:18:18.044ZGL_EXT_spirv_intrinsics: Fix a typo in function naming
323836e46b@amdrexu2023-09-10T11:27:58Z2018-11-12T07:18:18.044ZUse std::variant to represent TSpirvTypeParameter
b70669a059@amdrexu2023-07-05T06:44:40Z2018-11-12T07:18:18.044ZSpirv_intrinsics: Remove early return in layoutTypeCheck
051f18c0cc@amdrexu2023-06-24T03:23:45Z2018-11-12T07:18:18.044ZSpirv_intrinsics: Add support of type specifier to spirv_type
77f7cdfb1e@amdrexu2023-03-23T16:06:29Z2018-11-12T07:18:18.044ZFix an issue when we merge multiple spirv_decorate_xxx directives
8ff8b45131@amdrexu2023-03-17T08:10:11Z2018-11-12T07:18:18.044ZParameters of spirv_decorate_id should accept variables
17b0a21877@amdrexu2022-10-11T07:01:35Z2018-11-12T07:18:18.044ZFix incorrect parse message of mesh shader
6c1db7fd6c@amdrexu2021-11-24T09:37:52Z2018-11-12T07:18:18.044ZFix validation failures of test cases regarding GL_EXT_spirv_intrinsics
fe54126c05@amdrexu2021-11-23T08:40:45Z2018-11-12T07:18:18.044ZFix an issue of spirv_by_reference
3e9e60af86@amdrexu2021-11-22T12:05:06Z2018-11-12T07:18:18.044ZRemove the test spv.intrinsicsSpecConst
bee91eb479@amdrexu2021-11-17T15:32:27Z2018-11-12T07:18:18.044ZFix an issue of spirv_type used in local variable definitions
07aec25f82@amdrexu2021-10-13T06:12:47Z2018-11-12T07:18:18.044ZMake modifications of GL_EXT_spirv_intrinsics
65a7fb7054@amdrexu2021-04-25T08:52:35Z2018-11-12T07:18:18.044ZImplement the extension GL_EXT_spirv_intrinsics
1034727263@amdrexu2021-03-04T09:00:49Z2018-11-12T07:18:18.044ZSPV: The capability string for RayTracingProvisionalKHR is missing
77fe62f477@amdrexu2021-02-26T09:25:45Z2018-11-12T07:18:18.044ZSPV: Change the key of extBuiltinMap to std::string
f6e0fe8600@amdrexu2020-10-23T14:54:35Z2018-11-12T07:18:18.044ZHLSL: Add support for printf().
4dcc12d1a4@amdrexu2020-09-18T13:18:35Z2018-11-12T07:18:18.044ZSPIRV: Add more utility functions to build some opcodes (#2398)
ac2f01f4bd@amdrexu2020-09-14T15:57:09Z2018-11-12T07:18:18.044ZSPIRV: Add disassembly support for multiple literal strings (#2397)
2d66614c0a@amdrexu2020-09-07T03:09:21Z2018-11-12T07:18:18.044ZSPIRV: Fix some disassembly issues
864cd8c63e@amdrexu2020-09-02T15:03:03Z2018-11-12T07:18:18.044ZParser: Fix wrong names of extension macros
fb18b6df28@amdrexu2020-02-22T14:04:31Z2018-11-12T07:18:18.044ZFix an issue of SPV generation for imageAtomicStore.
b4bab3ce01@amdrexu2020-02-06T08:51:10Z2018-11-12T07:18:18.044ZFix a parser error of GL_KHR_memory_scope_semantics
3b1b9e2957@amdrexu2019-09-09T14:53:02Z2018-11-12T07:18:18.044ZFix incorrect function prototypes of 64-bit findLSB/findMSB
bb7307b4a8@amdrexu2019-07-15T06:57:20Z2018-11-12T07:18:18.044ZOpIsHelperInvocationEXT should declare relevant SPV extension and capability
e085d83427@amdrexu2019-07-06T15:40:10Z2018-11-12T07:18:18.044ZChange implementation of gl_SIMDGroupSizeAMD
d932cc4295@amdrexu2019-04-25T02:34:28Z2018-11-12T07:18:18.044ZFix issues of explicit conversions.
eaf31ab98c@amdrexu2019-01-21T08:50:17Z2018-11-12T07:18:18.044ZAdd 8-bit/16-bit transform feedback support for future use
75c5603ada@amdrexu2019-01-14T03:40:51Z2018-11-12T07:18:18.044ZFix xfb_stride incorrectness(#1654)
204812694c@greg-lunarg2023-03-03T23:08:30Z2018-11-08T19:10:43.859ZMerge pull request #3153 from greg-lunarg/i3150
aae2a7ae08@greg-lunarg2023-03-03T22:17:03Z2018-11-08T19:10:43.859ZFix installation of resource limits headers
2ca0ee3ba4@greg-lunarg2023-03-02T18:43:06Z2018-11-08T19:10:43.859ZMerge pull request #3137 from moritz-h/resource-limits
1fb2f1d789@greg-lunarg2023-01-12T01:39:49Z2018-11-08T19:10:43.859ZMerge pull request #3108 from greg-lunarg/i3105
9b67d41b85@greg-lunarg2023-01-11T01:50:18Z2018-11-08T19:10:43.859ZFix crash on bad structure member reference
1d978158de@greg-lunarg2022-12-29T19:09:46Z2018-11-08T19:10:43.859ZMerge pull request #3100 from daniel-story/fix-dual-src-draw-buffers
d1fc064e79@greg-lunarg2022-12-26T20:30:34Z2018-11-08T19:10:43.859ZMerge pull request #3102 from jeremy-lunarg/hayes-fix-debuginfo-disassembly
68935bc2c6@greg-lunarg2022-12-22T17:03:12Z2018-11-08T19:10:43.859ZMerge pull request #3099 from jeremy-lunarg/hayes-fix-issue-3095
c6b3f279a7@greg-lunarg2022-12-12T17:34:33Z2018-11-08T19:10:43.859ZMerge pull request #3087 from dneto0/remove-unused
19d816c8c9@greg-lunarg2022-12-09T17:39:14Z2018-11-08T19:10:43.859ZMerge pull request #3086 from jeremy-lunarg/hayes-fix-3073
ed257e2bdf@greg-lunarg2022-12-07T21:38:31Z2018-11-08T19:10:43.859ZMerge pull request #3066 from ShchchowAMD/shaochi/bindless
77551c429f@greg-lunarg2022-12-06T22:34:33Z2018-11-08T19:10:43.859ZMerge pull request #3081 from jeremy-lunarg/hayes-update-changes
5f6fa4e792@greg-lunarg2022-12-06T22:33:42Z2018-11-08T19:10:43.859ZMerge pull request #3080 from jeremy-lunarg/hayes-update-known-good
e3e8baf8c5@greg-lunarg2022-12-06T20:11:57Z2018-11-08T19:10:43.859ZMerge pull request #3079 from gby/GL_ARM_shader_core_builtins
12bb8602dd@greg-lunarg2022-11-28T23:27:56Z2018-11-08T19:10:43.859ZMerge pull request #3077 from greg-lunarg/edos3
7f047b986b@greg-lunarg2022-04-18T22:00:51Z2018-11-08T19:10:43.859ZAdd EliminateDeadOutputStores to API.
0cd93a0efe@greg-lunarg2022-11-28T20:27:56Z2018-11-08T19:10:43.859ZMerge pull request #3076 from greg-lunarg/kg124
1ddba01a80@greg-lunarg2022-11-28T19:06:59Z2018-11-08T19:10:43.859ZUpdate known goods
2b2523fb95@greg-lunarg2022-11-08T21:46:48Z2018-11-08T19:10:43.859ZMerge pull request #3061 from ShabbyX/remove-angle-build-flag
f4cba22d08@greg-lunarg2022-11-08T17:40:25Z2018-11-08T19:10:43.859ZMerge pull request #3060 from greg-lunarg/limit3
cc4c7330a2@greg-lunarg2022-11-07T19:06:46Z2018-11-08T19:10:43.859ZFix include in resource_limits_c.h
5e08deae05@greg-lunarg2022-11-03T20:01:33Z2018-11-08T19:10:43.859ZMerge pull request #3057 from ShabbyX/fix-gn-build
8da6495058@greg-lunarg2022-11-02T16:52:49Z2018-11-08T19:10:43.859ZMerge pull request #3055 from greg-lunarg/limit2
90c5214344@greg-lunarg2022-10-28T23:27:18Z2018-11-08T19:10:43.859ZImprove ResourceLimits interface to be more forward compatible
980ac50813@greg-lunarg2022-10-19T17:33:25Z2018-11-08T19:10:43.859ZMerge pull request #3047 from akien-mga/spirv.hpp-dos2unix
a0ad0d7067@greg-lunarg2022-10-17T19:51:33Z2018-11-08T19:10:43.859ZMerge pull request #3043 from gnl21/helper-invocation
5755de46b0@greg-lunarg2022-10-13T17:29:59Z2018-11-08T19:10:43.859ZMerge pull request #3049 from jeremy-lunarg/hayes-update-changes
ef6c9714a8@greg-lunarg2022-10-12T23:48:02Z2018-11-08T19:10:43.859ZMerge pull request #3048 from jeremy-lunarg/hayes-update-known-good
568e233ecf@greg-lunarg2022-10-12T20:29:15Z2018-11-08T19:10:43.859ZMerge pull request #3037 from mbechard/master
8243ca3c30@greg-lunarg2022-09-21T22:49:46Z2018-11-08T19:10:43.859ZMerge pull request #3021 from qingyuanzNV/fix_opline_prepending_opfunction_with_pp
3400e9bfbd@greg-lunarg2022-09-21T22:42:24Z2018-11-08T19:10:43.859ZMerge pull request #3031 from rg3igalia/sub-group-size-arb-flat-fix
b40f87f1d3@greg-lunarg2022-09-20T16:19:08Z2018-11-08T19:10:43.859ZMerge pull request #3032 from mbechard/master
c0cf8ad876@greg-lunarg2022-09-12T22:28:30Z2018-11-08T19:10:43.859ZMerge pull request #3025 from pmistryNV/GL_EXT_mesh_shader
df7fec2cfa@greg-lunarg2022-09-09T17:44:17Z2018-11-08T19:10:43.859ZMerge pull request #3023 from pmistryNV/GL_EXT_mesh_shader
284ceb6d45@greg-lunarg2022-09-09T16:13:02Z2018-11-08T19:10:43.859ZMerge pull request #2985 from jeremy-lunarg/hayes-nonsemantic-shader-debuginfo-rebase
7757cbebe4@greg-lunarg2022-09-06T18:22:10Z2018-11-08T19:10:43.859ZMerge pull request #3016 from ichordev/patch-1
5487373dbf@greg-lunarg2022-09-06T18:20:53Z2018-11-08T19:10:43.859ZMerge pull request #3015 from spnda/remove_nv_c_interface
a53aa3e94f@greg-lunarg2022-09-02T16:52:48Z2018-11-08T19:10:43.859ZMerge pull request #3014 from pmistryNV/GL_EXT_mesh_shader
69ae9e7460@greg-lunarg2022-08-31T23:25:02Z2018-11-08T19:10:43.859ZMerge pull request #2997 from RandomShaper/remove_unused
ae42b05ba3@greg-lunarg2022-08-31T23:21:56Z2018-11-08T19:10:43.859ZMerge pull request #3011 from hbatagelo/fix_type_punning_ub
f771c1293d@greg-lunarg2022-08-11T19:47:08Z2018-11-08T19:10:43.859ZMerge pull request #2995 from jeremy-lunarg/hayes-update-known-good
adf7bf0113@greg-lunarg2022-08-03T19:22:21Z2018-11-08T19:10:43.859ZMerge pull request #2991 from KhronosGroup/revert-2988-build_arm64_binaries_mac
d8b64c2713@greg-lunarg2022-08-03T18:39:23Z2018-11-08T19:10:43.859ZRevert “Fix: Build arm64 binaries for macOS”
de0b1bf6d7@greg-lunarg2022-08-03T16:32:34Z2018-11-08T19:10:43.859ZMerge pull request #2988 from spnda/build_arm64_binaries_mac
f0ce653a25@greg-lunarg2022-07-27T23:39:33Z2018-11-08T19:10:43.859ZMerge pull request #2986 from jeremy-lunarg/hayes-update-macos-runner
22d39cd684@greg-lunarg2022-07-27T17:23:16Z2018-11-08T19:10:43.859ZMerge pull request #2977 from AMD-dwang/AMD_shader_early_and_late_fragment_tests
6ef2e49216@greg-lunarg2022-07-22T16:51:42Z2018-11-08T19:10:43.859ZMerge pull request #2974 from thoave-arm/EOpConstructAccStruct
68c1880c09@greg-lunarg2022-07-12T16:57:21Z2018-11-08T19:10:43.859ZMerge pull request #2973 from haasn/version_macros
503dd24378@greg-lunarg2022-07-07T18:14:29Z2018-11-08T19:10:43.859ZMerge pull request #2970 from greg-lunarg/i2969
8e5f1ac954@greg-lunarg2022-07-07T17:40:02Z2018-11-08T19:10:43.859ZFix getEnhancedMsgs to work when HLSL not enabled
b2d2c9dd3d@greg-lunarg2022-06-22T19:08:13Z2018-11-08T19:10:43.859ZMerge pull request #2963 from greg-lunarg/i2956
c1ae2f33b5@greg-lunarg2022-06-21T23:33:57Z2018-11-08T19:10:43.859ZDo not generate samplerBuffer for spirv1.6 and beyond
bffcf209cb@greg-lunarg2022-06-13T23:28:18Z2018-11-08T19:10:43.859ZMerge pull request #2962 from James2022-rgb/feature/c_interface_opsource_support
adbf0d3106@greg-lunarg2022-06-03T00:01:12Z2018-11-08T19:10:43.859ZMerge pull request #2961 from jeremy-lunarg/hayes-update-changes
1c5f28e655@greg-lunarg2022-06-02T22:49:28Z2018-11-08T19:10:43.859ZMerge pull request #2960 from jeremy-lunarg/hayes-update-known-good
2be1561b91@greg-lunarg2022-06-01T23:20:20Z2018-11-08T19:10:43.859ZMerge pull request #2957 from greg-lunarg/p2933
9e2b914722@greg-lunarg2022-06-01T22:40:29Z2018-11-08T19:10:43.859ZRestore legacy interface for remap()
4c3e00bf96@greg-lunarg2022-06-01T20:07:18Z2018-11-08T19:10:43.859ZMerge pull request #2955 from andfau-arm/duplicate-builtin-clash
316f12ac1d@greg-lunarg2022-05-31T19:25:22Z2018-11-08T19:10:43.859ZMerge pull request #2950 from qingyuanzNV/insert_opline_before_opfunction2
7dda6a6347@greg-lunarg2022-05-26T16:41:25Z2018-11-08T19:10:43.859ZMerge pull request #2952 from stu-s/EXT_fragment_shader_barycentric
abc87e98fd@greg-lunarg2022-05-25T18:07:12Z2018-11-08T19:10:43.859ZMerge pull request #2953 from greg-lunarg/mingw0
25e97a5b06@greg-lunarg2022-05-24T19:31:03Z2018-11-08T19:10:43.859ZFix build for clang + mingw32-make
604904fb93@greg-lunarg2022-05-24T20:14:56Z2018-11-08T19:10:43.859ZMerge pull request #2947 from corporateshark/master
8735cdbf78@greg-lunarg2022-05-24T20:11:43Z2018-11-08T19:10:43.859ZMerge pull request #2948 from Gabriele91/fix/HLSL-Instance-attribute-as-spirv-invocation-attribute
86ff4bca1d@greg-lunarg2022-05-20T15:46:45Z2018-11-08T19:10:43.859ZMerge pull request #2945 from dneto0/remove-unused-var
2439e6d56d@greg-lunarg2022-05-18T19:19:28Z2018-11-08T19:10:43.859ZMerge pull request #2943 from mbechard/master
2f5bc0b741@greg-lunarg2022-05-11T19:45:33Z2018-11-08T19:10:43.859ZMerge pull request #2933 from AaronHaganAMD/whitelist
14f6e27304@greg-lunarg2022-05-06T17:09:55Z2018-11-08T19:10:43.859ZMerge pull request #2940 from alelenv/spirv_intrinsics_rt_ops
38de612126@greg-lunarg2022-05-06T17:07:14Z2018-11-08T19:10:43.859ZMerge pull request #2938 from mariusbjorge/GL_EXT_ray_cull_mask
e3bca2add6@greg-lunarg2022-04-22T21:44:20Z2018-11-08T19:10:43.859ZMerge pull request #2932 from Ryp/master
a9fc91076a@greg-lunarg2022-04-22T21:31:55Z2018-11-08T19:10:43.859ZMerge pull request #2928 from tellowkrinkle/patch-1
06ac141412@greg-lunarg2022-04-15T16:45:00Z2018-11-08T19:10:43.859ZMerge pull request #2927 from ggfan/ndk-env-variable-update
48fd6c82b3@greg-lunarg2022-04-08T00:33:03Z2018-11-08T19:10:43.859ZMerge pull request #2925 from SpaceIm/fix-mingw
9bb8cfffb0@greg-lunarg2022-04-06T19:42:55Z2018-11-08T19:10:43.859ZMerge pull request #2924 from greg-lunarg/r.11.9.0a
df4ded3f93@greg-lunarg2022-04-06T18:21:33Z2018-11-08T19:10:43.859ZRelease 11.9.0
094e539b86@greg-lunarg2022-04-06T19:01:04Z2018-11-08T19:10:43.859ZMerge pull request #2923 from greg-lunarg/kg123
e77298891a@greg-lunarg2022-04-06T18:00:57Z2018-11-08T19:10:43.859ZUpdate spirv-tools known good
abbe466451@greg-lunarg2022-03-28T18:07:30Z2018-11-08T19:10:43.859ZMerge pull request #2915 from EdoardoLuciani/master
9617bdea15@greg-lunarg2022-03-28T18:04:17Z2018-11-08T19:10:43.859ZMerge pull request #2917 from greg-lunarg/i2907
b88174e6fe@greg-lunarg2022-03-28T17:34:40Z2018-11-08T19:10:43.859ZImproved comment for glslang_optimization_level_t
870c75479f@greg-lunarg2022-03-25T21:56:18Z2018-11-08T19:10:43.859ZMerge pull request #2913 from greg-lunarg/i2905
b7968b7dbc@greg-lunarg2022-03-25T20:36:01Z2018-11-08T19:10:43.859ZGenerate Int8, Int16 and Float16 capabilities for constants
f1d286fcc2@greg-lunarg2022-03-24T23:51:54Z2018-11-08T19:10:43.859ZMerge pull request #2851 from chaoticbob/version-override
3c12f20bcb@greg-lunarg2022-03-24T22:41:52Z2018-11-08T19:10:43.859ZUpdate glsl.versionOverride.vert
dc5b531996@greg-lunarg2022-03-24T22:41:15Z2018-11-08T19:10:43.859ZUpdate glsl.versionOverride.tese
03fe69d3cb@greg-lunarg2022-03-24T22:40:18Z2018-11-08T19:10:43.859ZUpdate glsl.versionOverride.tesc
46edfaeec4@greg-lunarg2022-03-24T22:39:34Z2018-11-08T19:10:43.859ZUpdate glsl.versionOverride.geom
c1e8a17442@greg-lunarg2022-03-24T22:37:42Z2018-11-08T19:10:43.859ZUpdate glsl.versionOverride.frag
871e61fdf0@greg-lunarg2022-03-24T22:36:48Z2018-11-08T19:10:43.859ZUpdate glsl.versionOverride.comp
f25ca1ec5e@greg-lunarg2022-03-24T19:43:40Z2018-11-08T19:10:43.859ZMerge pull request #2912 from greg-lunarg/edic1
64cef8edd2@greg-lunarg2022-03-24T19:25:38Z2018-11-08T19:10:43.859ZMerge pull request #2908 from Biswa96/cmake-spirv-remap
abbdf63cbe@greg-lunarg2022-03-24T18:13:59Z2018-11-08T19:10:43.859ZAdd eliminate-dead-input-components to -Os
397086a5b0@greg-lunarg2022-03-24T18:12:40Z2018-11-08T19:10:43.859ZMerge pull request #2911 from greg-lunarg/kg122
0988e868f5@greg-lunarg2022-03-24T16:23:19Z2018-11-08T19:10:43.859ZUpdate spirv-tools and spirv-headers known good
6d93773995@greg-lunarg2022-03-23T17:43:43Z2018-11-08T19:10:43.859ZMerge pull request #2906 from apanteleev/escape-deps
c6f8e532dd@greg-lunarg2022-03-21T18:03:34Z2018-11-08T19:10:43.859ZMerge pull request #2902 from ZhiqianXia/gl_FragCoord
538231d8b4@greg-lunarg2022-03-01T21:50:55Z2018-11-08T19:10:43.859ZMerge pull request #2897 from ZhiqianXia/origin_upper_left
43d585d863@greg-lunarg2022-02-25T00:57:22Z2018-11-08T19:10:43.859ZMerge pull request #2895 from greg-lunarg/i2894
79a35ace7c@greg-lunarg2022-02-24T20:50:41Z2018-11-08T19:10:43.859ZDon't do updatePrecision on float16_t operations
ac7f6a293e@greg-lunarg2022-02-23T23:34:36Z2018-11-08T19:10:43.859ZMerge pull request #2892 from greg-lunarg/mb
bbe692e731@greg-lunarg2022-02-18T22:08:28Z2018-11-08T19:10:43.859ZImprove error message for image/sampler functions for enhanced-msgs
d15deba1d8@greg-lunarg2022-02-16T23:15:20Z2018-11-08T19:10:43.859ZMerge pull request #2891 from dneto0/hlsl-namespace
90d4bd05cd@greg-lunarg2022-02-10T21:16:44Z2018-11-08T19:10:43.859ZMerge pull request #2888 from mrpippy/python3
cf02eda7ca@greg-lunarg2022-02-10T18:57:37Z2018-11-08T19:10:43.859ZMerge pull request #2887 from mbechard/master
b7ba87bcfe@greg-lunarg2022-02-07T20:09:13Z2018-11-08T19:10:43.859ZMerge pull request #2886 from greg-lunarg/i2875
c5072a8cab@greg-lunarg2022-02-07T19:15:31Z2018-11-08T19:10:43.859ZFix sameElementShape test of sampler
2742e95934@greg-lunarg2022-02-03T16:26:44Z2018-11-08T19:10:43.859ZMerge pull request #2885 from greg-lunarg/kg121
acd4425a29@greg-lunarg2022-02-03T01:37:43Z2018-11-08T19:10:43.859ZUpdate spirv-tools known good
16e3b403aa@greg-lunarg2022-02-01T22:47:19Z2018-11-08T19:10:43.859ZMerge pull request #2883 from greg-lunarg/link2
3005da6e6e@greg-lunarg2022-02-01T22:46:25Z2018-11-08T19:10:43.859ZMerge pull request #2874 from mbechard/master
ca0d54d51b@greg-lunarg2021-12-30T18:56:57Z2018-11-08T19:10:43.859ZEnhance readability of error messages for GLSL
c34bb3b6c5@greg-lunarg2022-01-27T20:21:18Z2018-11-08T19:10:43.859ZMerge pull request #2879 from greg-lunarg/vulkan-1.3-B
9448de56b3@greg-lunarg2022-01-27T19:23:47Z2018-11-08T19:10:43.859ZRelease 11.8.0
a7aae72ef4@greg-lunarg2022-01-27T19:13:43Z2018-11-08T19:10:43.859ZMerge pull request #2878 from greg-lunarg/vulkan-1.3-A
69565b1884@greg-lunarg2022-01-27T18:39:19Z2018-11-08T19:10:43.859ZFix size_t to int warning
1978f2b383@greg-lunarg2022-01-27T17:09:36Z2018-11-08T19:10:43.859ZMerge pull request #2876 from greg-lunarg/vulkan-1.3
9ebd8ff6c1@greg-lunarg2022-01-26T21:45:58Z2018-11-08T19:10:43.859ZAdd Vulkan 1.3 support
81cc10a498@greg-lunarg2022-01-26T00:44:03Z2018-11-08T19:10:43.859ZMerge pull request #2873 from greg-lunarg/i2872
ed5f33e6ac@greg-lunarg2022-01-25T20:40:07Z2018-11-08T19:10:43.859ZFix comment for setEnvInput()
6624e13673@greg-lunarg2022-01-13T21:36:29Z2018-11-08T19:10:43.859ZMerge pull request #2852 from gnoliyil/fuchsia
0108966b47@greg-lunarg2022-01-13T21:35:16Z2018-11-08T19:10:43.859ZMerge pull request #2868 from ben-clayton/patch-1
43d40e80ad@greg-lunarg2022-01-11T21:36:01Z2018-11-08T19:10:43.859ZMerge pull request #2866 from greg-lunarg/i2858
140a76a447@greg-lunarg2022-01-11T20:13:50Z2018-11-08T19:10:43.859ZTemporarily disable spirv1.6 tests
109b31aaa2@greg-lunarg2022-01-11T18:42:11Z2018-11-08T19:10:43.859ZMerge pull request #2862 from n-morales/2861-macos-gcc-build-failures
57e25195eb@greg-lunarg2022-01-10T20:04:15Z2018-11-08T19:10:43.859ZMerge pull request #2853 from ZhiqianXia/EndStreamPrimitive
b886419027@greg-lunarg2022-01-10T19:27:51Z2018-11-08T19:10:43.859ZMerge pull request #2864 from scribam/cmake-install-prefix
364b169807@greg-lunarg2022-01-10T18:49:19Z2018-11-08T19:10:43.859ZMerge branch ‘master’ into EndStreamPrimitive
bd6e3fb78e@greg-lunarg2022-01-10T18:15:41Z2018-11-08T19:10:43.859ZMerge pull request #2865 from alan-baker/update-license
c0a322f5f0@greg-lunarg2022-01-07T21:38:42Z2018-11-08T19:10:43.859ZMerge pull request #2859 from ZhiqianXia/floatBitsToInt
17232d21d7@greg-lunarg2022-01-05T18:34:32Z2018-11-08T19:10:43.859ZMerge pull request #2847 from jeremy-lunarg/hayes-fix-issue-2846
35150804c3@greg-lunarg2022-01-05T18:30:08Z2018-11-08T19:10:43.859ZMerge pull request #2857 from jeremy-lunarg/hayes-fix-warnings
df609a01b3@greg-lunarg2022-01-04T00:57:38Z2018-11-08T19:10:43.859ZMerge pull request #2800 from mhillenbrand/string_literal_endianness
950c6ddc11@greg-lunarg2022-01-03T23:39:45Z2018-11-08T19:10:43.859ZMerge pull request #2849 from jeremy-lunarg/hayes-fix-issue-2848
9b20b25138@greg-lunarg2021-12-16T22:32:54Z2018-11-08T19:10:43.859ZMerge pull request #2845 from greg-lunarg/sup1.6
7a49192d23@greg-lunarg2021-09-02T23:37:39Z2018-11-08T19:10:43.859ZAdd support for spirv1.6
ed37354f11@greg-lunarg2021-12-16T21:48:18Z2018-11-08T19:10:43.859ZMerge pull request #2844 from greg-lunarg/hdr1.6
a0f98ad401@greg-lunarg2021-12-16T18:37:39Z2018-11-08T19:10:43.859ZPickup header for SPIR-V 1.6
ca13951205@greg-lunarg2021-12-09T18:45:32Z2018-11-08T19:10:43.859ZMerge pull request #2840 from alelenv/no_location2
542ee69d83@greg-lunarg2021-12-07T23:12:05Z2018-11-08T19:10:43.859ZMerge pull request #2836 from chaoticbob/vulkan_rules_relaxed
2dff16cd3c@greg-lunarg2021-12-07T23:10:28Z2018-11-08T19:10:43.859ZMerge pull request #2841 from greg-lunarg/i2244a
fbb39aa461@greg-lunarg2021-12-07T21:33:09Z2018-11-08T19:10:43.859ZFix --hlsl-dx-position-w to work for SV_Position embedded in struct
ec5ea2d6cb@greg-lunarg2021-12-02T16:48:16Z2018-11-08T19:10:43.859ZMerge pull request #2838 from jeremy-lunarg/hayes-remove-badge
0e1396862c@greg-lunarg2021-11-30T21:10:58Z2018-11-08T19:10:43.859ZMerge pull request #2830 from jeremy-lunarg/hayes-migrate-travis-to-github-actions
0bdfc73e9c@greg-lunarg2021-11-29T21:20:51Z2018-11-08T19:10:43.859ZMerge pull request #2832 from amdrexu/bugfix
083bdc838a@greg-lunarg2021-11-24T21:16:45Z2018-11-08T19:10:43.859ZMerge pull request #2720 from ZhiqianXia/GL_ARB_fragment_coord_conventions
69f9dce708@greg-lunarg2021-11-24T18:52:08Z2018-11-08T19:10:43.859ZMerge branch ‘master’ into GL_ARB_fragment_coord_conventions
042aaea516@greg-lunarg2021-11-23T20:39:57Z2018-11-08T19:10:43.859ZMerge pull request #2831 from amdrexu/bugfix
7a0b9b212c@greg-lunarg2021-11-22T22:21:33Z2018-11-08T19:10:43.859ZMerge pull request #2723 from ZhiqianXia/textureQueryLOD
a40e4ac3f7@greg-lunarg2021-11-22T17:39:03Z2018-11-08T19:10:43.859ZMerge branch ‘master’ into textureQueryLOD
7efa90e528@greg-lunarg2021-11-22T17:36:12Z2018-11-08T19:10:43.859ZMerge pull request #2829 from amdrexu/bugfix2
2c54c20813@greg-lunarg2021-11-19T22:19:27Z2018-11-08T19:10:43.859ZMerge pull request #2782 from kevin-mccullough/FixIomapperSeperableShaderValidation
dd83c37b98@greg-lunarg2021-11-18T18:20:02Z2018-11-08T19:10:43.859ZMerge pull request #2826 from amdrexu/bugfix
a0c7b6fe87@greg-lunarg2021-11-18T17:18:22Z2018-11-08T19:10:43.859ZMerge pull request #2811 from mbechard/master
0d468a7eee@greg-lunarg2021-11-17T22:26:19Z2018-11-08T19:10:43.859ZMerge pull request #2824 from alan-baker/update-tools
74b0abb9cd@greg-lunarg2021-11-17T16:55:17Z2018-11-08T19:10:43.859ZMerge pull request #2825 from greg-lunarg/i2244
e9564feb55@greg-lunarg2021-11-17T01:42:12Z2018-11-08T19:10:43.859ZAdd --hlsl-dx-position-w option
d51d01ccfb@greg-lunarg2021-11-16T18:20:42Z2018-11-08T19:10:43.859ZMerge pull request #2823 from kda/master
8a7860e4cb@greg-lunarg2021-11-15T21:49:53Z2018-11-08T19:10:43.859ZMerge pull request #2821 from greg-lunarg/conv0
7141f89a89@greg-lunarg2021-11-15T20:28:53Z2018-11-08T19:10:43.859ZMerge pull request #2806 from ZhiqianXia/bestFunctionMatching
7d27f667a3@greg-lunarg2021-11-15T17:52:12Z2018-11-08T19:10:43.859ZMerge pull request #2818 from mhillenbrand/promoteConstantUnion_signed_char
f669f13998@greg-lunarg2021-11-13T02:16:35Z2018-11-08T19:10:43.859ZMerge pull request #2819 from greg-lunarg/i2812
3074ec94bf@greg-lunarg2021-11-13T00:38:11Z2018-11-08T19:10:43.859ZMerge pull request #2814 from mhillenbrand/isinf_isnan2
10be28ac9b@greg-lunarg2021-11-12T23:54:22Z2018-11-08T19:10:43.859ZFix struct type sharing
c9706bdda0@greg-lunarg2021-11-12T14:42:16Z2018-11-08T19:10:43.859ZMerge pull request #2817 from greg-lunarg/sdk0
1f8c8b88c7@greg-lunarg2021-11-12T01:48:05Z2018-11-08T19:10:43.859ZRevert port of GL_EXT_shader_realtime_clock to GL_EXT_spirv_intrinsics
925503088e@greg-lunarg2021-11-11T22:14:06Z2018-11-08T19:10:43.859ZMerge pull request #2816 from greg-lunarg/v11.7.0
ea73494af9@greg-lunarg2021-11-11T18:12:01Z2018-11-08T19:10:43.859ZMerge pull request #2813 from greg-lunarg/kg120
0bc8932aba@greg-lunarg2021-11-11T16:08:05Z2018-11-08T19:10:43.859ZRelease 11.7.0
77415296b2@greg-lunarg2021-11-11T15:43:30Z2018-11-08T19:10:43.859ZUpdate to latest spirv-headers
600c5037ba@greg-lunarg2021-11-11T15:18:59Z2018-11-08T19:10:43.859ZMerge pull request #2810 from greg-lunarg/push1
ac1880cc7b@greg-lunarg2021-11-10T22:59:10Z2018-11-08T19:10:43.859ZMerge pull request #2809 from KhronosGroup/revert-2803-isinf_isnan
002b3f55c7@greg-lunarg2021-11-10T22:03:07Z2018-11-08T19:10:43.859ZGenerate error for binding on push_constant
22a5e36446@greg-lunarg2021-11-10T21:13:37Z2018-11-08T19:10:43.859ZRevert “Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding”
9c5309a22a@greg-lunarg2021-11-10T17:01:54Z2018-11-08T19:10:43.859ZMerge pull request #2805 from greg-lunarg/push0
9600b97c6a@greg-lunarg2021-11-09T22:46:08Z2018-11-08T19:10:43.859ZFix test spv.1.4.OpEntryPoint.frag
bb5b357550@greg-lunarg2021-11-09T20:44:32Z2018-11-08T19:10:43.859ZMerge pull request #2781 from kevin-mccullough/FixLinkTimeValidationForGl_PerVertex
627f409aec@greg-lunarg2021-11-09T18:43:38Z2018-11-08T19:10:43.859ZMerge pull request #2801 from haasn/thread_safety
fa26462394@greg-lunarg2021-11-09T18:08:41Z2018-11-08T19:10:43.859ZMerge pull request #2803 from mhillenbrand/isinf_isnan
8f56d73800@greg-lunarg2021-11-09T01:47:27Z2018-11-08T19:10:43.859ZMerge pull request #2799 from cyanreg/master
9535746aa3@greg-lunarg2021-11-09T01:29:53Z2018-11-08T19:10:43.859ZMerge pull request #2798 from alan-baker/update-tools
ae2e2707df@greg-lunarg2021-11-08T18:32:46Z2018-11-08T19:10:43.859ZMerge pull request #2722 from ZhiqianXia/GL_ARB_draw_instanced
eb92526d5e@greg-lunarg2021-11-02T17:03:45Z2018-11-08T19:10:43.859ZMerge pull request #2719 from ZhiqianXia/GL_EXT_shader_integer_mix
77d680e1c3@greg-lunarg2021-11-01T16:19:09Z2018-11-08T19:10:43.859ZMerge pull request #2712 from ZhiqianXia/switch_error
d1608ab1ef@greg-lunarg2021-10-27T19:28:57Z2018-11-08T19:10:43.859ZMerge pull request #2796 from greg-lunarg/i2793
432a43cccb@greg-lunarg2021-10-27T17:59:26Z2018-11-08T19:10:43.859ZRemove support for double trig, pow, exp and log
44b57597d8@greg-lunarg2021-10-26T16:52:19Z2018-11-08T19:10:43.859ZMerge pull request #2792 from jeremy-lunarg/hayes-2760
3afa350331@greg-lunarg2021-10-22T20:44:10Z2018-11-08T19:10:43.859ZMerge pull request #2780 from kevin-mccullough/FixCrossStageCheck
38fd9221db@greg-lunarg2021-10-21T18:59:22Z2018-11-08T19:10:43.859ZMerge pull request #2777 from amdrexu/bugfix
9290474dcf@greg-lunarg2021-10-21T00:26:59Z2018-11-08T19:10:43.859ZMerge pull request #2787 from greg-lunarg/i2779
8020da3f18@greg-lunarg2021-10-20T22:28:11Z2018-11-08T19:10:43.859ZMerge pull request #2788 from alelenv/iomapper_sr_fix
a450fe757b@greg-lunarg2021-10-20T21:17:21Z2018-11-08T19:10:43.859ZMerge pull request #2789 from greg-lunarg/i2785
82b2668d58@greg-lunarg2021-10-19T00:28:01Z2018-11-08T19:10:43.859ZAllow 8/16-bit integer as array index
6639be7c2d@greg-lunarg2021-10-20T19:48:22Z2018-11-08T19:10:43.859ZAccept gl_ViewportMask in version 430 and later
6351fcef28@greg-lunarg2021-10-19T23:09:56Z2018-11-08T19:10:43.859ZMerge pull request #2786 from dneto0/current-source-dir
2598bc7a5b@greg-lunarg2021-10-19T17:20:42Z2018-11-08T19:10:43.859ZMerge pull request #2783 from chrisforbes/untangle
7f1d926a3a@greg-lunarg2021-10-18T21:14:07Z2018-11-08T19:10:43.859ZMerge pull request #2749 from AaronHaganAMD/master
b9ba4c5743@greg-lunarg2021-10-07T18:33:37Z2018-11-08T19:10:43.859ZMerge pull request #2770 from ncesario-lunarg/ncesario-cmake-endif
c8cdbac705@greg-lunarg2021-10-06T16:15:06Z2018-11-08T19:10:43.859ZMerge pull request #2771 from mbechard/master
581897f462@greg-lunarg2021-09-24T19:27:08Z2018-11-08T19:10:43.859ZMerge pull request #2768 from greg-lunarg/i2744
994987bc90@greg-lunarg2021-09-24T16:12:37Z2018-11-08T19:10:43.859ZFix variable scoping of do-while
fb0e4983e4@greg-lunarg2021-09-23T16:41:34Z2018-11-08T19:10:43.859ZMerge pull request #2767 from greg-lunarg/i2763
3d03b7822e@greg-lunarg2021-09-23T16:40:43Z2018-11-08T19:10:43.859ZScalarize vector readFirstInvocationARB (#2766)
4ea41b650d@greg-lunarg2021-09-22T21:12:49Z2018-11-08T19:10:43.859ZFix unreachable code in getSampledType()
c2604615f4@greg-lunarg2021-09-21T22:29:30Z2018-11-08T19:10:43.859ZMerge pull request #2685 from kevin-mccullough/FixIsIoResizeArrayTesselationStageHandling
6baa85f6ce@greg-lunarg2021-09-20T16:14:47Z2018-11-08T19:10:43.859ZMerge pull request #2762 from greg-lunarg/2757
8b87b84001@greg-lunarg2021-09-17T23:14:36Z2018-11-08T19:10:43.859ZFix SPIR-V for SampleBias
0f886fe7d3@greg-lunarg2021-09-17T19:58:48Z2018-11-08T19:10:43.859ZMerge pull request #2759 from mbechard/vkRelaxed-RetargetID
cce85320a8@greg-lunarg2021-09-17T19:58:04Z2018-11-08T19:10:43.859ZMerge pull request #2756 from mbechard/vkRelaxed-AvoidDuplicateUniform
80dcc36907@greg-lunarg2021-09-15T17:09:14Z2018-11-08T19:10:43.859ZMerge pull request #2745 from jeremy-lunarg/hayes-fix-warnings
14943d4e7d@greg-lunarg2021-09-15T16:57:44Z2018-11-08T19:10:43.859ZMerge pull request #2752 from InsertAReallyCreativeNameHere/master
07c5392f50@greg-lunarg2021-09-15T15:42:34Z2018-11-08T19:10:43.859ZMerge pull request #2755 from greg-lunarg/2748
62ed14518f@greg-lunarg2021-09-14T18:17:58Z2018-11-08T19:10:43.859ZRun update_precision() on array and matrix constructors.
e0771b5d4c@greg-lunarg2021-09-02T22:11:37Z2018-11-08T19:10:43.859ZMerge pull request #2747 from greg-lunarg/i2740
8ef6a4cb4d@greg-lunarg2021-09-02T16:49:46Z2018-11-08T19:10:43.859ZPerform update_precision on constructors and converts
2fb89a0072@greg-lunarg2021-08-25T21:21:08Z2018-11-08T19:10:43.859ZMerge pull request #2738 from greg-lunarg/kg119
e49ae91c9d@greg-lunarg2021-08-25T19:32:27Z2018-11-08T19:10:43.859ZUpdate known goods and CHANGES for 11.6.0
a4599ef756@greg-lunarg2021-08-18T18:59:27Z2018-11-08T19:10:43.859ZMerge pull request #2718 from ZhiqianXia/AtomicOpsARB
7ca4dfa061@greg-lunarg2021-08-13T15:48:37Z2018-11-08T19:10:43.859ZMerge pull request #2731 from alelenv/rt_motion
aa2d4bd2f4@greg-lunarg2021-08-10T07:01:39Z2018-11-08T19:10:43.859ZMerge pull request #2726 from TheMindVirus/master
675bd38bfa@greg-lunarg2021-08-10T06:53:01Z2018-11-08T19:10:43.859ZMerge pull request #2729 from greg-lunarg/2725
9f18258e41@greg-lunarg2021-08-09T23:52:40Z2018-11-08T19:10:43.859ZFix seperate stores to swizzled lvalue.
e0f3fdf433@greg-lunarg2021-08-01T06:13:10Z2018-11-08T19:10:43.859ZMerge pull request #2716 from greg-lunarg/i2689
715f5c6cf1@greg-lunarg2021-07-29T20:58:10Z2018-11-08T19:10:43.859ZAdd support for pragma STDGL invariant(all)
50849374cb@greg-lunarg2021-07-30T22:12:21Z2018-11-08T19:10:43.859ZMerge pull request #2715 from greg-lunarg/i2714
c94ec9356f@greg-lunarg2021-07-30T18:03:27Z2018-11-08T19:10:43.859ZMerge pull request #2690 from AndreyMlashkin/make_msvc_runtime_override_optional
27384e04f6@greg-lunarg2021-07-30T17:11:16Z2018-11-08T19:10:43.859ZAllow layout(std430) uniform with GL_EXT_scalar_block_layout
0db0010d3c@greg-lunarg2021-07-29T20:51:44Z2018-11-08T19:10:43.859ZMerge pull request #2691 from ZhiqianXia/BugPoint
9ff6cd0bd6@greg-lunarg2021-07-29T20:48:24Z2018-11-08T19:10:43.859ZMerge branch ‘master’ into BugPoint
ba540202cd@greg-lunarg2021-07-29T20:10:40Z2018-11-08T19:10:43.859ZMerge pull request #2700 from ZhiqianXia/u2i
d433cccb8a@greg-lunarg2021-07-28T22:49:27Z2018-11-08T19:10:43.859ZMerge pull request #2702 from jeremy-lunarg/hayes-2518
4a12ee1ae3@greg-lunarg2021-07-28T15:27:03Z2018-11-08T19:10:43.859ZMerge pull request #2705 from pkasting/master
1978c7692f@greg-lunarg2021-07-27T21:03:35Z2018-11-08T19:10:43.859ZMerge pull request #2704 from YunHsiao/master
9158061398@greg-lunarg2021-07-16T14:40:37Z2018-11-08T19:10:43.859ZMerge pull request #2695 from ShabbyX/fix-bool-array-in-uniform-load
4b7b86d568@greg-lunarg2021-07-08T21:15:55Z2018-11-08T19:10:43.859ZMerge pull request #2688 from KhronosGroup/revert-2643-master
263e50f6aa@greg-lunarg2021-07-08T19:10:58Z2018-11-08T19:10:43.859ZRevert “Atomic memory function can only be used for shader storage block member or shared variable.”
9e707294f1@greg-lunarg2021-07-07T21:08:55Z2018-11-08T19:10:43.859ZMerge pull request #2684 from ZhiqianXia/Dev
89286ca56b@greg-lunarg2021-07-07T20:27:10Z2018-11-08T19:10:43.859ZMerge pull request #2643 from ZhiqianXia/master
ae2a562936@greg-lunarg2021-06-23T20:25:17Z2018-11-08T19:10:43.859ZMerge pull request #2671 from greg-lunarg/kg118
83be602174@greg-lunarg2021-06-23T19:47:39Z2018-11-08T19:10:43.859ZUpdate known goods and CHANGES for 11.5.0
0c4c93bf61@greg-lunarg2021-06-23T16:46:28Z2018-11-08T19:10:43.859ZMerge pull request #2670 from dneto0/fix-android-mk
b38100f6bc@greg-lunarg2021-06-17T21:29:34Z2018-11-08T19:10:43.859ZMerge pull request #2669 from sudonatalie/remove-unused-var
e74b35f3f5@greg-lunarg2021-06-17T20:49:02Z2018-11-08T19:10:43.859ZMerge pull request #2664 from mbechard/master
b9d06bdb01@greg-lunarg2021-06-17T17:27:47Z2018-11-08T19:10:43.859ZMerge pull request #2668 from cmarcelo/GLSL_EXT_shader_atomic_float2
71612a7e5d@greg-lunarg2021-06-16T20:52:35Z2018-11-08T19:10:43.859ZMerge pull request #2625 from amdrexu/feature
c830b26b5f@greg-lunarg2021-06-16T17:54:07Z2018-11-08T19:10:43.859ZMerge pull request #2667 from greg-lunarg/i2666
cd6b2382d0@greg-lunarg2021-06-15T21:56:27Z2018-11-08T19:10:43.859ZRemove output variables from compute regression tests
a23e143636@greg-lunarg2021-06-15T21:00:58Z2018-11-08T19:10:43.859ZMerge pull request #2666 from alan-baker/update-tools
b848fd6a94@greg-lunarg2021-06-14T16:35:29Z2018-11-08T19:10:43.859ZMerge pull request #2665 from JustSid/master
fe15158676@greg-lunarg2021-06-09T19:09:28Z2018-11-08T19:10:43.859ZMerge pull request #2662 from greg-lunarg/spec1
230168d5d9@greg-lunarg2021-06-09T01:10:48Z2018-11-08T19:10:43.859ZAdd support for float spec const vector initialization
3d935ea224@greg-lunarg2021-06-08T21:20:46Z2018-11-08T19:10:43.859ZMerge pull request #2661 from jaebaek/update_spirv_tools_and_unit_tests
cb2c7fd674@greg-lunarg2021-06-07T20:14:22Z2018-11-08T19:10:43.859ZMerge pull request #2659 from alan-baker/subgroup-uniform-control-flow
1fa21491bc@greg-lunarg2021-06-04T18:08:29Z2018-11-08T19:10:43.859ZMerge pull request #2653 from syntheticmagus/selectionBlockSetters
2675cc3f91@greg-lunarg2021-06-04T17:00:27Z2018-11-08T19:10:43.859ZMerge pull request #2656 from ShabbyX/fix-oob
de2cb9db15@greg-lunarg2021-06-04T16:45:48Z2018-11-08T19:10:43.859ZMerge pull request #2655 from ShabbyX/fix-ubsan
6bdcb4be34@greg-lunarg2021-05-27T20:11:46Z2018-11-08T19:10:43.859ZMerge pull request #2651 from greg-lunarg/rel0
3406857053@greg-lunarg2021-05-26T22:14:23Z2018-11-08T19:10:43.859ZAdd missing libs to release
6fe560f74f@greg-lunarg2021-05-20T19:45:51Z2018-11-08T19:10:43.859ZMerge pull request #2647 from greg-lunarg/arg2
11c24e9adb@greg-lunarg2021-05-20T15:17:53Z2018-11-08T19:10:43.859ZDo true SPV type check for function array arg linkage
e71278cc92@greg-lunarg2021-05-18T17:00:08Z2018-11-08T19:10:43.859ZMerge pull request #2646 from johnstiles-google/parseconst
202c8abae0@greg-lunarg2021-05-11T19:50:53Z2018-11-08T19:10:43.859ZMerge pull request #2641 from tgfrerer/fix_hlsl_function_error_msg
d234552c30@greg-lunarg2021-05-11T16:10:34Z2018-11-08T19:10:43.859ZMerge pull request #2634 from xantares/patch-1
9431c53c84@greg-lunarg2021-05-07T16:09:17Z2018-11-08T19:10:43.859ZMerge pull request #2632 from greg-lunarg/karl0
1464d036b8@greg-lunarg2021-05-07T00:01:20Z2018-11-08T19:10:43.859ZFix arrays dimensioned with spec constant sized gl_WorkGroupSize
41e39c615b@greg-lunarg2021-05-03T20:29:52Z2018-11-08T19:10:43.859ZMerge pull request #2631 from godlikepanos/master
186bccdd9f@greg-lunarg2021-05-03T20:10:53Z2018-11-08T19:10:43.859ZMerge pull request #2629 from okuoku/silence-cygwin-warning
56b17b2f2d@greg-lunarg2021-04-27T17:36:07Z2018-11-08T19:10:43.859ZMerge pull request #2621 from Rob2309/auto-sampled-textures-tests
18eef33bd7@greg-lunarg2021-04-23T08:16:52Z2018-11-08T19:10:43.859ZMerge pull request #2624 from greg-lunarg/v011004000
4e83d93b62@greg-lunarg2021-04-23T00:09:42Z2018-11-08T19:10:43.859ZUpdate CHANGES for 11.4.0
4d658bd5d9@greg-lunarg2021-04-23T00:03:36Z2018-11-08T19:10:43.859ZMerge pull request #2623 from greg-lunarg/except
7b51e234fe@greg-lunarg2021-04-22T22:30:17Z2018-11-08T19:10:43.859ZFix CMakeLists.txt to keep compatibility with CMake 3.10.2
25dd807c3a@greg-lunarg2021-04-22T04:58:39Z2018-11-08T19:10:43.859ZMerge pull request #2620 from greg-lunarg/v011003000
bc685667a7@greg-lunarg2021-04-22T04:57:06Z2018-11-08T19:10:43.859ZMerge pull request #2619 from greg-lunarg/kg117
a6674e0120@greg-lunarg2021-04-22T00:42:12Z2018-11-08T19:10:43.859ZUpdate CHANGES for 11.3.0
f90377e74a@greg-lunarg2021-04-22T00:33:46Z2018-11-08T19:10:43.859ZUpdate spirv-tools and spirv-headers known good
7f46558b8c@greg-lunarg2021-04-22T00:17:42Z2018-11-08T19:10:43.859ZMerge pull request #2616 from Rob2309/standalone-hlsl-sampled-textures
ebfca6099f@greg-lunarg2021-04-21T22:49:53Z2018-11-08T19:10:43.859ZChange --hlsl-sampled-textures to --auto-sampled-textures
5bce773574@greg-lunarg2021-04-21T17:47:00Z2018-11-08T19:10:43.859ZMerge pull request #2618 from DadSchoorse/depfile
60ce877de0@greg-lunarg2021-04-19T18:03:05Z2018-11-08T19:10:43.859ZMerge pull request #2609 from ZhiqianXia/Feature2
8427437221@greg-lunarg2021-04-19T17:03:39Z2018-11-08T19:10:43.859ZMerge pull request #2614 from ZaOniRinku/master
12f3eb8e3f@greg-lunarg2021-04-17T00:52:51Z2018-11-08T19:10:43.859ZFix and enable textureOffset_samper2darrayshadow test
ed948c8e12@greg-lunarg2021-04-16T23:42:16Z2018-11-08T19:10:43.859ZMerge pull request #2612 from greg-lunarg/explicit0
100457e095@greg-lunarg2021-04-16T06:07:08Z2018-11-08T19:10:43.859ZAdd missing builtins for GL_EXT_explicit_arithmetic_types for es
b3859343a2@greg-lunarg2021-04-14T22:24:38Z2018-11-08T19:10:43.859ZMerge pull request #2602 from jeremy-lunarg/hayes-2514
e7e4a8eecb@greg-lunarg2021-04-14T21:16:04Z2018-11-08T19:10:43.859ZMerge pull request #2522 from dneto0/intlog2
e6a0e7fc76@greg-lunarg2021-04-13T16:16:50Z2018-11-08T19:10:43.859ZMerge pull request #2606 from greg-lunarg/semifix0
310a514717@greg-lunarg2021-04-13T00:12:58Z2018-11-08T19:10:43.859ZGet rid of extra semicolon causing gcc 10.3 troubles.
a7f846a86c@greg-lunarg2021-04-12T23:04:48Z2018-11-08T19:10:43.859ZMerge pull request #2601 from masterleming/always-install-resource-limits
5602195eed@greg-lunarg2021-04-12T21:14:42Z2018-11-08T19:10:43.859ZMerge pull request #2603 from jeremy-lunarg/hayes-fix-key-whitespace
9f76fd1330@greg-lunarg2021-04-08T18:35:06Z2018-11-08T19:10:43.859ZMerge pull request #2600 from Drigax/add-tinterim-selection-condition-setter
4099f44448@greg-lunarg2021-04-08T14:25:23Z2018-11-08T19:10:43.859ZMerge pull request #2599 from KhronosGroup/revert-2593-hayes-update-min-spv-requirement
186e66c1a3@greg-lunarg2021-04-07T21:20:16Z2018-11-08T19:10:43.859ZRevert “Update minimum SPIR-V requirement for GL_EXT_buffer_reference”
1481399549@greg-lunarg2021-04-07T00:04:50Z2018-11-08T19:10:43.859ZMerge pull request #2598 from greg-lunarg/noprop1
02132406bc@greg-lunarg2021-04-05T22:49:42Z2018-11-08T19:10:43.859ZDo not propagate packing qualifiers to scalars or vectors
5878bcb17e@greg-lunarg2021-04-01T18:32:57Z2018-11-08T19:10:43.859ZMerge pull request #2593 from jeremy-lunarg/hayes-update-min-spv-requirement
7bdff2b724@greg-lunarg2021-04-01T08:37:08Z2018-11-08T19:10:43.859ZMerge pull request #2597 from greg-lunarg/interp0
7fbaca0d06@greg-lunarg2021-03-31T21:24:48Z2018-11-08T19:10:43.859ZFix SPIR-V for HLSL EvaluateAttribute* of interpolants in structs
6dc24ffa47@greg-lunarg2021-03-31T00:33:31Z2018-11-08T19:10:43.859ZMerge pull request #2590 from pmistryNV/GL_ARB_sparse_texture2-bug-fix
2c7c84c8ac@greg-lunarg2021-03-23T16:29:38Z2018-11-08T19:10:43.859ZMerge pull request #2589 from ben-clayton/fix-warnings
c51a774ebd@greg-lunarg2021-03-22T23:42:43Z2018-11-08T19:10:43.859ZMerge pull request #2588 from jeremy-lunarg/hayes-2530
b50ac578dd@greg-lunarg2021-03-22T23:39:47Z2018-11-08T19:10:43.859ZMerge pull request #2587 from mbechard/master
6701c2540b@greg-lunarg2021-03-22T17:49:55Z2018-11-08T19:10:43.859ZMerge pull request #2583 from nullcatalyst/bazel-windows-bat
6848167e94@greg-lunarg2021-03-22T17:44:52Z2018-11-08T19:10:43.859ZMerge pull request #2582 from JustSid/master
847a19cd2b@greg-lunarg2021-03-19T23:38:51Z2018-11-08T19:10:43.859ZMerge pull request #2581 from mbechard/InconsistentGLPerVertex
979319b9b1@greg-lunarg2021-03-18T23:22:13Z2018-11-08T19:10:43.859ZMerge pull request #2579 from mbechard/master
d18bcd64fa@greg-lunarg2021-03-18T00:21:16Z2018-11-08T19:10:43.859ZMerge pull request #2574 from feifei14119/master
f5929b8c5f@greg-lunarg2021-03-17T21:46:13Z2018-11-08T19:10:43.859ZMerge pull request #2577 from mbechard/master
b2e5b5c559@greg-lunarg2021-03-15T19:38:49Z2018-11-08T19:10:43.859ZMerge pull request #2576 from KhronosGroup/revert-2569-revert-2242-GL_EXT_vulkan_glsl_relaxed
4e064eef46@greg-lunarg2021-03-15T17:26:11Z2018-11-08T19:10:43.859ZRevert “Revert “GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper””
a36d91e5ac@greg-lunarg2021-03-10T21:05:36Z2018-11-08T19:10:43.859ZMerge pull request #2569 from KhronosGroup/revert-2242-GL_EXT_vulkan_glsl_relaxed
e063363878@greg-lunarg2021-03-10T18:26:43Z2018-11-08T19:10:43.859ZRevert “GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper”
84e11a858c@greg-lunarg2021-03-09T09:15:26Z2018-11-08T19:10:43.859ZMerge pull request #2565 from greg-lunarg/i2564
e3182379ba@greg-lunarg2021-03-08T21:43:32Z2018-11-08T19:10:43.859ZMerge pull request #2242 from mbechard/GL_EXT_vulkan_glsl_relaxed
b5c8fd4fcf@greg-lunarg2021-03-08T21:02:06Z2018-11-08T19:10:43.859ZPass correct proxy type for atomicStore
c7c7982ebe@greg-lunarg2021-03-08T17:31:48Z2018-11-08T19:10:43.859ZMerge pull request #2560 from amdrexu/bugfix
159b057080@greg-lunarg2021-03-02T04:05:58Z2018-11-08T19:10:43.859ZMerge pull request #2559 from greg-lunarg/i2555
b479ce0bfa@greg-lunarg2021-03-02T00:45:03Z2018-11-08T19:10:43.859ZAllow DepthUnchanged and DepthReplaced Modes in same SPIR-V module.
0eca413092@greg-lunarg2021-03-01T21:11:10Z2018-11-08T19:10:43.859ZMerge pull request #2558 from greg-lunarg/i2551
740def238e@greg-lunarg2021-03-01T19:33:08Z2018-11-08T19:10:43.859ZAllow grad texture ops in all shaders
42ddfbd3d5@greg-lunarg2021-03-01T17:41:30Z2018-11-08T19:10:43.859ZMerge pull request #2557 from greg-lunarg/i2552b
e04a046ce7@greg-lunarg2021-02-27T01:06:27Z2018-11-08T19:10:43.859ZMerge pull request #2554 from proydakov/Try-to-find-python-interpreter-from-host-first
abb9befa1c@greg-lunarg2021-02-27T01:05:52Z2018-11-08T19:10:43.859ZMerge pull request #2553 from amdrexu/bugfix
051fbbb69c@greg-lunarg2021-02-26T23:59:51Z2018-11-08T19:10:43.859ZFix off-by-1 bug in gl_MaxCombinedTextureImageUnits check
3839066ee4@greg-lunarg2021-02-26T22:51:48Z2018-11-08T19:10:43.859ZMerge pull request #2556 from greg-lunarg/i2541
c176085909@greg-lunarg2021-02-26T18:34:51Z2018-11-08T19:10:43.859ZFix precision propagation around shifts
51d672b8a8@greg-lunarg2021-02-25T17:38:39Z2018-11-08T19:10:43.859ZMerge pull request #2544 from ZhiqianXia/master
00c6d2d4a7@greg-lunarg2021-02-24T23:56:10Z2018-11-08T19:10:43.859ZMerge pull request #2549 from jeremy-lunarg/hayes-2479
9801a9e42a@greg-lunarg2021-02-24T19:02:07Z2018-11-08T19:10:43.859ZMerge pull request #2546 from proydakov/msvc-noexcept-fix
2e99822c14@greg-lunarg2021-02-23T17:23:12Z2018-11-08T19:10:43.859ZMerge pull request #2537 from proydakov/fixed-cmake-warning
6f7a8ebf76@greg-lunarg2021-02-23T00:36:30Z2018-11-08T19:10:43.859ZMerge pull request #2525 from ZhiqianXia/master
c8b95db65e@greg-lunarg2021-02-23T00:07:33Z2018-11-08T19:10:43.859ZMerge pull request #2540 from dgkoch/dgkoch_build_fix
5421877c38@greg-lunarg2021-02-22T20:54:00Z2018-11-08T19:10:43.859ZMerge pull request #2543 from greg-lunarg/chg11.2.0
82a37a3531@greg-lunarg2021-02-22T19:11:47Z2018-11-08T19:10:43.859ZUpdate CHANGES.md to 11.2.0 to sync with current tagging.
e56beaee73@greg-lunarg2021-02-18T22:18:16Z2018-11-08T19:10:43.859ZMerge pull request #2536 from greg-lunarg/chg0
ecd9bb202f@greg-lunarg2021-02-18T19:04:17Z2018-11-08T19:10:43.859ZUpdate CHANGES for 11.1.0
51b86c1a2b@greg-lunarg2021-02-15T20:41:48Z2018-11-08T19:10:43.859ZMerge pull request #2532 from juliusikkala/master
b0f8a0c3ab@greg-lunarg2021-02-15T20:22:14Z2018-11-08T19:10:43.859ZMerge pull request #2458 from ShchchowAMD/unique_id-fix
6ab923c69d@greg-lunarg2021-02-12T00:30:24Z2018-11-08T19:10:43.859ZMerge pull request #2531 from greg-lunarg/kg116
6866807d6a@greg-lunarg2021-02-11T22:36:28Z2018-11-08T19:10:43.859ZUpdate spirv-tools and spirv-header known good.
4afd691772@greg-lunarg2021-02-09T17:02:24Z2018-11-08T19:10:43.859ZMerge pull request #2526 from proydakov/regression-python3-is-required-even-without-using-SPIRV-Tools
386b4fcb28@greg-lunarg2021-02-03T22:50:43Z2018-11-08T19:10:43.859ZMerge pull request #2523 from dneto0/remove-stray-semi
5c4f421121@greg-lunarg2021-02-01T17:53:37Z2018-11-08T19:10:43.859ZMerge pull request #2517 from glebm/fix-ubsan-localintermediate
6d68720cbb@greg-lunarg2021-02-01T16:29:52Z2018-11-08T19:10:43.859ZMerge pull request #2512 from cmarcelo/GL_EXT_shared_memory_block
f7c43377f0@greg-lunarg2021-01-28T17:40:45Z2018-11-08T19:10:43.859ZMerge pull request #2513 from jeffbolznv/missingcap
36df92e4a0@greg-lunarg2021-01-26T19:05:11Z2018-11-08T19:10:43.859ZMerge pull request #2511 from alan-baker/GL_EXT_null_initializer
6abdde3ce5@greg-lunarg2021-01-21T17:58:14Z2018-11-08T19:10:43.859ZMerge pull request #2508 from corporateshark/master
9b4e82efb4@greg-lunarg2021-01-19T18:05:02Z2018-11-08T19:10:43.859ZMerge pull request #2505 from ben-clayton/update-licnese-checker-cfg
5b7d68ca6b@greg-lunarg2021-01-19T17:59:05Z2018-11-08T19:10:43.859ZMerge pull request #2504 from cdotstout/fuchsia-cmake
3de5cfe50e@greg-lunarg2021-01-07T02:29:37Z2018-11-08T19:10:43.859ZMerge pull request #2498 from dezinjob/fix-option-replacement-vs
480f6039e0@greg-lunarg2021-01-06T17:48:00Z2018-11-08T19:10:43.859ZMerge pull request #2500 from jeremy-lunarg/hayes-2497
f77085c307@greg-lunarg2021-01-06T01:38:50Z2018-11-08T19:10:43.859ZMerge pull request #2499 from greg-lunarg/i2494
e453088a8a@greg-lunarg2021-01-05T18:21:20Z2018-11-08T19:10:43.859ZFix debugInfo test to target vulkan1.1 as intended
9325cc013e@greg-lunarg2020-12-24T19:53:39Z2018-11-08T19:10:43.859ZMerge pull request #2393 from nihui/patch-3
f426f65229@greg-lunarg2020-12-18T17:19:52Z2018-11-08T19:10:43.859ZMerge pull request #2490 from greg-lunarg/i2476
efe4586fad@greg-lunarg2020-12-17T22:35:41Z2018-11-08T19:10:43.859ZFix cut and paste error
6d5916d4a9@greg-lunarg2020-12-16T20:55:00Z2018-11-08T19:10:43.859ZMerge pull request #2451 from rdb/dx9-round-semantics
ab66a91d62@greg-lunarg2020-12-11T22:08:50Z2018-11-08T19:10:43.859ZMerge pull request #2482 from greg-lunarg/gtfix3
4f074aed75@greg-lunarg2020-12-11T18:27:09Z2018-11-08T19:10:43.859ZUpdate README to avoid googletest breakage
862ddcb291@greg-lunarg2020-12-11T17:46:44Z2018-11-08T19:10:43.859ZFix Travis to use pre-breakage googletest (#2481)
c594de23cd@greg-lunarg2020-12-08T01:20:27Z2018-11-08T19:10:43.859ZUpdate spirv-tools known-good #2 - Pick up ray tracing terminator fix (#2478)
dd69df7f3d@greg-lunarg2020-12-03T20:07:33Z2018-11-08T19:10:43.859ZUpdate spirv-tools known-good (#2473)
639f5461e3@greg-lunarg2020-11-12T18:10:07Z2018-11-08T19:10:43.859ZNew nonuniform analysis (#2457)
bacaef3237@greg-lunarg2020-09-25T02:07:15Z2018-11-08T19:10:43.859ZUpdate spirv-tools and spirv-headers known goods (#2401)
8eb0bdce92@greg-lunarg2020-09-09T21:44:52Z2018-11-08T19:10:43.859ZAdd texture sample to nonuniform test
889ac20408@greg-lunarg2020-09-09T02:01:55Z2018-11-08T19:10:43.859ZAdd buffer store to nonuniform tests
8b96a01a6a@greg-lunarg2020-07-22T21:10:04Z2018-11-08T19:10:43.859ZUpdate spirv-tools known-good to most recent stable
e00d27c6d6@greg-lunarg2020-05-28T04:12:42Z2018-11-08T19:10:43.859ZFix missing patch decoration for TessFactor PCF arg (#2249)
41f62a81ab@greg-lunarg2020-05-28T04:10:36Z2018-11-08T19:10:43.859ZUpdate SPIRV-Tools to stable. Also SPIRV-Headers to TOT. (#2250)
7c753a7253@greg-lunarg2020-05-18T08:13:10Z2018-11-08T19:10:43.859ZFlatten all interface variables (#2217)
386f18cc39@greg-lunarg2020-03-27T17:34:45Z2018-11-08T19:10:43.859ZUpdate spirv-tools known_good to latest stable
85122e7051@greg-lunarg2019-12-12T18:15:42Z2018-11-08T19:10:43.859ZUpdate spriv-tools known good
b44dac1968@greg-lunarg2019-10-24T16:37:01Z2018-11-08T19:10:43.859ZUpdate spirv-tools known good.
39ced690d6@greg-lunarg2019-10-11T01:57:01Z2018-11-08T19:10:43.859ZUpdate spirv-tools known good.
d6df1fb13f@greg-lunarg2019-09-04T20:15:57Z2018-11-08T19:10:43.859ZUpdate spirv-tools and spriv-headers known good.
38317065f6@greg-lunarg2019-07-18T19:53:09Z2018-11-08T19:10:43.859ZUpdate spirv-tools and spirv-headers known good.
21eebe7421@greg-lunarg2019-06-06T19:18:08Z2018-11-08T19:10:43.859ZUppdate spirv-tools known-good
2d0095f2fd@greg-lunarg2019-04-04T16:19:55Z2018-11-08T19:10:43.859ZUpdate spirv-tools known-good
9d92945df3@greg-lunarg2019-03-27T17:43:03Z2018-11-08T19:10:43.859ZUpdate spirv-tools known-good
f8939eff7a@greg-lunarg2019-02-20T20:17:09Z2018-11-08T19:10:43.859ZUpdate SPIRV-Tools known good
7a02e15e1e@greg-lunarg2019-01-25T18:11:27Z2018-11-08T19:10:43.859ZUpdate spirv-tools known-good.
d445bb2867@greg-lunarg2018-12-06T18:13:15Z2018-11-08T19:10:43.859ZCreate separate OpSource for each included file
5620a2f95e@greg-lunarg2018-11-28T18:10:27Z2018-11-08T19:10:43.859ZAdd passes to legalization to preserve source line info when generated.
5d43c4aac7@greg-lunarg2018-12-08T00:36:33Z2018-11-08T19:10:43.859ZSPV: Fix #1575, fix #1593: Support HLSL #line
62f5430e1a@jeffbolznv2026-07-08T16:55:36Z2018-10-31T20:40:59.808ZImplement GL_EXT_ocp_microscaling_types
98beacdbe5@jeffbolznv2026-05-20T16:20:42Z2018-10-31T20:40:59.808ZAdd error for coopmat *= scalar with bf16/fp8.
5313f0a5b1@jeffbolznv2026-05-22T14:59:19Z2018-10-31T20:40:59.808ZFix missing GL_NV_cooperative_matrix_decode_vector define (#4282)
3ceed991cb@jeffbolznv2026-05-21T19:39:06Z2018-10-31T20:40:59.808ZImplement GL_NV_cooperative_matrix_decode_vector (#4275)
09c541ee5b@jeffbolznv2026-03-13T15:25:06Z2018-10-31T20:40:59.808ZGL_EXT_long_vector with 2-4 components doesn't require LongVector capability (#4188)
7881226269@jeffbolznv2026-01-13T18:52:22Z2018-10-31T20:40:59.808ZOnly set afterType when a token is recognized as a keyword (#4142)
b937eae5e2@jeffbolznv2026-01-07T17:52:42Z2018-10-31T20:40:59.808ZImplement GL_EXT_long_vector (#4132)
9a8c5fd1f4@jeffbolznv2025-12-16T17:51:52Z2018-10-31T20:40:59.808Zbuild: UseMultiToolTask for better parallel builds in msbuild (#4129)
eeba57d6ad@jeffbolznv2025-12-16T16:28:09Z2018-10-31T20:40:59.808Zscalarize swizzled MeshEXT stores
e2ab21f20b@jeffbolznv2025-11-04T21:33:46Z2018-10-31T20:40:59.808ZImplement GL_EXT_shader_64bit_indexing (#4082)
c6793af9ab@jeffbolznv2025-08-14T20:15:18Z2018-10-31T20:40:59.808ZDon't do type conversions for createTensorLayout/ViewNV (#4016)
eb77189a28@jeffbolznv2025-07-17T13:59:56Z2018-10-31T20:40:59.808ZAdd missing error checks for float8 math (#4000)
d09cc26649@jeffbolznv2025-06-22T19:03:03Z2018-10-31T20:40:59.808Zfix handling of values around infinity for e4m3 constants
05cfcc1613@jeffbolznv2025-02-07T16:36:47Z2018-10-31T20:40:59.808ZImplement GL_EXT_float8_e5m2_e4m3
40e4f6707f@jeffbolznv2025-04-15T19:38:35Z2018-10-31T20:40:59.808ZAdd missing error checks for bfloat16 math
ba1640446f@jeffbolznv2024-11-07T23:41:38Z2018-10-31T20:40:59.808ZImplement GL_EXT_bfloat16
d5eefa93d3@jeffbolznv2025-03-25T00:39:00Z2018-10-31T20:40:59.808ZAvoid reusing array types with stride when no stride is requested.
8842cf92e3@jeffbolznv2025-03-11T01:19:36Z2018-10-31T20:40:59.808ZFix crash calling coopMatLoadTensorNV on an array element
1b65bd602b@jeffbolznv2023-10-20T17:16:05Z2018-10-31T20:40:59.808ZImplement GL_NV_cooperative_vector
c16e6a34b7@jeffbolznv2025-01-10T22:01:59Z2018-10-31T20:40:59.808ZSupport EXT_integer_dot_product
9c644fcb5b@jeffbolznv2024-11-05T01:39:20Z2018-10-31T20:40:59.808ZReplace individual EOpConvTo with a single EOpConvNumeric
d0e67c5813@jeffbolznv2024-10-08T19:39:29Z2018-10-31T20:40:59.808ZImplement GLSL_NV_cooperative_matrix2
ca04c2a16a@jeffbolznv2024-09-30T17:53:27Z2018-10-31T20:40:59.808ZFix nonsemantic debuginfo line attribution for cooperative matrix
708d560c23@jeffbolznv2024-09-12T17:25:07Z2018-10-31T20:40:59.808ZAllow compute derivative modes when the workgroup dimensions are spec constants
f7f0f3067c@jeffbolznv2024-09-12T17:10:19Z2018-10-31T20:40:59.808ZAdd tests for compute shader derivatives with spec constant workgroup size
4da479aa6a@jeffbolznv2024-05-31T17:00:03Z2018-10-31T20:40:59.808ZGenerate SPV_EXT_replicated_composites when requested by pragma.
6a8b2b2439@jeffbolznv2024-05-31T16:46:03Z2018-10-31T20:40:59.808ZReuse loads generated for repeated function arguments
2518af09c8@jeffbolznv2024-02-21T18:09:36Z2018-10-31T20:40:59.808ZChange fp16_vector_atomic to not require other SPIR-V atomic extensions
114dae9114@jeffbolznv2024-02-14T23:02:45Z2018-10-31T20:40:59.808ZAdd a string ‘StartsWith’ helper function
48702616ec@jeffbolznv2024-02-02T18:36:16Z2018-10-31T20:40:59.808ZNV_shader_atomic_fp16_vector
79536da264@jeffbolznv2024-01-25T22:50:37Z2018-10-31T20:40:59.808ZFix ‘maximally_reconverges’ token to match the GLSL spec
8066fa086b@jeffbolznv2022-01-07T01:47:45Z2018-10-31T20:40:59.808ZImplement GL_EXT_maximal_reconvergence
bfd84a39f2@jeffbolznv2021-01-27T19:14:34Z2018-10-31T20:40:59.808ZAdd missing capability when QueueFamily scope is used
40007b862d@jeffbolznv2020-03-17T04:53:04Z2018-10-31T20:40:59.808ZForbid memoryBarrierAtomicCounter for Vulkan compiles
ad3f10bbd0@jeffbolznv2020-03-10T15:23:07Z2018-10-31T20:40:59.808ZEXT_debug_printf - make escape sequences better match C/C++
13444545a9@jeffbolznv2020-03-10T02:09:18Z2018-10-31T20:40:59.808Zdisable escape sequences for #line and #error
b57af2f5ad@jeffbolznv2020-03-09T16:31:15Z2018-10-31T20:40:59.808ZDecorate accesschain operand for nonuniform UBO loads
39ffdaf2ab@jeffbolznv2020-03-09T15:48:12Z2018-10-31T20:40:59.808ZAllow nonuniformEXT() on sampler types.
04d73731de@jeffbolznv2019-05-31T18:06:01Z2018-10-31T20:40:59.808ZGL_EXT_debug_printf implementation
141dbedeac@jeffbolznv2020-01-30T03:39:13Z2018-10-31T20:40:59.808ZUse NOT ... VERSION_LESS instead of VERSION_GREATER_EQUAL
016ddee83a@jeffbolznv2019-10-17T16:22:57Z2018-10-31T20:40:59.808ZOnly apply volatile semantics to atomics when using Vulkan Memory Model
c5b669e04c@jeffbolznv2019-09-08T13:49:18Z2018-10-31T20:40:59.808ZAdd GL_EXT_shader_subgroup_extended_types support
387657e4cf@jeffbolznv2019-08-23T01:28:00Z2018-10-31T20:40:59.808ZGL_NV_integer_cooperative_matrix support
c1ad396258@jeffbolznv2019-07-10T18:06:15Z2018-10-31T20:40:59.808ZAvoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled
6a50a7850d@jeffbolznv2019-07-02T15:57:48Z2018-10-31T20:40:59.808Zupdate spirv-headers to pick up demote_to_helper_invocation
ba6170b534@jeffbolznv2019-07-01T14:23:23Z2018-10-31T20:40:59.808ZImplement GL_EXT_demote_to_helper_invocation
531344905f@jeffbolznv2019-06-25T18:31:10Z2018-10-31T20:40:59.808ZHandle SPIR-V type mismatch when constructing a composite
4b5c498923@jeffbolznv2019-06-22T04:39:05Z2018-10-31T20:40:59.808ZAdd a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply.
8912336663@jeffbolznv2019-06-22T04:27:26Z2018-10-31T20:40:59.808ZAdd test for constant type conversion
38a52fca93@jeffbolznv2019-06-14T14:56:28Z2018-10-31T20:40:59.808ZAdd gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model
fd556e32b3@jeffbolznv2019-06-07T19:42:08Z2018-10-31T20:40:59.808ZUse spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL
71e5b1323d@jeffbolznv2019-06-04T14:47:41Z2018-10-31T20:40:59.808ZAdd missing NV_EXTENSIONS ifdef
c6f0ce8dbc@jeffbolznv2019-06-03T16:33:50Z2018-10-31T20:40:59.808ZSupport GL_ARB_fragment_shader_interlock
8adc2f565e@jeffbolznv2019-05-30T17:45:15Z2018-10-31T20:40:59.808ZAllow runtime-sized arrays of acceleration structures
88220d507e@jeffbolznv2019-05-08T15:24:46Z2018-10-31T20:40:59.808ZFor nonuniformEXT constructor, make a copy of the node to decorate
758c93364c@jeffbolznv2019-03-08T16:42:49Z2018-10-31T20:40:59.808ZAdd support for GL_EXT_buffer_reference2
faac86e5d6@jeffbolznv2019-05-01T16:45:36Z2018-10-31T20:40:59.808ZIf a shader's only use of float16 is for FConvert, add the Float16 capability.
7895e473c3@jeffbolznv2019-03-06T19:34:10Z2018-10-31T20:40:59.808ZMove getBufferReferenceAlignment to be a method of TType
3fd1232665@jeffbolznv2019-03-06T05:27:09Z2018-10-31T20:40:59.808ZImproved fix for buffer reference constants
38cbad15ca@jeffbolznv2019-03-05T20:40:07Z2018-10-31T20:40:59.808ZFix interactions between ‘volatile’ and the Vulkan memory model
be63facd80@jeffbolznv2019-02-18T06:11:05Z2018-10-31T20:40:59.808ZHandle buffer references vs ‘const’
1994fe4523@jeffbolznv2019-02-28T17:59:35Z2018-10-31T20:40:59.808ZFix NV_EXTENSIONS-disabled build
4605e2ed2b@jeffbolznv2019-02-19T19:10:32Z2018-10-31T20:40:59.808ZImplement GL_NV_cooperative_matrix
2b2316d3fa@jeffbolznv2019-02-18T04:49:28Z2018-10-31T20:40:59.808ZAdd Float16/Int8/Int16 capabilities for private variables and function parameters
e135a4897a@jeffbolznv2019-01-20T06:59:17Z2018-10-31T20:40:59.808ZMore precisely check for the qualifiers that enable the vulkan memory model for buffer references.
9f2aec49e9@jeffbolznv2019-01-06T23:58:04Z2018-10-31T20:40:59.808ZGL_EXT_buffer_reference
61a0cd19cc@jeffbolznv2018-12-15T02:59:53Z2018-10-31T20:40:59.808ZFix bug where shaderRecordNV buffers were using StorageBuffer storage class
0a93cfbb79@jeffbolznv2018-12-12T02:53:59Z2018-10-31T20:40:59.808ZUpdate to newest SPIRV-Tools. It checks the Vulkan rule that all resources must have a set and binding decoration, which many tests fail. So add code to set a default value of zero. Also disable PCH for Ninja builds.
7da39ed968@jeffbolznv2018-11-14T15:30:53Z2018-10-31T20:40:59.808ZImplement GL_EXT_scalar_block_layout
02ed310ac3@jeffbolznv2018-11-07T15:35:20Z2018-10-31T20:40:59.808ZRename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools
848d3a9447@johnkslang2020-06-05T10:15:43Z2018-10-30T22:47:26.165ZImplement GL_EXT_subgroup_uniform_control_flow.
c739e03748@johnkslang2020-06-11T14:30:03Z2018-10-30T22:47:26.165ZImplement GL_EXT_null_initializer
a5be11bd8b@johnkslang2020-12-15T19:16:17Z2018-10-30T22:47:26.165ZMerge pull request #2485 from proydakov/fixed-hlsl-off-compile-warning
b6fd41df69@johnkslang2020-12-15T19:15:32Z2018-10-30T22:47:26.165ZMerge pull request #2487 from dneto0/validate-imageread-result
142cb87f80@johnkslang2020-10-30T21:10:11Z2018-10-30T22:47:26.165ZMerge pull request #2387 from BNieuwenhuizen/nonuniform
740ae9f60b@johnkslang2020-10-26T20:29:10Z2018-10-30T22:47:26.165ZMerge pull request #2435 from amdrexu/feature
3b334b2b8e@johnkslang2020-10-22T16:35:16Z2018-10-30T22:47:26.165ZMerge pull request #2429 from ben-clayton/test-gn-presubmit
ea52b3c2d2@johnkslang2020-10-20T23:21:56Z2018-10-30T22:47:26.165ZMerge pull request #2427 from ben-clayton/gn
00d05d23a2@johnkslang2020-10-20T21:25:26Z2018-10-30T22:47:26.165ZMerge pull request #2428 from Tobski/GL_EXT_fragment_shading_rate
490eba591d@johnkslang2020-10-20T20:46:15Z2018-10-30T22:47:26.165ZSPV: Update to the latest SPIR-V header, includes variable-rate shading
3ead011912@johnkslang2020-10-19T23:29:18Z2018-10-30T22:47:26.165ZMerge pull request #2422 from ben-clayton/gn
2b77059502@johnkslang2020-10-05T22:58:31Z2018-10-30T22:47:26.165ZRevert “Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)”
f05c076e26@johnkslang2020-09-28T00:15:41Z2018-10-30T22:47:26.165ZRevert “Add more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output. (#2406)”
f8a5602c55@johnkslang2020-09-14T08:49:38Z2018-10-30T22:47:26.165ZFix #2385: guard against constant_id on non-const.
759ae5aec0@johnkslang2020-09-13T04:45:53Z2018-10-30T22:47:26.165ZMerge pull request #2394 from ShabbyX/subpassLoad
d091728a67@johnkslang2020-09-13T04:45:22Z2018-10-30T22:47:26.165ZMerge pull request #2395 from nihui/patch-4
6a6e311d81@johnkslang2020-09-08T11:39:06Z2018-10-30T22:47:26.165ZMerge pull request #2388 from Tobski/rq-initialization-error
dc1b976273@johnkslang2020-09-07T05:05:14Z2018-10-30T22:47:26.165ZMerge pull request #2386 from amdrexu/bugfix
20e9b2488d@johnkslang2020-09-07T04:48:24Z2018-10-30T22:47:26.165ZMerge pull request #2389 from amdrexu/bugfix2
517f39eee4@johnkslang2020-08-26T18:17:42Z2018-10-30T22:47:26.165ZMerge pull request #2380 from null77/suppress-override-warnings
983698bb34@johnkslang2020-08-23T07:31:49Z2018-10-30T22:47:26.165ZRevert “Merge pull request #2371 from RafaelMarinheiro/master”
9f9360d295@johnkslang2020-08-23T06:43:18Z2018-10-30T22:47:26.165ZMerge pull request #2375 from juliusikkala/master
f257e0ea6b@johnkslang2020-08-17T10:04:32Z2018-10-30T22:47:26.165ZMerge pull request #2371 from RafaelMarinheiro/master
8f0c6bd773@johnkslang2020-08-17T09:02:44Z2018-10-30T22:47:26.165ZMerge pull request #2369 from ezdiy/c_api_export
758b30727e@johnkslang2020-08-15T01:39:28Z2018-10-30T22:47:26.165ZBuild: fix a build warning
5bfb42301a@johnkslang2020-08-14T15:41:18Z2018-10-30T22:47:26.165ZMerge pull request #2367 from KhronosGroup/fix-semantic-checking
01384725c2@johnkslang2020-08-14T14:40:06Z2018-10-30T22:47:26.165ZFix #2366, fix #2358, correctly separate out numerical feature checking
7d66a5d4be@johnkslang2020-08-14T08:16:19Z2018-10-30T22:47:26.165ZNon-functional (almost): Refactor when ‘extensionRequested’ is called.
bdf9e647f5@johnkslang2020-08-14T06:36:19Z2018-10-30T22:47:26.165ZNon-functional: Remove reinventing the scalar type, note code issues
b58f308ba4@johnkslang2020-08-11T08:27:44Z2018-10-30T22:47:26.165ZNon-functional: spellings of “destinaton” and “addPairConversion”
d253278f98@johnkslang2020-08-12T17:24:59Z2018-10-30T22:47:26.165ZMerge pull request #2370 from alan-baker/update-tools
d8daeb4323@johnkslang2020-08-07T08:26:04Z2018-10-30T22:47:26.165ZNon-functional: correctly do GL_EXT_buffer_reference2 semantic checking
6c37bbbb03@johnkslang2020-08-06T11:24:24Z2018-10-30T22:47:26.165ZNon-functional: consistently use ‘const TSourceLoc&’ to pass location.
b60e067b43@johnkslang2020-08-06T07:34:14Z2018-10-30T22:47:26.165ZSPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer
695e1de831@johnkslang2020-08-05T17:45:39Z2018-10-30T22:47:26.165ZMerge pull request #2365 from KhronosGroup/update-gtests
23f3bdfea1@johnkslang2020-08-05T11:23:04Z2018-10-30T22:47:26.165ZBuild/Test: Dropping 2013 allows using the latest googletests.
2de6d657dd@johnkslang2020-08-04T13:17:39Z2018-10-30T22:47:26.165ZSPV: Standalone; sanity check the client GLSL input semantics option value.
a1a497ffe7@johnkslang2020-08-04T09:00:32Z2018-10-30T22:47:26.165ZSPV: Use more correct SPV-Tools environment, partially addressing #2290
f881f08358@johnkslang2020-08-04T08:13:50Z2018-10-30T22:47:26.165ZSPV: Fix #2363: include trailing newline named text SPV output.
5743eed4d1@johnkslang2020-08-03T07:28:52Z2018-10-30T22:47:26.165ZMerge pull request #2362 from ShabbyX/optimize_for_angle
928b7b26bd@johnkslang2020-08-03T06:12:02Z2018-10-30T22:47:26.165ZMerge pull request #2361 from ben-clayton/revert-thread-local
7ab4564696@johnkslang2020-07-28T14:39:26Z2018-10-30T22:47:26.165ZMerge pull request #2359 from dneto0/fix-warn
3ee5f2f1d3@johnkslang2020-07-23T01:51:27Z2018-10-30T22:47:26.165ZMerge pull request #2356 from greg-lunarg/kg112
7923b3e3d9@johnkslang2020-07-22T15:06:01Z2018-10-30T22:47:26.165ZMerge pull request #2353 from vkushwaha-nv/SPV_EXT_shader_atomic_float
9165cbb4f4@johnkslang2020-07-22T10:46:44Z2018-10-30T22:47:26.165ZMerge pull request #2354 from ben-clayton/limit-visibility
11fa4d0d56@johnkslang2020-07-22T04:47:06Z2018-10-30T22:47:26.165ZMerge pull request #2348 from ben-clayton/thread-local
1c42d4ee7b@johnkslang2020-07-22T04:15:24Z2018-10-30T22:47:26.165ZMerge pull request #2345 from mbechard/master
c63502cf67@johnkslang2020-07-20T17:49:28Z2018-10-30T22:47:26.165ZSPV: Update to the latest SPIR-V headers.
b99a6a7273@johnkslang2020-07-21T03:55:12Z2018-10-30T22:47:26.165ZMerge pull request #2352 from ben-clayton/vs2015
9eef54b251@johnkslang2020-07-18T09:30:04Z2018-10-30T22:47:26.165ZMerge pull request #2351 from ben-clayton/license-checker-cfg
ae08b5b74c@johnkslang2020-07-17T13:33:14Z2018-10-30T22:47:26.165ZMerge pull request #2350 from ben-clayton/update-license-checker-rules
f3cb189697@johnkslang2020-07-16T07:36:51Z2018-10-30T22:47:26.165ZMerge pull request #2349 from KhronosGroup/return-precision
3d2391fb25@johnkslang2020-07-16T05:38:47Z2018-10-30T22:47:26.165ZGLSL/SPV: Propagaet precision qualifier from function to return value.
4f72970ed3@johnkslang2020-07-16T02:45:50Z2018-10-30T22:47:26.165ZMerge pull request #2347 from ben-clayton/runtests
b481744aea@johnkslang2020-07-14T09:11:43Z2018-10-30T22:47:26.165ZMerge pull request #2335 from ben-clayton/kokoro-bazel-test-output
39b8de1e99@johnkslang2020-07-14T09:11:04Z2018-10-30T22:47:26.165ZMerge pull request #2344 from ben-clayton/build_info-x
3ea2c8fc72@johnkslang2020-07-14T08:13:22Z2018-10-30T22:47:26.165ZMerge pull request #2343 from KhronosGroup/fix-non-determinism
f80ef74c80@johnkslang2020-07-14T07:44:35Z2018-10-30T22:47:26.165ZFix recently found non-determinism with gl_WorldToObject3x4EXT.
3aa4431460@johnkslang2020-07-14T07:12:15Z2018-10-30T22:47:26.165ZMerge pull request #2339 from ben-clayton/cmake-project
7bedc52abb@johnkslang2020-07-14T07:07:21Z2018-10-30T22:47:26.165ZMerge pull request #2341 from ben-clayton/bison-license
fe24a54808@johnkslang2020-07-14T06:32:25Z2018-10-30T22:47:26.165ZNon-determinism: Remove test file that seems to trigger non-determinism.
f5add0b20d@johnkslang2020-07-13T10:34:05Z2018-10-30T22:47:26.165ZMerge pull request #2337 from KhronosGroup/revert-ANGLE
07211b42db@johnkslang2020-07-13T09:52:02Z2018-10-30T22:47:26.165ZFix comma in licence checker.
4f32f93d7e@johnkslang2020-07-13T09:39:08Z2018-10-30T22:47:26.165ZRevert “Merge pull request #2330 from ShabbyX/optimize_for_angle”
5799f5befe@johnkslang2020-07-13T08:52:11Z2018-10-30T22:47:26.165ZFix a couple lines that were too long, to retrigger bots.
4e13c90944@johnkslang2020-07-13T06:35:58Z2018-10-30T22:47:26.165ZFix #2329: don't use invalid initializers.
206886948a@johnkslang2020-07-12T15:43:35Z2018-10-30T22:47:26.165ZMerge pull request #2334 from ben-clayton/license-checker-cfg
09ea6fa99a@johnkslang2020-07-12T10:05:59Z2018-10-30T22:47:26.165ZMerge pull request #2333 from 1480c1/mingw-w64
1ee5d1c0bb@johnkslang2020-07-11T17:32:52Z2018-10-30T22:47:26.165ZMerge pull request #2330 from ShabbyX/optimize_for_angle
906d48a7e8@johnkslang2020-07-10T14:54:37Z2018-10-30T22:47:26.165ZMerge pull request #2332 from ben-clayton/fix-cmake-include
2041586674@johnkslang2020-07-10T13:00:11Z2018-10-30T22:47:26.165ZMerge pull request #2331 from ben-clayton/fix-chromium
020397608e@johnkslang2020-07-10T11:43:10Z2018-10-30T22:47:26.165ZMerge pull request #2277 from ben-clayton/build-info
5aaa0c2bc8@johnkslang2020-07-09T06:39:31Z2018-10-30T22:47:26.165ZMerge pull request #2327 from ben-clayton/fix-pch
29c9135d06@johnkslang2020-07-07T17:01:30Z2018-10-30T22:47:26.165ZMerge pull request #2328 from zoddicus/fixBUILDgn
e8c9fd602f@johnkslang2020-07-07T15:12:12Z2018-10-30T22:47:26.165ZMerge pull request #2326 from ben-clayton/always_pic
ba17d8bcf0@johnkslang2020-07-07T10:56:39Z2018-10-30T22:47:26.165ZMerge pull request #2324 from ben-clayton/gitignore
f5ed7a69d5@johnkslang2020-07-06T12:07:58Z2018-10-30T22:47:26.165ZMerge pull request #2322 from ShabbyX/fix-dawn-tests
309ffa294c@johnkslang2020-07-06T11:36:34Z2018-10-30T22:47:26.165ZMerge pull request #2314 from marcinslusarz/quiet
e7cb8bf080@johnkslang2020-07-05T16:12:27Z2018-10-30T22:47:26.165ZMerge pull request #2320 from ShabbyX/fix-gn-check
909bca8ab9@johnkslang2020-07-04T14:40:19Z2018-10-30T22:47:26.165ZMerge pull request #2317 from ShabbyX/glslang_angle
257e9a3f19@johnkslang2020-07-04T04:37:25Z2018-10-30T22:47:26.165ZMerge pull request #2319 from ben-clayton/build-pic
0638724baa@johnkslang2020-07-04T03:19:42Z2018-10-30T22:47:26.165ZMerge pull request #2316 from ben-clayton/fix-2315
73e001a752@johnkslang2020-07-03T11:24:45Z2018-10-30T22:47:26.165ZMerge pull request #2311 from ben-clayton/license-checker
3ec0d74c05@johnkslang2020-07-03T11:23:15Z2018-10-30T22:47:26.165ZMerge pull request #2312 from ben-clayton/fix-copyright
4728509962@johnkslang2020-07-03T05:33:30Z2018-10-30T22:47:26.165ZMerge pull request #2310 from ben-clayton/license-checker
ed3d5dbe99@johnkslang2020-07-03T05:32:01Z2018-10-30T22:47:26.165ZMerge pull request #2309 from ben-clayton/fix-msvc-linker-warnings
a70f7dea77@johnkslang2020-07-02T11:21:45Z2018-10-30T22:47:26.165ZMerge pull request #2268 from lriki/hlsl-pack_matrix
5d4d211933@johnkslang2020-07-02T11:02:59Z2018-10-30T22:47:26.165ZMerge pull request #2303 from ben-clayton/limit-public-2
9e4429f31e@johnkslang2020-07-02T11:02:17Z2018-10-30T22:47:26.165ZBump revision.
57002d0447@johnkslang2020-07-01T15:52:18Z2018-10-30T22:47:26.165ZMerge pull request #2307 from KhronosGroup/location-validation
863ea235bb@johnkslang2020-07-01T13:18:57Z2018-10-30T22:47:26.165ZSPIRV-Tools and tests: Update to location-validation in SPIRV-Tools.
f6facfa189@johnkslang2020-07-01T12:30:16Z2018-10-30T22:47:26.165ZTests: More broadly use automapping binding/location.
b5cc1465f2@johnkslang2020-07-01T11:38:22Z2018-10-30T22:47:26.165ZMerge pull request #2306 from ben-clayton/licenses
b112fac003@johnkslang2020-07-01T06:50:26Z2018-10-30T22:47:26.165ZHLSL: Catch error cases earlier, preventing a later assert.
8d3f3b7dac@johnkslang2020-06-30T18:41:15Z2018-10-30T22:47:26.165ZMerge pull request #2302 from KhronosGroup/fix-texture-precision
d5b5215a88@johnkslang2020-06-30T16:57:16Z2018-10-30T22:47:26.165ZMerge pull request #2300 from KhronosGroup/generalize-precision
c858d7bd81@johnkslang2020-06-30T16:05:37Z2018-10-30T22:47:26.165ZMerge pull request #2301 from ben-clayton/split-libs
8f4251a708@johnkslang2020-06-30T13:55:53Z2018-10-30T22:47:26.165ZMerge pull request #2297 from ben-clayton/fpic
12c155f303@johnkslang2020-06-30T13:52:05Z2018-10-30T22:47:26.165ZSPV: RelaxedPrecision: use the result precision for texture sampling.
90f1d6ab58@johnkslang2020-06-30T11:27:14Z2018-10-30T22:47:26.165ZMerge pull request #2296 from ben-clayton/err-unresolved
435dd8028b@johnkslang2020-06-30T07:27:08Z2018-10-30T22:47:26.165ZSPV: RelaxedPrecision: Generalize fix #2293 to cover more operations.
dca47063cc@johnkslang2020-06-30T04:07:40Z2018-10-30T22:47:26.165ZMerge pull request #2295 from ben-clayton/rm-old-kokoro-cfgs
2b6a18bd84@johnkslang2020-06-30T03:54:06Z2018-10-30T22:47:26.165ZMerge pull request #2292 from proydakov/gcc-unused-parameter
27e915ed4f@johnkslang2020-06-29T04:44:29Z2018-10-30T22:47:26.165ZMerge pull request #2286 from ben-clayton/kokoro-static-shared
be06c6f282@johnkslang2020-06-28T11:10:54Z2018-10-30T22:47:26.165ZMerge pull request #2294 from KhronosGroup/fix-arg-precision
bf6efd0316@johnkslang2020-06-26T15:05:31Z2018-10-30T22:47:26.165ZSPV: Fix #2293: keep relaxed precision on arg passed to relaxed param
4df10335e6@johnkslang2020-06-26T14:37:06Z2018-10-30T22:47:26.165ZSPV: Partially address #2293: correct “const in” precision matching.
fbb9dc2cf1@johnkslang2020-06-24T08:53:45Z2018-10-30T22:47:26.165ZMerge pull request #2285 from proydakov/msvc-rtti-compilation-warning-fix
8397044502@johnkslang2020-06-22T11:35:20Z2018-10-30T22:47:26.165ZMerge pull request #2260 from gnl21/not-equal
adacba3ee9@johnkslang2020-06-22T07:44:53Z2018-10-30T22:47:26.165ZUpdate README.md
b97d7669bc@johnkslang2020-06-22T07:08:52Z2018-10-30T22:47:26.165ZMerge pull request #2278 from ShabbyX/master
e20ac35adb@johnkslang2020-06-19T15:43:49Z2018-10-30T22:47:26.165ZMerge pull request #2281 from ben-clayton/moar-kokoro
051c6fed88@johnkslang2020-06-16T13:47:48Z2018-10-30T22:47:26.165ZBuild: use better MSVC subfolder names for the previous build changes.
b247cfcd59@johnkslang2020-06-16T12:26:17Z2018-10-30T22:47:26.165ZMerge pull request #2275 from ben-clayton/mv-hlsl
abd91adf9d@johnkslang2020-06-16T12:22:23Z2018-10-30T22:47:26.165ZBump version numbers.
4928d556e6@johnkslang2020-06-16T10:20:32Z2018-10-30T22:47:26.165ZMerge pull request #2271 from ben-clayton/fold-hlsl
bd392c639e@johnkslang2020-06-16T10:18:48Z2018-10-30T22:47:26.165ZBump version.
a58978ac9a@johnkslang2020-06-15T15:09:22Z2018-10-30T22:47:26.165ZHLSL: Remove support for having GLSL versions of HLSL intrinsics.
3641ff7378@johnkslang2020-06-10T13:38:31Z2018-10-30T22:47:26.165ZBump code gen version, due to removal of OpEntryPoint operands.
c30d335377@johnkslang2020-06-10T13:15:24Z2018-10-30T22:47:26.165ZFix #2264: OpEntryPoint incorrectly including function parameters.
0cc27fb68c@johnkslang2020-06-02T05:24:37Z2018-10-30T22:47:26.165ZUpdate news for header location change and recommendation.
2e0f0a0517@johnkslang2020-05-20T07:56:11Z2018-10-30T22:47:26.165ZFix #2227, which was coded incorrectly, to be simpler/safer.
9514c6be66@johnkslang2020-05-20T04:23:07Z2018-10-30T22:47:26.165ZBuild: Fix #2228, by correcting the type used.
1a906168cd@johnkslang2020-05-18T08:12:35Z2018-10-30T22:47:26.165ZBump version.
c6874320de@johnkslang2020-05-15T08:02:50Z2018-10-30T22:47:26.165ZBump version.
4fa68edd68@johnkslang2020-05-12T08:48:00Z2018-10-30T22:47:26.165ZAddress #2211: Improve the copy constructor of TVarLivePair.
55f9d97f3b@johnkslang2020-05-12T03:55:22Z2018-10-30T22:47:26.165ZMerge pull request #2214 from maierfelix/master
5d88edf13a@johnkslang2020-05-11T16:43:58Z2018-10-30T22:47:26.165ZMerge pull request #2210 from Flakebi/ubsan
b5f003d7a3@johnkslang2020-05-01T14:19:59Z2018-10-30T22:47:26.165ZFix #2191: Error check for indexing reference containing unsize array.
2ac3c5b6d6@johnkslang2020-05-01T09:07:54Z2018-10-30T22:47:26.165ZGLSL: Separate out swizzle handling (potentially fixing bugs).
bfaf88ee6a@johnkslang2020-05-01T08:42:49Z2018-10-30T22:47:26.165ZMerge pull request #2205 from pmistryNV/GL_EXT_blend_func_extended
7c4dc1299e@johnkslang2020-05-01T08:41:31Z2018-10-30T22:47:26.165ZMerge branch ‘master’ into GL_EXT_blend_func_extended
c2fd3003a3@johnkslang2020-05-01T08:40:36Z2018-10-30T22:47:26.165ZMerge pull request #2204 from pmistryNV/GL_EXT_shader_implicit_conversions
9fcc078724@johnkslang2020-05-01T05:09:13Z2018-10-30T22:47:26.165ZMerge branch ‘master’ into GL_EXT_shader_implicit_conversions
97ee5c88de@johnkslang2020-04-30T07:56:38Z2018-10-30T22:47:26.165ZFix #2201: Improve const and copy constructor for TVarLivePair.
bcf6a2430e@johnkslang2020-04-27T08:12:05Z2018-10-30T22:47:26.165ZMove to SPIR-V 1.5 Rev. 3, bump revision, remove a status from README.
1b57332746@johnkslang2020-04-24T18:01:14Z2018-10-30T22:47:26.165ZNote about Build Status.
52d34b4c65@johnkslang2020-04-24T14:46:32Z2018-10-30T22:47:26.165ZMove to latest SPIR-V header, and bump glslang revision.
4657244018@johnkslang2020-04-13T04:56:17Z2018-10-30T22:47:26.165ZFix #2178: Allow specialization constants for texel offsets.
9c3204a1fd@johnkslang2020-04-07T08:18:23Z2018-10-30T22:47:26.165ZError message: Finish addressing #2097, better texture error message.
1fff362355@johnkslang2020-04-01T06:46:57Z2018-10-30T22:47:26.165ZBuild warning: Fix #2167: Remove nested reuse of ‘unreachable’.
e157435c1e@johnkslang2020-03-31T06:02:31Z2018-10-30T22:47:26.165ZBump revision.
e7c94f4973@johnkslang2020-03-31T05:24:14Z2018-10-30T22:47:26.165ZMerge pull request #2166 from alelenv/rq_lvalue_fix
08c02ced79@johnkslang2020-03-30T14:35:39Z2018-10-30T22:47:26.165ZMerge pull request #2164 from dj2/unused
344bd0889a@johnkslang2020-03-30T06:33:09Z2018-10-30T22:47:26.165ZMerge pull request #2162 from ntfshard/small_fix
83855b97db@johnkslang2020-03-30T06:27:31Z2018-10-30T22:47:26.165ZFix #2163: improve comments for addProcess() and the preamble.
bfe4c5957f@johnkslang2020-03-28T04:28:15Z2018-10-30T22:47:26.165ZMerge pull request #2160 from greg-lunarg/kg110
4d7c749b76@johnkslang2020-03-27T14:23:46Z2018-10-30T22:47:26.165ZMerge pull request #2159 from neslimsah/master
99508c1ce3@johnkslang2020-03-27T01:46:35Z2018-10-30T22:47:26.165ZMerge pull request #2157 from neslimsah/master
2df8c71258@johnkslang2020-03-26T06:18:25Z2018-10-30T22:47:26.165ZMerge pull request #2154 from GMNGeoffrey/patch-1
8e26c5f50e@johnkslang2020-03-25T14:18:33Z2018-10-30T22:47:26.165ZMerge pull request #2139 from neslimsah/master
393c564ae0@johnkslang2020-03-24T10:18:51Z2018-10-30T22:47:26.165ZMerge pull request #2149 from kainino0x/web-fix-cmake2.8
1f0fcbe5a3@johnkslang2020-03-21T08:45:39Z2018-10-30T22:47:26.165ZMerge pull request #2146 from aaronfranke/file-formatting
9659831766@johnkslang2020-03-20T05:05:41Z2018-10-30T22:47:26.165ZMerge pull request #2141 from courtney-g/bug_2140
34d8248c9c@johnkslang2020-03-18T16:27:59Z2018-10-30T22:47:26.165ZFix #2132: constant matrix constructor from single non-scalar argument
3f7c957e0a@johnkslang2020-03-18T16:27:59Z2018-10-30T22:47:26.165ZFix #2132: constant matrix constructor from single non-scalar argument
3bf1dab23d@johnkslang2020-03-18T18:16:30Z2018-10-30T22:47:26.165ZMerge pull request #2135 from alelenv/rt_shaderlang_enums
8c21e0a250@johnkslang2020-03-18T16:27:59Z2018-10-30T22:47:26.165ZFix #2132: constant matrix constructor from single non-scalar argument
4b420b4ffc@johnkslang2020-03-18T14:35:40Z2018-10-30T22:47:26.165ZBump version (also fix line endings the grammar).
c791005682@johnkslang2020-03-18T04:14:21Z2018-10-30T22:47:26.165ZMerge pull request #2130 from dgkoch/EXT_ray_tracing
f368dcbb7d@johnkslang2020-03-17T14:00:41Z2018-10-30T22:47:26.165ZSPV headers: Bump up to the latest header.
02d73f58b8@johnkslang2020-03-17T07:05:35Z2018-10-30T22:47:26.165ZMerge pull request #2129 from jeffbolznv/memoryBarrierAtomicCounter
e2176c91b2@johnkslang2020-03-11T05:55:48Z2018-10-30T22:47:26.165ZMerge pull request #2110 from jeffbolznv/escapeseq
dbb56a1d48@johnkslang2020-03-10T09:50:27Z2018-10-30T22:47:26.165ZMerge pull request #2105 from jeffbolznv/nonunif
343d4f6f18@johnkslang2020-03-10T04:53:51Z2018-10-30T22:47:26.165ZMerge pull request #2109 from jeffbolznv/disable_escape
f333272eb5@johnkslang2020-03-09T08:03:02Z2018-10-30T22:47:26.165ZMerge pull request #2103 from kainino0x/web-cmake-typo
3b5eaf7941@johnkslang2020-03-09T07:54:39Z2018-10-30T22:47:26.165ZMerge pull request #2102 from sfricke-samsung/sfricke-samsung-android-build
6861ea4e10@johnkslang2020-03-09T07:53:41Z2018-10-30T22:47:26.165ZMerge pull request #2101 from travisfoo/master
aa95c80e1a@johnkslang2020-03-06T07:14:41Z2018-10-30T22:47:26.165ZMerge pull request #2100 from travisfoo/master
6f230b9e0b@johnkslang2020-03-06T07:12:27Z2018-10-30T22:47:26.165ZMerge pull request #2098 from jeffbolznv/debugprintf
c6a4c6d3d8@johnkslang2020-03-04T07:15:20Z2018-10-30T22:47:26.165ZImprove formatting.
c40c4bc38a@johnkslang2020-03-04T07:07:50Z2018-10-30T22:47:26.165ZAdd “news” section and component status.
8985fc9108@johnkslang2020-03-03T17:25:07Z2018-10-30T22:47:26.165ZFix long lines in the SPIR-V generator, retrigger bots.
bbbd9a2a1f@johnkslang2020-03-03T14:21:37Z2018-10-30T22:47:26.165ZFix #1843: Handle built-in function output parameters to a swizzled arg
56364b6b60@johnkslang2020-03-01T11:51:40Z2018-10-30T22:47:26.165ZCopyright update, mostly to trigger bots again.
c480237be2@johnkslang2020-03-01T09:16:51Z2018-10-30T22:47:26.165ZFix #2095: correct the indentation.
9606a5cb99@johnkslang2020-02-28T14:10:59Z2018-10-30T22:47:26.165ZFix #1461: set the SPIRV-Tools' optimizer's target environment.
82da15f4f0@johnkslang2020-02-28T11:09:29Z2018-10-30T22:47:26.165ZFix #2091, remove incorrect assert for division by 0.0.
70ba66cdbc@johnkslang2020-02-28T08:01:47Z2018-10-30T22:47:26.165ZMerge pull request #2093 from LilyWangL/vcpkg-instructions
f13d38f3cd@johnkslang2020-02-28T07:26:33Z2018-10-30T22:47:26.165ZMerge pull request #2092 from corporateshark/master
07e1a0a67a@johnkslang2020-02-22T14:52:12Z2018-10-30T22:47:26.165ZMerge pull request #2090 from amdrexu/bugfix
c12493ff69@johnkslang2020-02-20T06:25:39Z2018-10-30T22:47:26.165ZMerge pull request #2086 from samuelig/SPV_AMD_shader_image_load_store_lod
c008fcb8cc@johnkslang2020-02-19T10:51:38Z2018-10-30T22:47:26.165ZMerge pull request #2089 from Roy-AMD/Fix-iomapper-issue
ed0da37dd9@johnkslang2020-02-18T14:27:50Z2018-10-30T22:47:26.165ZMerge pull request #2087 from KhronosGroup/fix-2070-implicit-conv-single-arg
abfc4c2ceb@johnkslang2020-02-11T13:23:48Z2018-10-30T22:47:26.165ZFix part of #2070: Correctly handle promotion for (int).
113d07a6eb@johnkslang2020-02-18T02:27:46Z2018-10-30T22:47:26.165ZMerge pull request #2084 from durswd/enable_rtti
ae59435606@johnkslang2020-02-07T13:10:29Z2018-10-30T22:47:26.165ZMerge pull request #2081 from kainino0x/split-emscripten-from-glslang.js
95c414ffee@johnkslang2020-02-06T16:12:50Z2018-10-30T22:47:26.165ZMerge pull request #2079 from dneto0/warnings
2d70e98dea@johnkslang2020-02-06T09:56:37Z2018-10-30T22:47:26.165ZMerge pull request #2028 from ShchchowAMD/constant_expressions_array_mod
656650f461@johnkslang2020-02-06T09:20:47Z2018-10-30T22:47:26.165ZMerge pull request #2078 from amdrexu/bugfix
b82ed734e7@johnkslang2020-02-05T09:02:51Z2018-10-30T22:47:26.165ZMerge pull request #2077 from kainino0x/configurable-target-pr
540662253e@johnkslang2020-02-04T08:24:39Z2018-10-30T22:47:26.165ZMerge pull request #2073 from tsuoranta/fix-memory-corruption
5e86b28ffb@johnkslang2020-01-30T07:58:38Z2018-10-30T22:47:26.165ZMerge pull request #2071 from jeffbolznv/version_less
9a80305c08@johnkslang2020-01-29T05:25:17Z2018-10-30T22:47:26.165ZMerge pull request #2068 from jljusten/standalone-fix-long-help
07a55839ee@johnkslang2020-01-27T19:35:25Z2018-10-30T22:47:26.165ZMerge pull request #2065 from zoddicus/fixChromiumDawnRolls
19ec0d2ff9@johnkslang2020-01-27T17:16:25Z2018-10-30T22:47:26.165ZBuild: Fix more build warnings caused by PR #2038.
d5f2f7b93d@johnkslang2020-01-27T08:02:08Z2018-10-30T22:47:26.165ZMerge pull request #1940 from tsuoranta/fix-gcc9
248d2c5f7c@johnkslang2020-01-27T05:38:13Z2018-10-30T22:47:26.165ZMerge pull request #2035 from ShchchowAMD/builtin_max_limits
83973079f8@johnkslang2020-01-27T04:37:38Z2018-10-30T22:47:26.165ZBuild warning: Fix #2062, missing enum value in a switch.
965bd4d966@johnkslang2020-01-24T11:10:09Z2018-10-30T22:47:26.165ZMerge pull request #2038 from corporateshark/c_interface
b0ada80356@johnkslang2020-01-17T07:11:12Z2018-10-30T22:47:26.165ZHLSL: Fix #1974: ignore input primitives on non-entry-point functions.
3ed344dd78@johnkslang2020-01-16T07:52:28Z2018-10-30T22:47:26.165ZFix #2059, and also attempt to skip test bots [skip ci]
9e9099cdf8@johnkslang2020-01-16T07:23:03Z2018-10-30T22:47:26.165ZMerge pull request #2033 from ShchchowAMD/binding_contradictory
4fc7a33910@johnkslang2020-01-15T17:48:58Z2018-10-30T22:47:26.165ZMerge pull request #2058 from KhronosGroup/vulkan-1.2
c3bb5d6914@johnkslang2020-01-15T16:35:48Z2018-10-30T22:47:26.165ZUpdate to latest SPIRV-Tools, supporting Vulkan 1.2.
273d3a5093@johnkslang2020-01-15T07:10:41Z2018-10-30T22:47:26.165ZSPV/Vulkan: Add support for Vulkan 1.2, which defaults to SPIR-V 1.5.
d203754bc1@johnkslang2020-01-10T17:19:24Z2018-10-30T22:47:26.165ZMerge pull request #2046 from Roy-AMD/Fix-multiple-AST-spv-generate-crash-issue
5181367062@johnkslang2020-01-08T13:18:44Z2018-10-30T22:47:26.165ZMerge pull request #1998 from ShchchowAMD/ARB_gpu_shader_fp64
e5dbc3114c@johnkslang2020-01-08T09:21:34Z2018-10-30T22:47:26.165ZMerge pull request #2052 from KhronosGroup/fix-processed-def-undef-1829
6f98892dd1@johnkslang2020-01-07T14:03:11Z2018-10-30T22:47:26.165ZFix #1829: Add “--” command-line options for macro def/undef.
1642ca1128@johnkslang2020-01-07T08:32:53Z2018-10-30T22:47:26.165ZMerge pull request #2048 from Roy-AMD/Add-missing-extension-defination
1d258ac346@johnkslang2020-01-07T06:49:23Z2018-10-30T22:47:26.165ZMerge pull request #2032 from ShchchowAMD/atomic-uint-binding
40801e31ed@johnkslang2020-01-06T16:21:33Z2018-10-30T22:47:26.165ZMerge pull request #2050 from ShchchowAMD/built_in_MaxVector
8db9eccc0b@johnkslang2020-01-06T14:50:40Z2018-10-30T22:47:26.165ZBump revision
6334d594f6@johnkslang2019-12-30T04:33:41Z2018-10-30T22:47:26.165ZMerge pull request #1997 from ShchchowAMD/ARB_uniform_buffer_object
930403e5b3@johnkslang2019-12-30T04:32:41Z2018-10-30T22:47:26.165ZMerge branch ‘master’ into ARB_uniform_buffer_object
18fb7f24b8@johnkslang2019-12-30T03:19:39Z2018-10-30T22:47:26.165ZMerge pull request #1996 from ShchchowAMD/ARB_texture_multisample
c674299ddb@johnkslang2019-12-30T02:49:16Z2018-10-30T22:47:26.165ZMerge pull request #2036 from ShchchowAMD/fix_atomic_uint_offset_check
01aee059f5@johnkslang2019-12-30T02:35:18Z2018-10-30T22:47:26.165ZMerge pull request #1995 from ShchchowAMD/ARB_sample_shading_support
5de15a256e@johnkslang2019-12-26T17:56:54Z2018-10-30T22:47:26.165ZHLSL: Fix #2037: Integer dot used incorrect input for adds.
bd97b6f9f2@johnkslang2019-12-20T17:33:13Z2018-10-30T22:47:26.165ZCommand-line: Give better error messages. From #1829.
ebf634bcaa@johnkslang2019-12-13T05:28:57Z2018-10-30T22:47:26.165ZMerge pull request #2023 from greg-lunarg/kg109
6c479796f6@johnkslang2019-12-10T07:36:41Z2018-10-30T22:47:26.165ZMerge pull request #2021 from KhronosGroup/fix-2020-inconsistent-HLSL
1843c0c415@johnkslang2019-12-10T06:48:50Z2018-10-30T22:47:26.165ZFix #2020: PR #1977 broke HLSL member consistency, this finishes it...
1afa2b8cc5@johnkslang2019-12-09T17:18:17Z2018-10-30T22:47:26.165ZMerge pull request #2019 from KhronosGroup/fix-2014-dont-and-versions-extensions
ff61c18f1b@johnkslang2019-12-09T15:10:38Z2018-10-30T22:47:26.165ZMerge pull request #2018 from KhronosGroup/fix-2007-rationalize-include-paths
71b0100ae9@johnkslang2019-12-09T11:34:09Z2018-10-30T22:47:26.165ZFix: #2014: Don't do “extension-on && version >= ...” keyword checks.
b5d9dee710@johnkslang2019-12-09T10:12:10Z2018-10-30T22:47:26.165ZFix #2007: Fix a couple relative header paths in header files.
d519167d2e@johnkslang2019-12-09T08:23:37Z2018-10-30T22:47:26.165ZFix #1993: Fully exclude ftransform() from SPIR-V semantics.
0de87ee9a5@johnkslang2019-12-05T02:24:16Z2018-10-30T22:47:26.165ZMerge pull request #2010 from rnk/pool-alloc-clang
e58c080d4f@johnkslang2019-12-04T03:07:08Z2018-10-30T22:47:26.165ZMerge pull request #1990 from ianromanick/INTEL_shader_integer_functions2
a4af7676fe@johnkslang2019-12-03T05:58:21Z2018-10-30T22:47:26.165ZMerge pull request #2004 from ianromanick/document-other-test-requirements
83af469512@johnkslang2019-12-01T02:35:13Z2018-10-30T22:47:26.165ZMerge pull request #2001 from mbechard/master
38b4db48f9@johnkslang2019-11-23T08:29:02Z2018-10-30T22:47:26.165ZFix #1983: __ is okay starting with ES 300, rather than 310.
86258aab80@johnkslang2019-11-23T04:38:36Z2018-10-30T22:47:26.165ZMerge pull request #1972 from andflo-Arm/master
8b5853d4f9@johnkslang2019-11-22T18:07:43Z2018-10-30T22:47:26.165ZFix #1987: Use large enough built-in buffer to hold vec4 of maxint-64.
e01c847a70@johnkslang2019-11-22T13:24:38Z2018-10-30T22:47:26.165ZMerge branch ‘dj2-install’
43fe7bafb1@johnkslang2019-11-22T08:38:38Z2018-10-30T22:47:26.165ZMerge pull request #1980 from mattst88/respect-CMAKE_INSTALL_LIBDIR
f4d4668529@johnkslang2019-11-15T14:22:44Z2018-10-30T22:47:26.165ZMerge pull request #1977 from KhronosGroup/no-hlsl-structs
3c0d2e5b67@johnkslang2019-11-14T10:20:06Z2018-10-30T22:47:26.165ZHLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout.
37dcb89457@johnkslang2019-11-12T13:00:51Z2018-10-30T22:47:26.165ZMerge pull request #1973 from KhronosGroup/fix-fmod-int
e7cb9cb9c4@johnkslang2019-11-12T12:32:51Z2018-10-30T22:47:26.165ZHLSL: Fix #1960: fmod() was not converting int args to float.
f34cdc70ca@johnkslang2019-11-08T03:31:16Z2018-10-30T22:47:26.165ZMerge pull request #1968 from dneto0/reclaim-web-codespace
44f5c625bb@johnkslang2019-11-08T03:29:18Z2018-10-30T22:47:26.165ZMerge pull request #1967 from kainino0x/fix-dot-free
e471df3c91@johnkslang2019-11-06T15:56:22Z2018-10-30T22:47:26.165ZMerge pull request #1963 from KhronosGroup/revert-7b0e236
442a8a9948@johnkslang2019-11-06T15:55:59Z2018-10-30T22:47:26.165ZMerge pull request #1966 from dj2/readme
199d115e15@johnkslang2019-11-06T01:05:42Z2018-10-30T22:47:26.165ZFix #1959 by reverting 7b0e236 to put files in two places.
5d0e01d9e7@johnkslang2019-11-05T08:05:10Z2018-10-30T22:47:26.165ZMerge pull request #1961 from zoddicus/fixChromiumRoll
90cecb5206@johnkslang2019-11-04T04:34:06Z2018-10-30T22:47:26.165ZMerge pull request #1953 from null77/gn-add-missing-headers
36be19fc15@johnkslang2019-11-04T04:33:42Z2018-10-30T22:47:26.165ZMerge pull request #1954 from corporateshark/master
18d6b6b63e@johnkslang2019-11-03T06:22:47Z2018-10-30T22:47:26.165ZTests: Add more test results for the previous generator version bump.
31c3370d83@johnkslang2019-11-03T03:26:40Z2018-10-30T22:47:26.165ZBump up the generator version, which is exposed in SPV test results.
31ab84a51b@johnkslang2019-11-01T17:11:42Z2018-10-30T22:47:26.165ZMerge branch ‘dneto0-dead-code’
1097378907@johnkslang2019-11-01T17:02:55Z2018-10-30T22:47:26.165ZMerge branch ‘dead-code’ of https://github.com/dneto0/glslang into dneto0-dead-code
7f77b2e866@johnkslang2019-11-01T16:51:21Z2018-10-30T22:47:26.165ZBump version.
48233ad3d4@johnkslang2019-11-01T00:28:53Z2018-10-30T22:47:26.165ZMerge pull request #1949 from corporateshark/master
b131630e7c@johnkslang2019-10-25T02:49:36Z2018-10-30T22:47:26.165ZMerge pull request #1948 from greg-lunarg/kg108
7662586844@johnkslang2019-10-24T04:25:47Z2018-10-30T22:47:26.165ZMerge pull request #1947 from ehsannas/fix_licenses
341701573a@johnkslang2019-10-23T16:32:16Z2018-10-30T22:47:26.165ZMerge pull request #1946 from KhronosGroup/extend-web
f8d1d7442b@johnkslang2019-10-21T12:55:11Z2018-10-30T22:47:26.165ZWeb: Reclaim more space and make all work w/wo GLSLANG_WEB.
e5eee8fb03@johnkslang2019-10-18T07:03:11Z2018-10-30T22:47:26.165ZWeb: Add basic atomics for SSBOs.
3dd1ce5b54@johnkslang2019-10-17T13:08:40Z2018-10-30T22:47:26.165ZWeb: Add SSBOs and a few other missing compute features.
51ed01c877@johnkslang2019-10-10T17:40:11Z2018-10-30T22:47:26.165ZWeb: Add compute stage.
61c22e255d@johnkslang2019-10-08T07:12:07Z2018-10-30T22:47:26.165ZWeb: Add separate texture/sampler, exclude CubeArray.
e7db8f405a@johnkslang2019-10-22T04:30:13Z2018-10-30T22:47:26.165ZMerge pull request #1941 from ehsannas/bazel_build
834ee546f9@johnkslang2019-10-17T18:12:44Z2018-10-30T22:47:26.165ZMerge pull request #1937 from jeffbolznv/volatile_atomics
a959deb007@johnkslang2019-10-17T02:53:39Z2018-10-30T22:47:26.165ZMerge pull request #1933 from dj2/runtest
9e4f6d03f2@johnkslang2019-10-16T16:39:51Z2018-10-30T22:47:26.165ZMerge pull request #1932 from zoddicus/anotherSemiColonFix
e3dd69b8b2@johnkslang2019-10-16T15:25:56Z2018-10-30T22:47:26.165ZMerge pull request #1934 from durswd/master
b03e4fc4e0@johnkslang2019-10-15T10:25:20Z2018-10-30T22:47:26.165ZMerge pull request #1866 from rumblehhh/master
8ba49b862c@johnkslang2019-10-15T10:19:06Z2018-10-30T22:47:26.165ZMerge pull request #1930 from ux3d/fix/CMakeOptionalExternalBuild
765cee8441@johnkslang2019-10-15T05:08:26Z2018-10-30T22:47:26.165ZGLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index must be constant
101ca388fb@johnkslang2019-10-12T14:24:11Z2018-10-30T22:47:26.165ZMerge pull request #1880 from georgeouzou/master
469d27f2e5@johnkslang2019-10-12T14:22:34Z2018-10-30T22:47:26.165ZMerge pull request #1928 from Xottab-DUTY/patch-1
a100258857@johnkslang2019-10-12T07:55:15Z2018-10-30T22:47:26.165ZMerge pull request #1926 from zoddicus/fixChromiumRoll
696703800e@johnkslang2019-10-11T07:56:05Z2018-10-30T22:47:26.165ZMerge pull request #1888 from Roy-AMD/Adjusting-code-interface
f99beb50a3@johnkslang2019-10-11T07:24:26Z2018-10-30T22:47:26.165ZMerge pull request #1925 from greg-lunarg/kg107
ee8e9c1522@johnkslang2019-10-11T02:54:21Z2018-10-30T22:47:26.165ZFix #1924: Promote SPV_EXT_physical_storage_buffer to KHR when required.
1ff0c181bb@johnkslang2019-10-10T18:01:13Z2018-10-30T22:47:26.165ZFix #1924: Emit SPV_EXT_physical_storage_buffer, not the KHR form.
4b97a11081@johnkslang2019-10-07T03:58:40Z2018-10-30T22:47:26.165ZMerge pull request #1919 from dj2/install_spirv
135e3e35ea@johnkslang2019-10-03T17:23:16Z2018-10-30T22:47:26.165ZMerge pull request #1918 from KhronosGroup/format-attributes
8a97d38913@johnkslang2019-09-30T00:02:19Z2018-10-30T22:47:26.165ZHLSL: Fix #1912: add attribute syntax for nonreadable/nonwritable
2d9b0a3550@johnkslang2019-09-27T21:14:18Z2018-10-30T22:47:26.165ZHLSL: Fix #1912: add attribute syntax for overriding image formats.
7bc047326e@johnkslang2019-09-25T14:24:53Z2018-10-30T22:47:26.165ZMerge pull request #1906 from ShchchowAMD/master
973d0e5382@johnkslang2019-09-20T18:18:13Z2018-10-30T22:47:26.165ZMerge pull request #1910 from KhronosGroup/fix-1900-const-nonuniform
c2fafea970@johnkslang2019-09-20T12:01:42Z2018-10-30T22:47:26.165ZGLSL/SPV: Fix #1900: Drop const on literal when doing an object copy.
f7a48b153f@johnkslang2019-09-19T15:12:52Z2018-10-30T22:47:26.165ZMerge pull request #1907 from kainino0x/separate-web-and-emscripten
caca1d1cc4@johnkslang2019-09-19T06:21:38Z2018-10-30T22:47:26.165ZMerge pull request #1905 from KhronosGroup/GL_EXT_buffer_reference_uvec2
90e402f42b@johnkslang2019-09-18T05:19:38Z2018-10-30T22:47:26.165ZSPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2
4b5159ea81@johnkslang2019-09-18T08:38:10Z2018-10-30T22:47:26.165ZMerge pull request #1908 from digit-google/fuchsia-fixes
d0848b72fa@johnkslang2019-09-18T07:55:12Z2018-10-30T22:47:26.165ZMerge branch ‘master’ into separate-web-and-emscripten
e0932f676d@johnkslang2019-09-18T06:17:31Z2018-10-30T22:47:26.165ZREADME: Fix WASM typos.
54c72c6d24@johnkslang2019-09-18T06:03:18Z2018-10-30T22:47:26.165ZHLSL: Fix #1903 Catch 0-argument case to constructors.
e4e56bcf86@johnkslang2019-09-18T05:18:20Z2018-10-30T22:47:26.165ZMerge pull request #1902 from jeffbolznv/extended_types
be467db7bd@johnkslang2019-09-16T15:33:59Z2018-10-30T22:47:26.165ZMerge pull request #1899 from KhronosGroup/SPIR-V_1.5
f766fabaa0@johnkslang2019-08-28T06:01:54Z2018-10-30T22:47:26.165ZGLSL: Only require constant for subgroupBroadcast when SPV < 1.5.
8317e6c683@johnkslang2019-08-19T05:58:08Z2018-10-30T22:47:26.165ZSPV: Support SPIR-V 1.5; five extensions no longer need OpExtension.
8b8adf79c1@johnkslang2019-09-16T12:35:12Z2018-10-30T22:47:26.165ZMerge pull request #1894 from ShchchowAMD/master
aaff6cddd0@johnkslang2019-09-13T15:32:00Z2018-10-30T22:47:26.165ZSPV 1.5: Switch to the 1.5 header, for SPIR-V 1.5.
fe0b2bd694@johnkslang2019-09-12T14:40:57Z2018-10-30T22:47:26.165ZMerge pull request #1897 from dj2/unused
fdd13ca10f@johnkslang2019-09-11T18:08:08Z2018-10-30T22:47:26.165ZMerge pull request #1895 from amdrexu/bugfix
664ad418f8@johnkslang2019-09-05T08:26:39Z2018-10-30T22:47:26.165ZFix #1879: Check for valid variable before checking for unsized arrays.
34953810a6@johnkslang2019-09-05T02:49:12Z2018-10-30T22:47:26.165ZMerge pull request #1892 from greg-lunarg/kg106
56f61cccef@johnkslang2019-09-03T09:02:13Z2018-10-30T22:47:26.165ZMerge pull request #1889 from Roy-AMD/code-refine
92f5afdee0@johnkslang2019-08-30T15:53:35Z2018-10-30T22:47:26.165ZPlaceholder fix for part of #1870.
7de044c062@johnkslang2019-08-30T15:51:06Z2018-10-30T22:47:26.165ZNon-functional: Make whitespace/braces consistent for a recent commit.
796df2d74e@johnkslang2019-08-29T04:44:15Z2018-10-30T22:47:26.165ZMerge pull request #1885 from zoddicus/fixUnInitializedVariableWarnings
14e13e757d@johnkslang2019-08-28T10:10:00Z2018-10-30T22:47:26.165ZMerge pull request #1876 from jeffbolznv/imma
df1d4ccf5f@johnkslang2019-08-28T08:51:38Z2018-10-30T22:47:26.165ZESSL/SPV: Fix #1856: Allow ESSL shaders to compile to OpenGL SPIR-V.
efd47a8fae@johnkslang2019-08-28T08:25:26Z2018-10-30T22:47:26.165ZDocumentation: Provide more detail in setting up the environment.
f27bd2aa2e@johnkslang2019-08-27T13:37:09Z2018-10-30T22:47:26.165ZMerge pull request #1883 from Kangz/fix_gn
9f5a43a570@johnkslang2019-08-27T03:36:09Z2018-10-30T22:47:26.165ZMerge pull request #1881 from baldurk/buffer-array-bind-reflection-fix
32d18c552b@johnkslang2019-08-26T13:47:30Z2018-10-30T22:47:26.165ZMerge pull request #1882 from Kangz/fix-chrome
d6a5cc6580@johnkslang2019-08-26T08:03:44Z2018-10-30T22:47:26.165ZMerge pull request #1878 from dneto0/chrome-fix
a3bc04b278@johnkslang2019-08-22T17:20:40Z2018-10-30T22:47:26.165ZBump revision.
c190d5bc27@johnkslang2019-08-22T17:20:17Z2018-10-30T22:47:26.165ZMerge pull request #1874 from KhronosGroup/inherit-memory-qualifiers
9a5689f632@johnkslang2019-08-22T12:58:26Z2018-10-30T22:47:26.165ZGLSL: Inherit memory qualifiers, both declaratively and in execution.
28f314d436@johnkslang2019-08-22T14:52:15Z2018-10-30T22:47:26.165ZMerge pull request #1875 from jonahryandavis/extra-tokens
c817600491@johnkslang2019-08-21T17:08:27Z2018-10-30T22:47:26.165ZBump version.
ea69a29829@johnkslang2019-08-21T17:07:01Z2018-10-30T22:47:26.165ZMerge pull request #1855 from KhronosGroup/web
369ffa9543@johnkslang2019-08-21T09:38:02Z2018-10-30T22:47:26.165Zweb: Fix accidental additon of refract() prototypes and update README.
deec1933e9@johnkslang2019-08-13T14:00:30Z2018-10-30T22:47:26.165ZWeb: Turn off includes, independent preprocessing path, fine tune all.
b9197c812e@johnkslang2019-08-11T13:41:45Z2018-10-30T22:47:26.165ZWeb: Make switched methods all be non-virtual, more web-dependent code,
d8834df992@johnkslang2019-08-10T16:41:15Z2018-10-30T22:47:26.165ZWeb: Optional error management and error tightening.
fb4f2333da@johnkslang2019-08-09T09:49:15Z2018-10-30T22:47:26.165ZWeb: Use isEsProfile() instead of run-time testing; remove more atomics
155d351f86@johnkslang2019-08-09T05:29:20Z2018-10-30T22:47:26.165ZWeb: Remove unused stage functionality, SPIR-V logger, and hex_utils
39697cdb9d@johnkslang2019-08-08T16:35:51Z2018-10-30T22:47:26.165ZWeb: Remove unnecessary GLSL numeric types, and some collateral.
3e4b6ff76a@johnkslang2019-08-08T07:15:24Z2018-10-30T22:47:26.165ZWeb: Tighten up sampling code and interfaces.
eaf4496312@johnkslang2019-08-07T07:52:20Z2018-10-30T22:47:26.165ZWeb: Complete the removal of vendor-specific #ifdef's, including CMake.
441b2ac4d1@johnkslang2019-08-07T05:16:35Z2018-10-30T22:47:26.165ZWeb: Prune grammar and lexor down to needed subset.
a28f7a75d1@johnkslang2019-08-06T13:00:58Z2018-10-30T22:47:26.165ZWeb: Generalize _EXTENSIONS* in SPIR-V back-end.
b6d3ee5aca@johnkslang2019-08-06T08:20:45Z2018-10-30T22:47:26.165ZWeb: Turn off bracket-style attributes, reflection, and IO mapping.
7015bd658e@johnkslang2019-08-01T09:28:08Z2018-10-30T22:47:26.165ZWeb: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB.
e66dace97e@johnkslang2019-07-31T09:48:10Z2018-10-30T22:47:26.165ZWeb: First pass of tabling the built-in function declarations.
23d27751e8@johnkslang2019-07-28T08:12:10Z2018-10-30T22:47:26.165ZWeb: Selectively remove a few key features, using #ifndef GLSLANG_WEB
bfc21ff1a9@johnkslang2019-07-27T14:18:03Z2018-10-30T22:47:26.165ZWeb: Change a bunch of HLSL methods from dynamic to compile-time known.
d4ed5158d1@johnkslang2019-07-27T11:22:30Z2018-10-30T22:47:26.165ZWeb: Remove a few additional HLSL constructs with ENABLE_HLSL.
13761069b5@johnkslang2019-07-26T14:02:40Z2018-10-30T22:47:26.165ZWeb: Add sanity check test suite for smaller-footprint builds.
34cccdc65d@johnkslang2019-08-21T05:06:10Z2018-10-30T22:47:26.165ZMerge pull request #1872 from kainino0x/js-interface
3aac2d44b2@johnkslang2019-08-21T04:42:40Z2018-10-30T22:47:26.165ZBump revision.
95609e6d92@johnkslang2019-08-15T03:35:57Z2018-10-30T22:47:26.165ZSet theme jekyll-theme-merlot
37fc4d27d6@johnkslang2019-08-10T11:24:48Z2018-10-30T22:47:26.165ZMerge pull request #1867 from zoddicus/addWebBuild
3cea2e5882@johnkslang2019-08-02T12:34:15Z2018-10-30T22:47:26.165ZBump revision and give the bots another chance to work.
a0eb5efd2b@johnkslang2019-08-02T07:37:37Z2018-10-30T22:47:26.165ZMerge pull request #1860 from zoddicus/fixShaderCRoll
eea340047e@johnkslang2019-07-31T02:29:09Z2018-10-30T22:47:26.165ZMerge pull request #1859 from zoddicus/fixNoRTTIForWindows
f04f1f93a7@johnkslang2019-07-29T15:40:14Z2018-10-30T22:47:26.165ZMerge pull request #1857 from Roy-AMD/automapping-opengl-location
7fc8683491@johnkslang2019-07-29T05:20:26Z2018-10-30T22:47:26.165ZMerge pull request #1813 from jeffbolznv/compositeconstruct
642b6ad99f@johnkslang2019-07-29T03:33:30Z2018-10-30T22:47:26.165ZMerge pull request #1844 from alelenv/ast_print_fix
42f813401b@johnkslang2019-07-25T15:03:00Z2018-10-30T22:47:26.165ZMerge pull request #1853 from s-perron/per
302fe97e7b@johnkslang2019-07-23T10:10:36Z2018-10-30T22:47:26.165ZRevert “Merge pull request #1792 from Roy-AMD/automapping-opengl-location”
50ada66c27@johnkslang2019-07-23T08:18:18Z2018-10-30T22:47:26.165ZMerge pull request #1792 from Roy-AMD/automapping-opengl-location
3464b6f519@johnkslang2019-07-23T05:55:54Z2018-10-30T22:47:26.165ZMerge pull request #1847 from alelenv/member_remap_fix
2bb2da9193@johnkslang2019-07-22T13:06:50Z2018-10-30T22:47:26.165ZSPV: Update to latest SPIR-V header.
333d1c9579@johnkslang2019-07-22T12:30:59Z2018-10-30T22:47:26.165ZMerge pull request #1845 from greg-lunarg/kg105
9f2236e58e@johnkslang2019-07-18T01:15:47Z2018-10-30T22:47:26.165ZBuild: shut up warning to add unnecessary parens.
74426f7570@johnkslang2019-07-17T09:13:44Z2018-10-30T22:47:26.165ZMerge pull request #1841 from jmacnak-nv/jmacnak-raytracing-descriptor-indexing-validation
e383c5f55d@johnkslang2019-07-16T01:49:46Z2018-10-30T22:47:26.165ZMerge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives
c7c52d1c2b@johnkslang2019-07-16T01:48:32Z2018-10-30T22:47:26.165ZMerge pull request #1839 from sparmarNV/fix-NV_mesh_shader
50dc8c350b@johnkslang2019-07-15T16:55:30Z2018-10-30T22:47:26.165ZMerge pull request #1824 from KhronosGroup/fix-spec-expr-array-check
361931c6f3@johnkslang2019-07-15T13:23:16Z2018-10-30T22:47:26.165ZMerge pull request #1836 from amdrexu/bugfix
33081e01d3@johnkslang2019-07-15T07:20:18Z2018-10-30T22:47:26.165ZESSL: Fix #1823: Conditions for when derivatives are in compute shader.
1a6e8534ce@johnkslang2019-07-13T18:22:10Z2018-10-30T22:47:26.165ZGLSL: Fix #1833: Don't constant fold integer mix to a float.
25a508cc73@johnkslang2019-07-13T00:29:59Z2018-10-30T22:47:26.165ZMerge pull request #1835 from jmacnak-nv/jmacnak-sample-coverage-capability
854439c6b9@johnkslang2019-07-13T00:29:13Z2018-10-30T22:47:26.165ZMerge pull request #1834 from zoddicus/addRTTIFlag
71892a5eda@johnkslang2019-07-11T19:16:09Z2018-10-30T22:47:26.165ZMerge pull request #1833 from AaronHaganAMD/master
c538b5d796@johnkslang2019-07-10T21:10:30Z2018-10-30T22:47:26.165ZMerge pull request #1832 from jeffbolznv/issue1828
f970253a5d@johnkslang2019-07-10T17:45:48Z2018-10-30T22:47:26.165ZMerge pull request #1827 from alan-baker/update-spirv-tools
8aa9a7bb8f@johnkslang2019-07-09T06:14:27Z2018-10-30T22:47:26.165ZMerge pull request #1825 from amdrexu/bugfix
96524f9168@johnkslang2019-07-03T15:28:28Z2018-10-30T22:47:26.165ZSPV: Fix #1783: Don't do bounds checking for spec-const-expression size
4b4b41a634@johnkslang2019-07-03T07:27:39Z2018-10-30T22:47:26.165ZHLSL: Fix #1815: Don't constant fold spec-constant array indexing.
22683b409e@johnkslang2019-07-02T17:04:44Z2018-10-30T22:47:26.165ZMerge pull request #1819 from jeffbolznv/demote
e5c394bcba@johnkslang2019-07-02T15:32:48Z2018-10-30T22:47:26.165ZStandalone: Fix #1814: Check that linkage was specified for reflection.
974a586688@johnkslang2019-07-02T08:20:18Z2018-10-30T22:47:26.165ZMerge pull request #1817 from jeffbolznv/demote
73f0108138@johnkslang2019-07-02T07:51:50Z2018-10-30T22:47:26.165ZBuild: Tweak PR #1808 to avoid an implicit conversion warning.
4162de4bbf@johnkslang2019-06-26T06:53:18Z2018-10-30T22:47:26.165ZMerge pull request #1811 from ShabbyX/fix
1e063615d0@johnkslang2019-06-26T06:52:12Z2018-10-30T22:47:26.165ZMerge pull request #1812 from ShabbyX/master
4e6b9ea329@johnkslang2019-06-23T15:10:16Z2018-10-30T22:47:26.165ZMerge pull request #1808 from jeffbolznv/promote_types
46cf14638a@johnkslang2019-06-23T02:45:18Z2018-10-30T22:47:26.165ZMerge pull request #1807 from digit-google/fuchsia-fixes
f9d08a25fb@johnkslang2019-06-18T08:00:46Z2018-10-30T22:47:26.165ZMerge pull request #1804 from KhronosGroup/fix-930-subgroup--mask-ops
8e96e247fa@johnkslang2019-06-18T06:37:51Z2018-10-30T22:47:26.165ZBump revision.
9c14f77f5d@johnkslang2019-06-17T14:38:35Z2018-10-30T22:47:26.165ZAST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al.
11805e41d9@johnkslang2019-06-18T06:33:46Z2018-10-30T22:47:26.165ZBump revision.
a9b00ac5d5@johnkslang2019-06-18T06:26:25Z2018-10-30T22:47:26.165ZMerge pull request #1806 from KhronosGroup/nan-clamp
5d73a3c95c@johnkslang2019-06-18T05:42:13Z2018-10-30T22:47:26.165ZMerge pull request #1698 from jeffbolznv/private_storage_variables
605afc7b1b@johnkslang2019-06-18T05:33:09Z2018-10-30T22:47:26.165ZSPV: Add a switch for favoring non-NaN operands in min, max, and clamp.
d579c0a7d4@johnkslang2019-06-18T04:33:11Z2018-10-30T22:47:26.165ZBump revision.
9db72785be@johnkslang2019-06-17T15:16:02Z2018-10-30T22:47:26.165ZMerge pull request #1803 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom
def9662348@johnkslang2019-06-17T05:02:02Z2018-10-30T22:47:26.165ZMerge pull request #1796 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom
69596baef3@johnkslang2019-06-17T04:31:16Z2018-10-30T22:47:26.165ZMerge pull request #1799 from jeffbolznv/volatile_semantics
96ee92f09b@johnkslang2019-06-13T15:48:47Z2018-10-30T22:47:26.165ZMerge pull request #1797 from alan-baker/update-tools
9866ad9195@johnkslang2019-06-10T02:50:07Z2018-10-30T22:47:26.165ZMerge pull request #1787 from dgkoch/add_sm_builtins
92b5c9ee91@johnkslang2019-06-08T10:30:46Z2018-10-30T22:47:26.165ZGLSL: Revert f6873f7 to fix #1764.
60e774b22f@johnkslang2019-06-08T10:04:15Z2018-10-30T22:47:26.165ZMerge pull request #1794 from jeffbolznv/pre_legalization
f575f4c8e4@johnkslang2019-06-08T08:06:33Z2018-10-30T22:47:26.165ZMerge pull request #1793 from greg-lunarg/kg104
d3692c701b@johnkslang2019-06-05T16:37:11Z2018-10-30T22:47:26.165ZMerge pull request #1791 from dj2/unused
2f4a8dfd3a@johnkslang2019-06-04T15:04:19Z2018-10-30T22:47:26.165ZMerge pull request #1788 from jeffbolznv/ifdef_fix
9fe95274f8@johnkslang2019-06-04T09:36:51Z2018-10-30T22:47:26.165ZMerge pull request #1786 from jeffbolznv/fsi
a549bb8175@johnkslang2019-06-02T04:36:55Z2018-10-30T22:47:26.165ZMerge pull request #1769 from tanderson-google/RemoveInvalidGnSource
27a3e4c3c4@johnkslang2019-06-02T02:29:59Z2018-10-30T22:47:26.165ZMerge pull request #1782 from dgkoch/fix_1735
6d88284607@johnkslang2019-05-31T09:28:07Z2018-10-30T22:47:26.165ZMerge pull request #1781 from jeffbolznv/issue_1766
625eb25d6e@johnkslang2019-05-29T22:00:31Z2018-10-30T22:47:26.165ZMerge pull request #1776 from dgkoch/dgkoch_20190525_fixes
66e46037d7@johnkslang2019-05-24T05:35:46Z2018-10-30T22:47:26.165ZMerge pull request #1772 from mattparks/patch-2
27ec919585@johnkslang2019-05-17T04:05:01Z2018-10-30T22:47:26.165ZMerge pull request #1768 from ShabbyX/enable-opt
5bd047ba22@johnkslang2019-05-16T08:26:51Z2018-10-30T22:47:26.165ZMerge pull request #1767 from dneto0/update-spirv-headers
6e384fef6c@johnkslang2019-05-10T12:47:00Z2018-10-30T22:47:26.165ZBuild: Fix 3 warnings.
b03da6edd8@johnkslang2019-05-10T07:19:07Z2018-10-30T22:47:26.165ZMerge pull request #1761 from KhronosGroup/SPIR-V_1.4
08e01e79c5@johnkslang2019-05-10T06:34:10Z2018-10-30T22:47:26.165ZBump version and revision.
b64952eddd@johnkslang2019-05-10T05:50:08Z2018-10-30T22:47:26.165ZSPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures.
f43c739ac5@johnkslang2019-03-31T16:51:57Z2018-10-30T22:47:26.165ZSPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes.
61a5ce190a@johnkslang2019-02-07T15:04:12Z2018-10-30T22:47:26.165ZSPV 1.4: Lookup tables: Use variable initializer and NonWritable...
fbb6bdf046@johnkslang2019-01-15T14:48:27Z2018-10-30T22:47:26.165ZSPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.
1f4d04687b@johnkslang2019-01-12T10:31:41Z2018-10-30T22:47:26.165ZSPV 1.4: Implement the 5 new loop controls.
0c1e71a123@johnkslang2019-01-10T11:23:06Z2018-10-30T22:47:26.165ZSPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.
cfea59d357@johnkslang2019-01-04T10:10:53Z2018-10-30T22:47:26.165ZSPV 1.4: Add testing infrastructure for SPV 1.4 tests.
7c7731ecbb@johnkslang2019-01-04T09:47:06Z2018-10-30T22:47:26.165ZSPV 1.4: Generate all globals on OpEntryPoint interface list.
2dd4ab3a4a@johnkslang2019-05-10T05:59:37Z2018-10-30T22:47:26.165ZSPV: Move to the SPIR-V 1.4 header.
04aa79d0ed@johnkslang2019-05-10T03:39:15Z2018-10-30T22:47:26.165ZMerge pull request #1765 from KhronosGroup/update-knowngood-tools-SPIR-V_1.4
6fef1ca6f9@johnkslang2019-05-09T09:43:26Z2018-10-30T22:47:26.165ZLatest known-good SPIRV-Tools: WARNING: Needs python 3.x.
c11e3156af@johnkslang2019-05-09T08:11:28Z2018-10-30T22:47:26.165ZBump revision.
c2c5a3d973@johnkslang2019-05-09T08:09:31Z2018-10-30T22:47:26.165ZMerge pull request #1762 from jeffbolznv/issue1760
e291f7a09f@johnkslang2019-05-08T10:12:52Z2018-10-30T22:47:26.165ZMerge pull request #1739 from jeffbolznv/buffer_reference2
f88e5824d2@johnkslang2019-05-03T16:11:26Z2018-10-30T22:47:26.165ZMerge pull request #1755 from amdrexu/bugfix
c0640dabfd@johnkslang2019-05-03T14:44:41Z2018-10-30T22:47:26.165ZMerge pull request #1758 from jeffbolznv/convertonly
5cb2fa2ad2@johnkslang2019-05-03T14:40:35Z2018-10-30T22:47:26.165ZFix #1759: Check for specialization constants when literals required.
86c72c9486@johnkslang2019-04-19T11:00:32Z2018-10-30T22:47:26.165ZBump revision.
f6873f7e49@johnkslang2019-04-19T10:57:43Z2018-10-30T22:47:26.165ZGLSL: Add error check for an argument dropping the ‘restrict’ qualifier
08d61df040@johnkslang2019-04-19T10:47:03Z2018-10-30T22:47:26.165ZFix #1720: Give an error for parameter mismatched image format.
0e5d1bb66a@johnkslang2019-04-19T06:11:07Z2018-10-30T22:47:26.165Zclang-format correction and typo (clang format likely not complete)
805b09f922@johnkslang2019-04-17T14:52:34Z2018-10-30T22:47:26.165ZMerge pull request #1753 from pixeljetstream/ckubischnv_dumpbuiltins
0527c9db81@johnkslang2019-04-08T14:28:26Z2018-10-30T22:47:26.165ZMerge pull request #1752 from dgkoch/dkoch_build_fix18
e06c7e9a51@johnkslang2019-04-05T03:42:03Z2018-10-30T22:47:26.165ZMerge pull request #1750 from greg-lunarg/kg103
3416d48b59@johnkslang2019-04-04T15:38:26Z2018-10-30T22:47:26.165ZUpdate to latest SPIR-V header and bump revision.
1240db678c@johnkslang2019-04-04T07:29:31Z2018-10-30T22:47:26.165ZMerge pull request #1749 from dgkoch/dgkoch_common_mscver
ef807f4bc5@johnkslang2019-04-03T09:08:17Z2018-10-30T22:47:26.165ZMerge pull request #1746 from karl-lunarg/gtest-install
e0d59bbe18@johnkslang2019-03-28T02:28:43Z2018-10-30T22:47:26.165ZMerge pull request #1742 from greg-lunarg/kg102
137e071ca4@johnkslang2019-03-27T09:19:05Z2018-10-30T22:47:26.165ZMerge pull request #1740 from ewerness-nv/callableincoming
5125eb58db@johnkslang2019-03-27T06:41:47Z2018-10-30T22:47:26.165ZMerge pull request #1741 from dgkoch/shader_subgroup
5efb004d59@johnkslang2019-03-19T07:40:21Z2018-10-30T22:47:26.165ZMerge pull request #1711 from demett-brcm/avoid-undefined-behaviour
bd0f5ad278@johnkslang2019-03-18T16:41:27Z2018-10-30T22:47:26.165ZMerge pull request #1733 from null77/fix-msvc-warn
49dff5bf9a@johnkslang2019-03-18T16:38:27Z2018-10-30T22:47:26.165ZMerge pull request #1731 from godlikepanos/master
b184e41a06@johnkslang2019-03-18T04:29:25Z2018-10-30T22:47:26.165ZBuild: Update to the most recent SPIR-V headers, for Rev. 7 of SPV 1.3
80c36be4a9@johnkslang2019-03-17T06:00:27Z2018-10-30T22:47:26.165ZMerge pull request #1728 from alelenv/shaderrecord_fix
f925eefb21@johnkslang2019-03-12T17:16:57Z2018-10-30T22:47:26.165ZMerge pull request #1724 from zoddicus/roll_spirv
437a552f51@johnkslang2019-03-12T04:33:26Z2018-10-30T22:47:26.165ZMerge pull request #1723 from null77/gn-val-executable
40c16ec0b3@johnkslang2019-03-07T04:05:08Z2018-10-30T22:47:26.165ZMerge pull request #1717 from jeffbolznv/getBufferReferenceAlignment
839a948169@johnkslang2019-03-07T04:04:26Z2018-10-30T22:47:26.165ZMerge pull request #1716 from jeffbolznv/buffer_reference_fold2
79d25ea0ce@johnkslang2019-03-06T13:43:07Z2018-10-30T22:47:26.165ZMerge pull request #1714 from jeffbolznv/volatil
cc4a756d48@johnkslang2019-03-06T04:21:38Z2018-10-30T22:47:26.165ZBuild: Update to latest SPIR-V header.
9390154c55@johnkslang2019-03-04T20:41:27Z2018-10-30T22:47:26.165ZMerge pull request #1699 from jeffbolznv/buffer_reference_fold
d90d548161@johnkslang2019-02-28T19:47:04Z2018-10-30T22:47:26.165ZMerge pull request #1713 from jeffbolznv/fix_nv_extension_disabled
822817977c@johnkslang2019-02-26T14:27:09Z2018-10-30T22:47:26.165ZMerge pull request #1701 from jeffbolznv/cooperative_matrix
ec484527b6@johnkslang2019-02-22T18:09:17Z2018-10-30T22:47:26.165ZMerge pull request #1709 from KhronosGroup/fix-pp
a84079dcf3@johnkslang2019-02-20T10:03:40Z2018-10-30T22:47:26.165ZPP: Fix #1605: Paste tokens for ## through number->letter transitions.
a51d3d9f22@johnkslang2019-02-21T16:46:27Z2018-10-30T22:47:26.165ZMerge pull request #1706 from nico/master
b0f4b427d5@johnkslang2019-02-21T16:43:59Z2018-10-30T22:47:26.165ZMerge pull request #1705 from baldurk/fix-indexindirect-reflection
5432f0dd8f@johnkslang2019-02-21T06:36:31Z2018-10-30T22:47:26.165ZMerge pull request #1702 from greg-lunarg/kg101
17a8d9ad00@johnkslang2019-02-21T06:10:18Z2018-10-30T22:47:26.165ZMerge pull request #1703 from dj2/mem_leak
ade579fbc5@johnkslang2019-02-21T06:09:30Z2018-10-30T22:47:26.165ZMerge pull request #1704 from dj2/leak
58d6905ea0@johnkslang2019-02-19T16:57:06Z2018-10-30T22:47:26.165ZMerge pull request #1700 from KhronosGroup/fix-pp
6225dd4ba1@johnkslang2019-02-19T10:12:02Z2018-10-30T22:47:26.165ZPP: Faithfully track white-space through macro record/use, fixing bugs:
5cdf3c5a23@johnkslang2019-02-19T09:31:01Z2018-10-30T22:47:26.165ZPP: Non-functional: Remove the sub-tokenization of macro stream record.
bce1f51096@johnkslang2019-02-19T05:25:58Z2018-10-30T22:47:26.165ZBuild: Fix #1640: Change strcpy to snprintf.
9f538c7207@johnkslang2019-02-17T06:15:11Z2018-10-30T22:47:26.165ZMerge pull request #1696 from baldurk/fix-nonblock-array-size
6fee94460f@johnkslang2019-02-16T14:35:13Z2018-10-30T22:47:26.165ZPP: Fix #1694: Rationalize errors on partially expanded macro argument.
da1be9a322@johnkslang2019-02-14T10:49:29Z2018-10-30T22:47:26.165ZMerge pull request #1697 from sparmarNV/fix-NV_mesh_shader
05d12a9461@johnkslang2019-02-11T15:08:10Z2018-10-30T22:47:26.165ZMerge pull request #1695 from baldurk/explode-reflected-io-blocks
567396b6b4@johnkslang2019-02-11T10:43:12Z2018-10-30T22:47:26.165ZWhitespace: Fix some tabs->spaces, mostly to retriggered failed bots.
9840f11f85@johnkslang2019-02-11T10:05:00Z2018-10-30T22:47:26.165ZPP: Fix #1694: Handle badly formed argument substitution.
d83344fc4e@johnkslang2019-02-09T05:59:30Z2018-10-30T22:47:26.165ZMerge pull request #1684 from baldurk/reflection-interface-improve
f6e7c4d2de@johnkslang2019-02-08T06:56:53Z2018-10-30T22:47:26.165ZBump version.
377bccb143@johnkslang2019-02-08T06:28:37Z2018-10-30T22:47:26.165ZBuild: Fix #1665: remove __fastcall
1ff8346b38@johnkslang2019-02-08T04:34:47Z2018-10-30T22:47:26.165ZMerge pull request #1693 from sparmarNV/fix-NV_mesh_shader
9dda1281e6@johnkslang2019-02-07T03:27:58Z2018-10-30T22:47:26.165ZMerge pull request #1692 from alan-baker/update-spvtools
9983f99e87@johnkslang2019-02-03T16:22:21Z2018-10-30T22:47:26.165ZMerge pull request #1687 from Igalia/apinheiro/no-more-struct-member-offsets
e7c7c6d659@johnkslang2019-02-03T16:05:42Z2018-10-30T22:47:26.165ZMerge pull request #1667 from amdrexu/bugfix
dc2d5673a1@johnkslang2019-02-03T03:32:33Z2018-10-30T22:47:26.165ZMerge pull request #1690 from BinaryRK/relative-include-fix
4f50a46385@johnkslang2019-02-01T14:28:20Z2018-10-30T22:47:26.165ZMerge pull request #1688 from mattparks/patch-1
de3b8e3bf3@johnkslang2019-02-01T11:07:45Z2018-10-30T22:47:26.165ZFix #1682: flesh out more vulkan/SPV ModuleProcessed
f96d7dc2c0@johnkslang2019-02-01T07:27:01Z2018-10-30T22:47:26.165ZMerge pull request #1686 from mspang/glslang-fuchsia-build
1694883215@johnkslang2019-02-01T06:44:19Z2018-10-30T22:47:26.165ZMerge pull request #1685 from baldurk/warning-fix
32651b86e6@johnkslang2019-02-01T06:43:32Z2018-10-30T22:47:26.165ZMerge pull request #1683 from null77/disable-extra-semi
c9e03360e2@johnkslang2019-01-30T03:03:11Z2018-10-30T22:47:26.165ZMerge pull request #1675 from nicebyte/ext_yuv_target
31fbc11f5d@johnkslang2019-01-29T23:00:42Z2018-10-30T22:47:26.165ZBuild: Remove extra commas in calling INSTANTIATE_TEST_SUITE_P.
4c57640052@johnkslang2019-01-29T21:20:05Z2018-10-30T22:47:26.165ZMerge pull request #1681 from baldurk/reflection-fixes
544c039d26@johnkslang2019-01-29T05:19:43Z2018-10-30T22:47:26.165ZHLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV EarlyFragmentTests.
8dff52509e@johnkslang2019-01-25T20:08:11Z2018-10-30T22:47:26.165ZMerge pull request #1677 from greg-lunarg/kg100
e4f7a1f367@johnkslang2019-01-25T18:02:42Z2018-10-30T22:47:26.165ZMerge pull request #1676 from nsubtil/nsubtil/do-not-cache-lib-suffix
2cf6613a0d@johnkslang2019-01-24T17:48:54Z2018-10-30T22:47:26.165ZMerge pull request #1674 from null77/fix-msvc-sign-warning
4930964683@johnkslang2019-01-24T01:26:19Z2018-10-30T22:47:26.165ZMerge pull request #1672 from sparmarNV/NV-extension-checks
2b92158724@johnkslang2019-01-24T01:24:45Z2018-10-30T22:47:26.165ZMerge pull request #1671 from null77/fix-chrome-clang-warning
d9cee59afa@johnkslang2019-01-23T20:05:22Z2018-10-30T22:47:26.165ZMerge pull request #1626 from KhronosGroup/extension-support
6a9df5f48f@johnkslang2019-01-22T02:22:49Z2018-10-30T22:47:26.165ZMerge pull request #1664 from null77/support-angle
4e06d7a2bb@johnkslang2019-01-20T15:43:06Z2018-10-30T22:47:26.165ZMerge pull request #1663 from jeffbolznv/reference_vs_memorymodel
493dee0ade@johnkslang2019-01-18T04:53:34Z2018-10-30T22:47:26.165ZMerge pull request #1656 from amdrexu/bugfix
d9739794e9@johnkslang2019-01-16T23:29:41Z2018-10-30T22:47:26.165ZMerge pull request #1662 from dneto0/fix-leak2
7f2a87e58c@johnkslang2019-01-16T22:29:31Z2018-10-30T22:47:26.165ZMerge pull request #1661 from dneto0/fix-leak
4c096c52f8@johnkslang2019-01-16T14:27:25Z2018-10-30T22:47:26.165ZMerge pull request #1658 from KhronosGroup/fix-name-loc-str
b2395e9ddf@johnkslang2019-01-16T09:07:51Z2018-10-30T22:47:26.165ZHLSL: Fix #1655; use "" for nullptr file names. Needs test cases.
d72f488cc6@johnkslang2019-01-16T07:55:37Z2018-10-30T22:47:26.165ZBuild: fix warnings. Fixes #1653.
2898223375@johnkslang2019-01-11T08:07:04Z2018-10-30T22:47:26.165ZBump revision.
dfaaf75a31@johnkslang2019-01-11T07:55:36Z2018-10-30T22:47:26.165ZMerge pull request #1652 from gnl21/cmake-fix
712cd6618d@johnkslang2019-01-10T02:33:44Z2018-10-30T22:47:26.165ZMerge pull request #1647 from dneto0/update-known-good
28be4543cd@johnkslang2018-12-12T00:42:35Z2018-10-30T22:47:26.165ZInfrastructure: Generalize and broaden per-variable extension checking.
5795f9e387@johnkslang2019-01-09T13:01:21Z2018-10-30T22:47:26.165ZMerge pull request #1646 from dneto0/parens-warning
69932ab47f@johnkslang2019-01-08T02:39:32Z2018-10-30T22:47:26.165ZMerge pull request #1645 from KhronosGroup/dupe-accelstruct
344a03c034@johnkslang2019-01-08T01:25:35Z2018-10-30T22:47:26.165ZMerge pull request #1644 from jeffbolznv/buffer_reference
d12fbc4c0c@johnkslang2019-01-07T16:48:11Z2018-10-30T22:47:26.165ZSPV: Move to the latest header.
6eab476e5a@johnkslang2019-01-04T00:11:46Z2018-10-30T22:47:26.165ZMerge pull request #1643 from dneto0/update-issue-1642
83b2647293@johnkslang2018-12-30T00:44:50Z2018-10-30T22:47:26.165ZMerge pull request #1634 from greg-lunarg/lines10
9ed38739b9@johnkslang2018-12-18T17:38:32Z2018-10-30T22:47:26.165ZMerge pull request #1627 from greg-lunarg/lines8
af22355bb1@johnkslang2018-12-18T17:33:39Z2018-10-30T22:47:26.165ZMerge pull request #1633 from akien-mga/cmake-2.8-pthread
1a19598ef0@johnkslang2018-12-18T00:49:05Z2018-10-30T22:47:26.165ZMerge pull request #1632 from alan-baker/mem-model-1610
6d17865876@johnkslang2018-12-17T21:00:43Z2018-10-30T22:47:26.165ZBuild: Make calling argument types match declared parameter types.
e26630fe20@johnkslang2018-12-15T03:30:39Z2018-10-30T22:47:26.165ZMerge pull request #1628 from jeffbolznv/storagebuffer_sbt
b23d232ec5@johnkslang2018-12-14T17:47:35Z2018-10-30T22:47:26.165ZLicensing. Fixes #958. Add licenes file and update copyrights.
30b697ee63@johnkslang2018-12-14T01:43:02Z2018-10-30T22:47:26.165ZBuild: Reduce warnings.
236eb0d325@johnkslang2018-12-13T19:06:12Z2018-10-30T22:47:26.165ZGLSL/SPV: XFB: No streams on types, but support them on built-in blocks.
ba9f596eee@johnkslang2018-12-13T01:18:25Z2018-10-30T22:47:26.165ZMerge pull request #1625 from jeffbolznv/update_spirv_tools
00054da5e6@johnkslang2018-12-10T23:47:05Z2018-10-30T22:47:26.165ZInfrastructure: Fix .gitattributes typo eof -> eol. Also update README
0dbc5cbc5d@johnkslang2018-12-10T22:37:21Z2018-10-30T22:47:26.165ZMerge pull request #1620 from akien-mga/unix-executable-bit
a10e6e95fc@johnkslang2018-12-10T15:46:53Z2018-10-30T22:47:26.165ZMerge pull request #1624 from akien-mga/osdependent-link-threads
dc4fe2d648@johnkslang2018-12-08T01:40:14Z2018-10-30T22:47:26.165ZMerge branch ‘ClemensRognerSD-dx9-sampler’
bd1c1831d5@johnkslang2018-12-08T01:38:26Z2018-10-30T22:47:26.165ZManually merge ClemensRognerSD-dx9-sampler and resolve conflicts.
127cea5c9a@johnkslang2018-12-07T21:10:06Z2018-10-30T22:47:26.165ZMerge pull request #1614 from alan-baker/test-updates
0bb930fc0f@johnkslang2018-12-04T06:21:15Z2018-10-30T22:47:26.165ZMerge pull request #1613 from alegal-arm/types
667506a5ea@johnkslang2018-11-29T17:43:25Z2018-10-30T22:47:26.165ZMerge pull request #1602 from Igalia/apinheiro/prevent-xfbstride-twice
f9edfdab0e@johnkslang2018-11-29T09:32:46Z2018-10-30T22:47:26.165ZMerge pull request #1603 from KhronosGroup/uint-array-length
4efc6f1ed0@johnkslang2018-11-29T07:37:16Z2018-10-30T22:47:26.165ZBump version.
8c869679f2@johnkslang2018-11-28T14:01:37Z2018-10-30T22:47:26.165ZSPV: For GLSL only, bitcast OpArrayLength result back to int.
f44b17ee13@johnkslang2018-11-28T02:42:19Z2018-10-30T22:47:26.165ZMerge pull request #1606 from dj2/ndk_build
e045c23a34@johnkslang2018-11-27T16:19:10Z2018-10-30T22:47:26.165ZSPV: Generate OpArrayLength with no signedness.
d41a8dca0c@johnkslang2018-11-27T14:45:52Z2018-10-30T22:47:26.165ZBuild: Fix build warnings introduced by 2173c6.
c7a84a9247@johnkslang2018-11-27T14:17:10Z2018-10-30T22:47:26.165ZMerge pull request #1567 from Igalia/apinheiro/xfb-1535
d7baecfab7@johnkslang2018-11-27T13:41:36Z2018-10-30T22:47:26.165ZMerge pull request #1595 from dgkoch/EXT_fragment_invocation_density
2173c650ac@johnkslang2018-11-27T10:53:28Z2018-10-30T22:47:26.165ZMerge pull request #1597 from sheredom/add_conversion_folding
fb7a7ea2df@johnkslang2018-11-26T17:53:24Z2018-10-30T22:47:26.165ZMerge pull request #1598 from alan-baker/geo-xfb-caps
83fe01e274@johnkslang2018-11-26T13:34:38Z2018-10-30T22:47:26.165ZSPV: non-functional: update to latest headers.
0e6c82ce93@johnkslang2018-11-25T06:13:25Z2018-10-30T22:47:26.165ZMerge pull request #1592 from KhronosGroup/subgroupBroadcast-const-id
f2675d4d6c@johnkslang2018-11-21T21:43:18Z2018-10-30T22:47:26.165ZGLSL: Fix #1591: Require the id in subgroupBroadcast to be constant.
d2a7b07a64@johnkslang2018-11-16T21:41:13Z2018-10-30T22:47:26.165ZMerge pull request #1587 from dneto0/update-known-good
1a5e3a9ba6@johnkslang2018-11-16T17:02:18Z2018-10-30T22:47:26.165ZBump minor version.
654544e96b@johnkslang2018-11-16T16:57:59Z2018-10-30T22:47:26.165ZMerge branch ‘jeffbolznv-scalar_block_layout’
e3b76ed608@johnkslang2018-11-16T16:57:33Z2018-10-30T22:47:26.165ZMerge branch ‘scalar_block_layout’ of https://github.com/jeffbolznv/glslang into jeffbolznv-scalar_block_layout
30cb924538@johnkslang2018-11-16T06:43:35Z2018-10-30T22:47:26.165ZMove to next SPIRV-Tools known good.
f4ba9522ec@johnkslang2018-11-15T22:07:28Z2018-10-30T22:47:26.165ZGLSL: Increase supported sizes of XBF strides and offsets.
579ccece45@johnkslang2018-11-15T18:29:12Z2018-10-30T22:47:26.165ZMerge pull request #1583 from TiemoJung/fix_dot_int
1bc601c674@johnkslang2018-11-15T17:37:21Z2018-10-30T22:47:26.165ZBump revision.
75cbfcc278@johnkslang2018-11-15T16:57:43Z2018-10-30T22:47:26.165ZUpdate to latest SPIR-V Tools.
e3cc0d35f3@johnkslang2018-11-14T18:40:45Z2018-10-30T22:47:26.165ZMerge pull request #1579 from TiemoJung/handle_c_register
844e0773a3@johnkslang2018-11-14T18:39:22Z2018-10-30T22:47:26.165ZMerge pull request #1580 from TiemoJung/float1_times_scalar_fix
e323a4544c@johnkslang2018-11-14T18:35:22Z2018-10-30T22:47:26.165ZMerge pull request #1577 from TiemoJung/fix_broken_type_system
7274bbc27c@johnkslang2018-11-13T15:36:43Z2018-10-30T22:47:26.165ZMerge pull request #1571 from dj2/result
97573b0c41@johnkslang2018-11-12T23:13:40Z2018-10-30T22:47:26.165ZMerge pull request #1573 from dneto0/fix-pch
d509a5eec6@johnkslang2018-11-12T16:01:35Z2018-10-30T22:47:26.165ZMerge pull request #1569 from amdrexu/bugfix
918caa7ee4@johnkslang2018-11-09T19:27:39Z2018-10-30T22:47:26.165ZMerge pull request #1547 from Igalia/apinheiro/xfb-struct-assignment
685fccd97a@johnkslang2018-11-09T04:08:54Z2018-10-30T22:47:26.165ZMerge pull request #1565 from greg-lunarg/kg25
4207c97b93@johnkslang2018-11-08T01:25:56Z2018-10-30T22:47:26.165ZFix #1563: Corrupt token when an object macro miscalls a function macro
4ee2f75294@johnkslang2018-11-08T00:14:46Z2018-10-30T22:47:26.165ZPP: More clearly distinguish funtion-like and object-like macros
0a339ec20c@johnkslang2018-11-07T17:01:25Z2018-10-30T22:47:26.165ZMerge pull request #1564 from jeffbolznv/spirv-pch
8b782e77df@johnkslang2018-11-06T21:51:27Z2018-10-30T22:47:26.165ZTests: Add test for ways of calling no-argument macro with ().
1c1c2d643a@johnkslang2018-11-02T16:24:48Z2018-10-30T22:47:26.165ZMerge pull request #1559 from jeffbolznv/glslang_pch
cdf7a85b14@johnkslang2018-11-02T16:23:22Z2018-10-30T22:47:26.165ZMerge pull request #1557 from nicebyte/spec-const-decorations
a440fbb04f@johnkslang2018-10-31T18:00:36Z2018-10-30T22:47:26.165ZMerge pull request #1543 from alelenv/nv-raytracing-final
0ac199df32@johnkslang2018-10-30T23:17:11Z2018-10-30T22:47:26.165ZMerge pull request #1558 from Kangz/fix_build_gn
5442b4fffc@Kangz2019-08-27T13:24:31Z2018-10-29T15:24:56.440ZBUILD.gn: Add missing HLSL files.
9757da4f8e@Kangz2019-08-26T12:13:54Z2018-10-29T15:24:56.440ZGN build (for Chromium): enable HLSL in dependents.
ab5382cf79@Kangz2018-10-30T15:11:46Z2018-10-29T15:24:56.440ZBUILD.gn: remove reference to non-existent header
f2dcc87c6a@sparmarNV2019-07-15T23:05:18Z2018-10-26T06:54:05.905ZAllow unsized view array dimension for non-block perviewNV attributes
6708b0ee82@sparmarNV2019-02-14T01:40:27Z2018-10-26T06:54:05.905ZHandle resizing/error checks for mesh shader out arrays
9466850f54@sparmarNV2019-02-12T20:27:21Z2018-10-26T06:54:05.905ZUpdate gtest to explicitly size gl_PrimitiveIndicesNV[]
ab027bef3d@sparmarNV2019-02-11T23:12:13Z2018-10-26T06:54:05.905ZFix resizing of gl_PrimitiveIndicesNV[] to max_primitives*geomSize
3958927a59@sparmarNV2019-02-07T22:28:12Z2018-10-26T06:54:05.905ZAdd missing support for gl_MeshViewCountNV/gl_MeshViewIndicesNV in task shaders
6b9a28b9cb@sparmarNV2019-01-24T00:24:32Z2018-10-26T06:54:05.905ZAdd extension checks for NV block member builtins
b16bea801c@TiemoJung2018-11-15T09:21:36Z2018-10-24T16:54:22.894Z[HLSL/Spir-V] fix for incorrect spir-v on int dot(int, int)
697fdf015f@TiemoJung2018-11-14T12:04:39Z2018-10-24T16:54:22.894ZHLSL: fix invalid spir-v vector * scalar for float1
31cd98c7b2@TiemoJung2018-11-14T11:59:18Z2018-10-24T16:54:22.894ZHLSL: implemented c register handling
8279f0728a@TiemoJung2018-11-13T16:11:03Z2018-10-24T16:54:22.894ZUpdated type conversion rules for HLSL frontend
d291b15911@dj22023-07-28T17:49:10Z2018-10-24T13:56:33.927ZRemove GLSLANG_WEB and GLSLANG_WEB_DEVEL
00965b9fa9@dj22020-06-15T18:10:44Z2018-10-24T13:56:33.927ZRemove unused variable. (#2273)
f15982ebeb@dj22020-06-02T05:21:03Z2018-10-24T13:56:33.927ZRemove install to the SPIRV/ folder. (#2256)
b858d41964@dj22020-04-28T04:05:24Z2018-10-24T13:56:33.927ZRemove unused Es310Desktop430 (#2200)
d50acf97c4@dj22020-03-30T14:03:11Z2018-10-24T13:56:33.927ZRemove unused variables.
04567eb232@dj22019-11-21T15:33:32Z2018-10-24T13:56:33.927ZCheck for ENABLE_SPVREMAPPER flag in CMakeList files.
af7c73b1c3@dj22019-11-06T14:50:40Z2018-10-24T13:56:33.927ZAdd deprecation for SPIRV/ install folder location.
3290d38011@dj22019-10-16T17:08:48Z2018-10-24T13:56:33.927ZUse commandline options instead of ENV variables
7d623e1c90@dj22019-10-16T14:45:11Z2018-10-24T13:56:33.927ZIndenting
0f98465f0a@dj22019-10-15T23:11:39Z2018-10-24T13:56:33.927ZUpdate CMakeLists.txt
3f072e158c@dj22019-10-15T20:47:28Z2018-10-24T13:56:33.927ZMove TARGETDIR as well
167201430d@dj22019-10-15T19:21:21Z2018-10-24T13:56:33.927ZMake runtests configurable.
78ba2510b8@dj22019-10-06T14:00:37Z2018-10-24T13:56:33.927Zsingle line
c13e0f1e99@dj22019-10-04T00:24:30Z2018-10-24T13:56:33.927ZUpdate appveyor and travis files
7b0e236325@dj22019-10-03T23:35:44Z2018-10-24T13:56:33.927ZMove install directory for SPIRV/ folder.
23e9f5ca74@dj22019-09-11T12:58:48Z2018-10-24T13:56:33.927ZComment out params instead of removing
24a5d23d5a@dj22019-09-10T19:39:22Z2018-10-24T13:56:33.927ZRemove unused params
3555043c04@dj22019-06-05T15:48:20Z2018-10-24T13:56:33.927ZRemove unused parameter
0560138e66@dj22019-02-20T21:40:13Z2018-10-24T13:56:33.927ZFixup leak of TString
756bfd0ad1@dj22019-02-20T21:30:35Z2018-10-24T13:56:33.927ZAllocate empty function name in the string pool.
e96fa717d3@dj22019-01-07T16:47:37Z2018-10-24T13:56:33.927ZMake sure source strings are terminated (#1641)
5ba79d5904@dj22018-11-26T21:27:55Z2018-10-24T13:56:33.927ZAdd NDK build files
12fcaa2cc2@dj22018-11-13T14:17:44Z2018-10-24T13:56:33.927ZReview feedback
70661b9c08@dj22018-11-12T18:56:52Z2018-10-24T13:56:33.927ZHandle potentially uninitialized result
ff6dcca575@infapi002020-06-04T07:39:31Z2018-10-24T11:18:39.381Zspirv: Support initializers on uniforms (#1588)
0f66082d1d@infapi002019-01-31T15:45:15Z2018-10-24T11:18:39.381ZParseHelper: don't assign xfb_offset for struct members
16ef9da372@infapi002018-10-25T10:49:33Z2018-10-24T11:18:39.381ZGlslangToSpv: prevent add XfbStride twice
af8c1bdb16@infapi002018-10-26T10:35:54Z2018-10-24T11:18:39.381ZParseHelper: assign xfb_offset for struct members too
a19eba6187@alelenv2026-05-27T17:07:04Z2018-10-23T19:23:38.265ZAdd basic support to accept extension GL_NV_desktop_lowp_mediump
458ff50a67@alelenv2026-04-30T01:09:47Z2018-10-23T19:23:38.265ZUpdate glslang for SPIRV issue 373
968eb87c07@alelenv2026-02-03T13:29:45Z2018-10-23T19:23:38.265ZAdd support for GL_NV_explicit_typecast. (#4161)
f7c910864c@alelenv2025-11-19T14:18:05Z2018-10-23T19:23:38.265ZAdd support for GL_EXT_shader_invocation_reorder. (#4088)
8e12361e6b@alelenv2025-07-29T17:12:21Z2018-10-23T19:23:38.265ZFix bug in handling slice of array being passed cooperative matrix load/store functions and strengthen error checks. (#4007)
fc060af481@alelenv2025-06-04T23:26:17Z2018-10-23T19:23:38.265ZFix bug in emitting correct capability for LSS built-in functions. (#3968)
8a6b381c9a@alelenv2025-02-05T18:57:37Z2018-10-23T19:23:38.265ZAdd support for GL_NV_linear_swept_spheres.
39766a0667@alelenv2025-02-03T18:38:53Z2018-10-23T19:23:38.265ZAdd support for GL_NV_cluster_acceleration_structure.
3f02132668@alelenv2023-10-02T19:07:50Z2018-10-23T19:23:38.265ZAdd support for GL_NV_displacement_micromap.
6d8b00b1c6@alelenv2022-12-09T20:19:51Z2018-10-23T19:23:38.265ZAdd support for GL_NV_shader_invocation_reorder. (#3054)
4fc43cd3c1@alelenv2022-12-09T20:19:08Z2018-10-23T19:23:38.265ZAdd support for GL_NV_shader_invocation_reorder. (#3054)
521216aaaa@alelenv2022-05-06T04:46:58Z2018-10-23T19:23:38.265ZDisable layout error check for RT ops in presence of EXT_spirv_intrinsics
e306f02927@alelenv2021-12-06T21:09:03Z2018-10-23T19:23:38.265ZDo not output location decoration for certain variables in ray tracing storage
c571cd8f89@alelenv2021-10-20T03:59:35Z2018-10-23T19:23:38.265ZSkip auto decorating shader record buffer blocks with ‘set’ and
35af9ea58e@alelenv2021-08-12T16:57:22Z2018-10-23T19:23:38.265ZUpdate known_good for SPV_NV_ray_tracing_motion_blur.
da8027a9df@alelenv2021-08-10T19:02:09Z2018-10-23T19:23:38.265ZMerge branch ‘KhronosGroup:master’ into rt_motion
fc60f77aa2@alelenv2021-08-10T17:40:28Z2018-10-23T19:23:38.265ZAdd support for GL_NV_ray_tracing_motion_blur.
999d4fdcdd@alelenv2020-06-02T06:24:41Z2018-10-23T19:23:38.265ZAdd default descriptorset decoration for acceleration structure (#2257)
d39b8afc47@alelenv2020-05-28T15:18:07Z2018-10-23T19:23:38.265ZEXT_ray_tracing requires spv1.4 (#2237)
59216d5cd8@alelenv2020-05-21T11:38:41Z2018-10-23T19:23:38.265ZAdd support for primitive culling layout qualifier. (#2220)
75de196cec@alelenv2020-04-09T04:09:20Z2018-10-23T19:23:38.265ZAdd support for EXT_ray_flags_primitive_culling. (#2173)
f986436a90@alelenv2020-03-30T17:24:30Z2018-10-23T19:23:38.265ZError assigns to objects of rayQueryEXT type.
09a9f8353e@alelenv2020-03-18T16:30:05Z2018-10-23T19:23:38.265ZRe-add NV enums for raytracing to prevent build breaks.
c1e61d6cff@alelenv2019-07-22T19:36:38Z2018-10-23T19:23:38.265ZFix bugs in missing Builtin decoration for some NV builtins for tessellation
a76d1c211b@alelenv2019-07-17T21:40:58Z2018-10-23T19:23:38.265ZFix bug in printing trailing comma when dumping AST for a structure.
afa5671fef@alelenv2019-03-04T19:05:55Z2018-10-23T19:23:38.265ZError out writes to shaderRecordNV buffer blocks.