Commit History

Author SHA1 Message Date
  John Kessenich d3ed90be3a Fix #944: Convert argument type to match formal parameter type. 6 years ago
  John Kessenich 25bef9300d Merge pull request #1363 from mattparks/patch4 6 years ago
  John Kessenich 115cf8ea2c Merge pull request #1368 from danginsburg/issue_1367 6 years ago
  danginsburg fb6924d23b Fix issue #1367 - change the I/O remapper to ignore push constants so it does not apply a binding/descriptor set to them. 6 years ago
  John Kessenich 9cf275bb9e Build: Add missing break statements. Fixes #1052. 6 years ago
  Matthew Albrecht 1199cf92f7 Fixed install for SPIRV, glslang, and hlsl when building shared libs 6 years ago
  John Kessenich e375dad660 Merge pull request #1364 from greg-lunarg/kg17 6 years ago
  GregF 6b5d52a672 Update known-good. 6 years ago
  John Kessenich 46e07313f9 GLSL/Vulkan: Warn about arrays of arrays of resources that need bindings. 6 years ago
  John Kessenich b4cb70fcd9 GLSL: Fix #1359: don't allow unsized arrays as initializers. 6 years ago
  John Kessenich d8462c6f49 validate script: fix path 6 years ago
  John Kessenich c325f43646 GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 6 years ago
  John Kessenich 3beac945ff Infrastructure: If using .hlsl suffix, default is -D. 6 years ago
  John Kessenich 4c57470872 Bump revision. 6 years ago
  John Kessenich 2ead40ffa8 Tests: Add usage and tests for previous commit. 6 years ago
  John Kessenich fccbb8b40a Merge branch 'nicebyte-glsl-ext' 6 years ago
  John Kessenich 62f84fd5a3 Merge branch 'glsl-ext' of https://github.com/nicebyte/glslang into nicebyte-glsl-ext 6 years ago
  John Kessenich 3bb4c48cd9 Bump revision. 6 years ago
  John Kessenich 16b80f7897 Merge pull request #1345 from amdrexu/bugfix 6 years ago
  Rex Xu 7c88aff1a9 Specify SPV_AMD_gpu_shader_int16 extension string when frexp() takes 16-bit 6 years ago
  John Kessenich 6cf7645c6d Bump revision. 6 years ago
  John Kessenich c034c5a8a2 HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 6 years ago
  John Kessenich 24eae066bb Merge pull request #1348 from greg-lunarg/kg16 6 years ago
  John Kessenich d91e0360d4 Merge pull request #1351 from danginsburg/issue_1350 6 years ago
  danginsburg 5a69b675d6 Update gold results 6 years ago
  Grigory Dzhavadyan 33ddaaafc1 Make FindLanguage use the entire name if parseStageName is false 6 years ago
  Grigory Dzhavadyan ef203bfa38 Fix build error 6 years ago
  Grigory Dzhavadyan 3350741e24 Make glslang validator support files ending in .glsl 6 years ago
  danginsburg 95c87b657c Fix issue #1350 - set the node type to match the atomic TIntermAggregate node type so that AtomicSMin/Max is not generated with a result type of void. 6 years ago
  John Kessenich 0f8d43e505 GLSL/Vulkan: Enforce no location aliasing in vertex inputs. 6 years ago