- 994d4bf Tests: Add more string -> float tests. Related to #1456. by John Kessenich · 6 years ago
- e161cc1 GLSL: No more restrictions on (non)shadow sampler construction. by John Kessenich · 6 years ago
- 62faea7 Merge pull request #1451 from KhronosGroup/shadow-forces-depth by John Kessenich · 6 years ago
- 11da9ee HLSL: Fix #1445: distance() works on scalars. by John Kessenich · 6 years ago
- 7d4c9a0 GLSL: Construct shadow texture from non-shadow sampler. by John Kessenich · 6 years ago
- 0339af3 GLSL/SPV: If a texture is used with a shadow sampler, force 'shadow'. by John Kessenich · 6 years ago
- 5a7321e Merge branch 'master' of https://github.com/zeux/glslang into zeux-master by John Kessenich · 6 years ago
- b617e14 Link: Merge all the settings in TIntermediate. by John Kessenich · 6 years ago
- 41436ad Link/SPV: Correct symbol IDs on merging ASTs to a single coherent space by John Kessenich · 7 years ago
- e7f9cae Errors and Build: Fix build warnings, which also improved error messages. by John Kessenich · 7 years ago
- 8dafeab Merge pull request #1438 from Think-Silicon/getUniformStages by John Kessenich · 7 years ago
- cf6bd06 HLSL: Fix #1432: Globally initialize local static variables. by John Kessenich · 7 years ago
- f556e5d Reflection exposes the Shader Stages where a Uniform is present by dmpakas · 7 years ago
- 112e285 SPIRV: Simplify matrix->matrix constructor by Arseny Kapoulkine · 7 years ago
- 312dcfb Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. by John Kessenich · 7 years ago
- dccfeed HLSL: Fix #1423: implement CalculateLevelOfDetailUnclamped(). by John Kessenich · 7 years ago
- ab8960f Merge pull request #1416 from aejsmith/samplerless-texture-functions by John Kessenich · 7 years ago
- 513cc4c Merge branch 'HaydnTrigg-patch-1' by John Kessenich · 7 years ago
- 802c62b PP: Rationalize return values of MacroExpand. by John Kessenich · 7 years ago
- 9cc81de PP/HLSL: Fix #1424: support comma in nested curly braces for macro arg by John Kessenich · 7 years ago
- e47bfae Add support for GL_EXT_samplerless_texture_functions by Alex Smith · 7 years ago
- 2a805d9 Revert "GLSL: Fix #1279: refract does not have a double-type eta." by John Kessenich · 7 years ago
- 2c8265b GLSL: Fix #1358: Support "struct name", where name could be a user type by John Kessenich · 7 years ago
- 617d1b1 Relax a stringToDouble test for, OSX AppleClang 9.1 by David Neto · 7 years ago
- ba018e6 SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand by John Kessenich · 7 years ago
- ad7645f Fix #1360: uint->int width conversions must still be typed as uint. by John Kessenich · 7 years ago
- 14b85d3 Fix #1395: GLSL volatile maps to SPIR-V Volatile and Coherent. by John Kessenich · 7 years ago
- d6c9755 Change the major revision number for next commit. by John Kessenich · 7 years ago
- 369dc87 Merge pull request #1387 from jeffbolznv/disassembly_explicit_types by John Kessenich · 7 years ago
- af7a948 Add bit width of types to disassembleInstruction by Jeff Bolz · 7 years ago
- 1ea1b13 Testing: Add new tests, and new ways of testing, for floating-point. by John Kessenich · 7 years ago
- d2b5580 Update spirv-tools known-good by GregF · 7 years ago
- c599167 HLSL: allow self-type cast (as no-op passthrough) by LoopDawg · 7 years ago
- ebec909 GLSL: Fix #1279: refract does not have a double-type eta. by John Kessenich · 7 years ago
- 4e6d3ea HLSL: require coverage mask to be arrayed output. by LoopDawg · 7 years ago
- cfb05ec Merge pull request #1379 from LoopDawg/groupid-fix by John Kessenich · 7 years ago
- 91a8178 HLSL: various SPIR-V compute shader IDs must be a 3-vector of integers. by LoopDawg · 7 years ago
- 1326b8c HLSL: Allow stream output Append() method after entry point. by LoopDawg · 7 years ago
- 1831087 SPV: Fix #1374: For an SSBO 16-bit access, only emit StorageUniformBufferBlock16 capability. by John Kessenich · 7 years ago
- ecbd056 Tests: Fix #1372: Don't legalize runtests HLSL tests. by John Kessenich · 7 years ago
- d3ed90b Fix #944: Convert argument type to match formal parameter type. by John Kessenich · 7 years ago
- 46e0731 GLSL/Vulkan: Warn about arrays of arrays of resources that need bindings. by John Kessenich · 7 years ago
- b4cb70f GLSL: Fix #1359: don't allow unsized arrays as initializers. by John Kessenich · 7 years ago
- d8462c6 validate script: fix path by John Kessenich · 7 years ago
- c325f43 GLSL: Fix #1300: Can redeclare without size a sized built-in block array. by John Kessenich · 7 years ago
- 3beac94 Infrastructure: If using .hlsl suffix, default is -D. by John Kessenich · 7 years ago
- 2ead40f Tests: Add usage and tests for previous commit. by John Kessenich · 7 years ago
- c034c5a HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. by John Kessenich · 7 years ago
- 5a69b67 Update gold results by danginsburg · 7 years ago
- 0f8d43e GLSL/Vulkan: Enforce no location aliasing in vertex inputs. by John Kessenich · 7 years ago
- e891afa GLSL: Fix #1330: default outputs for GL_NV_geometry_shader_passthrough by John Kessenich · 7 years ago
- 6ae1870 HLSL: Fix #1332: consistently use uint for counter buf typing. by John Kessenich · 7 years ago
- 1dcd162 GLSL/SPV: no location on atomic_uint; Fix #1339. by John Kessenich · 7 years ago
- b92ce60 GLSL/SPV: Fix #1310: don't create unnecessary integer matrices. by John Kessenich · 7 years ago
- f52b638 Fix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for counters. by John Kessenich · 7 years ago
- 5611c6d GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier by John Kessenich · 7 years ago
- 6a4a427 GLSL: Implement correct semantic checking for run-time sized arrays. by John Kessenich · 7 years ago
- 5a867ac Linker: Fix #1329: correctly merge unsized arrays, and fix link tests. by John Kessenich · 7 years ago
- 2abe9a4 Implement GL_NV_shader_subgroup_partitioned by Jeff Bolz · 7 years ago
- fb03a55 Only print legalization warning if optimizer disabled by GregF · 7 years ago
- 7be3664 Merge pull request #1319 from KhronosGroup/array-rationalization by John Kessenich · 7 years ago
- ead8622 Non-functional. Rationalizations enabling future generalizations: by John Kessenich · 7 years ago
- ae06d1f Add int16 support to AMD_trinary_minmax and AMD_shader_ballot by Rex Xu · 7 years ago
- 643e57c Merge pull request #1313 from greg-lunarg/kg15 by John Kessenich · 7 years ago
- 0b46c1e Merge branch 'master' into kg15 by greg-lunarg · 7 years ago
- eecb874 Update SPIRV-Tools known good. by GregF · 7 years ago
- 859b034 Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. by John Kessenich · 7 years ago
- 1c3ab27 Test Results Only: Include size in implicitly sized arrays (change to unsized). by John Kessenich · 7 years ago
- 1fe4a44 Add locations to opaque types for OpenGL by Neil Roberts · 7 years ago
- e7e081b PP: don't give errors on some tokens under #if 0 (or similar). by John Kessenich · 7 years ago
- 5d610ee Implement SPV_GOOGLE_hlsl_functionality1. by John Kessenich · 7 years ago
- cd23a47 Merge pull request #1291 from ben-clayton/add-nv-nopersp by John Kessenich · 7 years ago
- f648083 Add tests for GL_NV_shader_noperspective_interpolation by Ben Clayton · 7 years ago
- 647fcca AST: Fix shift conversions, which don't require matching types. by John Kessenich · 7 years ago
- 137a24d AST: Remove convertToBasicType() which was obfuscating the conversion design. by John Kessenich · 7 years ago
- 017a567 Add support for GL_NV_shader_noperspective_interpolation by Ben Clayton · 7 years ago
- e62d1ba Merge branch 'fixup_sm_60_wording' of https://github.com/sheredom/glslang into sheredom-fixup_sm_60_wording by John Kessenich · 7 years ago
- ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 7 years ago
- fd920b3 WaveReadLaneFirst is the correct wording (was using WaveReadFirstLane previously...). by Neil Henning · 7 years ago
- 66011cb SPV: Implement Vulkan 1.1 features and extensions. by John Kessenich · 7 years ago
- b2ae1d0 Revert "Merge pull request #1274 from greg-lunarg/legal2" by John Kessenich · 7 years ago
- 663b90d Build: Fix build issues with previous commit. by John Kessenich · 7 years ago
- fd50f6a Legalization: Omit legalization warning when spirv-opt is linked. by GregF · 7 years ago
- aa2295f Merge branch 'bugfix' of https://github.com/amdrexu/glslang into amdrexu-bugfix by John Kessenich · 7 years ago
- 0216f24 SPV: Bump up the generator number. by John Kessenich · 7 years ago
- e518772 SPV: The result type of OpArrayLength should be UINT by Rex Xu · 7 years ago
- 1e5d7b0 Implement the extension GL_AMD_gpu_shader_half_float_fetch by Rex Xu · 8 years ago
- d55fe86 HLSL: Fix #1257: layout float1, int1, etc., as scalars. by John Kessenich · 7 years ago
- 46413d5 SPV: Fix #1258: cache constant structs by id, not opcode. by John Kessenich · 7 years ago
- 9c9c4e9 GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). by John Kessenich · 7 years ago
- 2d9973d Tests: specExamples.vert is used twice, it needs two different output names. by John Kessenich · 7 years ago
- 4bee531 HLSL: Fix #1249: Always execute both sides of ternary "?:". by John Kessenich · 7 years ago
- 4425f24 HLSL: Add conversions for image ops during SPV construction by LoopDawg · 7 years ago
- b587fb6 GLSL: Fix #1247. Remove extraneous *= matrix test. by John Kessenich · 7 years ago
- 23ea3db Warning for #pragma once. GLSL and HLSL. Addresses #824. by John Kessenich · 7 years ago
- 497d5ff Update SPIRV-Tools known-good by David Neto · 7 years ago
- 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 7 years ago
- 5c3eed5 SPV: Create more access chains addressing a few swizzling issues. by John Kessenich · 7 years ago
- d123299 Update SPIRV-Tools known-good by David Neto · 7 years ago
- b3f9e0a GLSL: Fix #1229: merge array sizes in parameter declarations. by John Kessenich · 7 years ago