- 90e402f SPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2 by John Kessenich · 5 years ago
- e4e56bc Merge pull request #1902 from jeffbolznv/extended_types by John Kessenich · 5 years ago
- c5b669e Add GL_EXT_shader_subgroup_extended_types support by Jeff Bolz · 5 years ago
- 8317e6c SPV: Support SPIR-V 1.5; five extensions no longer need OpExtension. by John Kessenich · 5 years ago
- aaff6cd SPV 1.5: Switch to the 1.5 header, for SPIR-V 1.5. by John Kessenich · 5 years ago
- 387657e GL_NV_integer_cooperative_matrix support by Jeff Bolz · 5 years ago
- deec193 Web: Turn off includes, independent preprocessing path, fine tune all. by John Kessenich · 5 years ago
- b9197c8 Web: Make switched methods all be non-virtual, more web-dependent code, by John Kessenich · 5 years ago
- fb4f233 Web: Use isEsProfile() instead of run-time testing; remove more atomics by John Kessenich · 5 years ago
- 155d351 Web: Remove unused stage functionality, SPIR-V logger, and hex_utils by John Kessenich · 5 years ago
- 39697cd Web: Remove unnecessary GLSL numeric types, and some collateral. by John Kessenich · 5 years ago
- 3e4b6ff Web: Tighten up sampling code and interfaces. by John Kessenich · 5 years ago
- eaf4496 Web: Complete the removal of vendor-specific #ifdef's, including CMake. by John Kessenich · 5 years ago
- a28f7a7 Web: Generalize _EXTENSIONS* in SPIR-V back-end. by John Kessenich · 5 years ago
- 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
- 23d2775 Web: Selectively remove a few key features, using #ifndef GLSLANG_WEB by John Kessenich · 5 years ago
- 3cea2e5 Bump revision and give the bots another chance to work. by John Kessenich · 5 years ago
- 7fc8683 Merge pull request #1813 from jeffbolznv/compositeconstruct by John Kessenich · 5 years ago
- c1e61d6 Fix bugs in missing Builtin decoration for some NV builtins for tessellation by Ashwin Lele · 5 years ago
- 2bb2da9 SPV: Update to latest SPIR-V header. by John Kessenich · 5 years ago
- bb7307b OpIsHelperInvocationEXT should declare relevant SPV extension and capability by Rex Xu · 5 years ago
- dbd4c3c spirv: Generate missing SampleMaskOverrideCoverageNV capability op by Jason Macnak · 5 years ago
- 91fb009 Add support for SPV_KHR_shader_clock by amhagan · 5 years ago
- 6a50a78 update spirv-headers to pick up demote_to_helper_invocation by Jeff Bolz · 5 years ago
- ba6170b Implement GL_EXT_demote_to_helper_invocation by Jeff Bolz · 5 years ago
- 5313449 Handle SPIR-V type mismatch when constructing a composite by Jeff Bolz · 5 years ago
- 6cca0e9 Remove extraneous semicolons by Shahbaz Youssefi · 5 years ago
- 9c14f77 AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al. by John Kessenich · 5 years ago
- a9b00ac Merge pull request #1806 from KhronosGroup/nan-clamp by John Kessenich · 5 years ago
- 5d73a3c Merge pull request #1698 from jeffbolznv/private_storage_variables by John Kessenich · 5 years ago
- 605afc7 SPV: Add a switch for favoring non-NaN operands in min, max, and clamp. by John Kessenich · 5 years ago
- 38a52fc Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model by Jeff Bolz · 5 years ago
- 2cb2f19 Add support for GL_NV_shader_sm_builtins by Daniel Koch · 5 years ago
- fd556e3 Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL by Jeff Bolz · 5 years ago
- c6f0ce8 Support GL_ARB_fragment_shader_interlock by Jeff Bolz · 5 years ago
- 593a4e0 Fix subgroup support for ray tracing by Daniel Koch · 5 years ago
- 9bb17cd Return consistent names from CapabilityString by Daniel Koch · 5 years ago
- cda52d5 Fixed .dll install on MSVC. by Matthew Albrecht · 5 years ago
- 6e384fe Build: Fix 3 warnings. by John Kessenich · 5 years ago
- b64952e SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures. by John Kessenich · 5 years ago
- f43c739 SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. by John Kessenich · 6 years ago
- 61a5ce1 SPV 1.4: Lookup tables: Use variable initializer and NonWritable... by John Kessenich · 6 years ago
- fbb6bdf SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. by John Kessenich · 6 years ago
- 1f4d046 SPV 1.4: Implement the 5 new loop controls. by John Kessenich · 6 years ago
- 0c1e71a SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions. by John Kessenich · 6 years ago
- 7c7731e SPV 1.4: Generate all globals on OpEntryPoint interface list. by John Kessenich · 6 years ago
- 2dd4ab3 SPV: Move to the SPIR-V 1.4 header. by John Kessenich · 5 years ago
- 88220d5 For nonuniformEXT constructor, make a copy of the node to decorate by Jeff Bolz · 5 years ago
- faac86e If a shader's only use of float16 is for FConvert, add the Float16 capability. by Jeff Bolz · 6 years ago
- 3416d48 Update to latest SPIR-V header and bump revision. by John Kessenich · 6 years ago
- 8b2f96d Check if _MSC_VER is defined before using. by Daniel Koch · 6 years ago
- bd0f5ad Merge pull request #1733 from null77/fix-msvc-warn by John Kessenich · 6 years ago
- 099a80d Suppress MSVC warning about unused variable. by Jamie Madill · 6 years ago
- 35aeb04 Avoid running the validator as part of the optimization pass. by Panagiotis Christopoulos Charitos · 6 years ago
- b184e41 Build: Update to the most recent SPIR-V headers, for Rev. 7 of SPV 1.3 by John Kessenich · 6 years ago
- 40c16ec Merge pull request #1717 from jeffbolznv/getBufferReferenceAlignment by John Kessenich · 6 years ago
- 7895e47 Move getBufferReferenceAlignment to be a method of TType by Jeff Bolz · 6 years ago
- 3fd1232 Improved fix for buffer reference constants by Jeff Bolz · 6 years ago
- 79d25ea Merge pull request #1714 from jeffbolznv/volatil by John Kessenich · 6 years ago
- cc4a756 Build: Update to latest SPIR-V header. by John Kessenich · 6 years ago
- 38cbad1 Fix interactions between 'volatile' and the Vulkan memory model by Jeff Bolz · 6 years ago
- 1994fe4 Fix NV_EXTENSIONS-disabled build by Jeff Bolz · 6 years ago
- 4605e2e Implement GL_NV_cooperative_matrix by Jeff Bolz · 6 years ago
- 76577b1 Fix -Wextra-semi warnings in headers used in Chromium by Nico Weber · 6 years ago
- 2b2316d Add Float16/Int8/Int16 capabilities for private variables and function parameters by Jeff Bolz · 6 years ago
- 332b173 Fix mismatched integer comparison (size_t/unsigned int vs int) by baldurk · 6 years ago
- d72f488 Build: fix warnings. Fixes #1653. by John Kessenich · 6 years ago
- 69932ab Merge pull request #1645 from KhronosGroup/dupe-accelstruct by John Kessenich · 6 years ago
- 3cf3f96 Don't output duplicate TypeAccelerationStructureNV declarations by Piers Daniell · 6 years ago
- 9f2aec4 GL_EXT_buffer_reference by Jeff Bolz · 6 years ago
- d12fbc4 SPV: Move to the latest header. by John Kessenich · 6 years ago
- d445bb2 Create separate OpSource for each included file by Greg Fischer · 6 years ago
- 9ed3873 Merge pull request #1627 from greg-lunarg/lines8 by John Kessenich · 6 years ago
- 5620a2f Add passes to legalization to preserve source line info when generated. by Greg Fischer · 6 years ago
- 61a0cd1 Fix bug where shaderRecordNV buffers were using StorageBuffer storage class by Jeff Bolz · 6 years ago
- b23d232 Licensing. Fixes #958. Add licenes file and update copyrights. by John Kessenich · 6 years ago
- 236eb0d GLSL/SPV: XFB: No streams on types, but support them on built-in blocks. by John Kessenich · 6 years ago
- 0a93cfb Update 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. by Jeff Bolz · 6 years ago
- ebfd91a Remove Unix executable permission from text files by Rémi Verschelde · 6 years ago
- 5d43c4a SPV: Fix #1575, fix #1593: Support HLSL #line by greg-lunarg · 6 years ago
- 667506a Merge pull request #1602 from Igalia/apinheiro/prevent-xfbstride-twice by John Kessenich · 6 years ago
- 16ef9da GlslangToSpv: prevent add XfbStride twice by Alejandro Piñeiro · 6 years ago
- 8c86967 SPV: For GLSL only, bitcast OpArrayLength result back to int. by John Kessenich · 6 years ago
- e045c23 SPV: Generate OpArrayLength with no signedness. by John Kessenich · 6 years ago
- d7baecf Merge pull request #1595 from dgkoch/EXT_fragment_invocation_density by John Kessenich · 6 years ago
- 440f95b Update known good SPIRV tools and headers by Alan Baker · 6 years ago
- 5154db5 Implement GL_EXT_fragment_invocation_density by Daniel Koch · 6 years ago
- 83fe01e SPV: non-functional: update to latest headers. by John Kessenich · 6 years ago
- e3b76ed Merge branch 'scalar_block_layout' of https://github.com/jeffbolznv/glslang into jeffbolznv-scalar_block_layout by John Kessenich · 6 years ago
- b16bea8 [HLSL/Spir-V] fix for incorrect spir-v on int dot(int, int) by t.jung · 6 years ago
- 7da39ed Implement GL_EXT_scalar_block_layout by Jeff Bolz · 6 years ago
- 697fdf0 HLSL: fix invalid spir-v vector * scalar for float1 by t.jung · 6 years ago
- 12fcaa2 Review feedback by Dan Sinclair · 6 years ago
- 70661b9 Handle potentially uninitialized result by Dan Sinclair · 6 years ago
- 68fbda9 Add DeadBranchElim before MergeReturn in legalization. by GregF · 6 years ago
- cdf7a85 Merge pull request #1557 from nicebyte/spec-const-decorations by John Kessenich · 6 years ago
- 4c9876b Add names for composite constants in SPIR-V by Grigory Dzhavadyan · 6 years ago
- ff1783d Multiple features and misc fixes for final raytracing non experimental version. by Ashwin Lele · 6 years ago
- b2b3d81 Merge pull request #1556 from Kangz/msvc by John Kessenich · 6 years ago
- 04a2fe9 Fix MSVC warning C4065: 'default' but no 'case' labels by Corentin Wallez · 6 years ago