- 29 Mar, 2021 1 commit
-
-
Jeremy Hayes authored
Require SPIR-V 1.3 when using GL_EXT_buffer_reference. Migrate tests to SPIR-V 1.3 fixture as necessary. Fix extension table key. Fix whitespace.
-
- 23 Mar, 2021 2 commits
-
-
greg-lunarg authored
Fix warnings about int comparisons of different signness
-
Ben Clayton authored
Warnings in public headers can trigger warnings-as-errors.
-
- 22 Mar, 2021 6 commits
-
-
greg-lunarg authored
Default to KHR extension
-
greg-lunarg authored
Don't check precision qualifiers on cross-stage checks
-
Jeremy Hayes authored
Fix #2530.
-
Malcolm Bechard authored
Fixes #2586
-
greg-lunarg authored
Add cmd_bat action to bazel export_spirv_headers target
-
greg-lunarg authored
Fixed OpGroupNonUniformQuadBroadcast Direction operand being marked as a literal
-
- 20 Mar, 2021 1 commit
-
-
Scott Bennett authored
Only having `cmd` rather than separate `cmd_bash` and `cmd_bat` (or `cmd_ps`) requires bash to be installed on Windows. So adding support for `cmd_bat` makes glslangValidator easier to compile on Windows.
-
- 19 Mar, 2021 3 commits
-
-
greg-lunarg authored
Partial fix for inconsistencies re: #2578
-
Sidney Just authored
-
Malcolm Bechard authored
gl_SecondaryPositionNV and gl_PositionPerViewNV are inconsistently declared inside and outside of gl_PerVertex. This breaks interface block matching. For now ignore these errors since it should be fixed with how they are declared.
-
- 18 Mar, 2021 2 commits
-
-
greg-lunarg authored
Fix issue with remapping global uniform blocks
-
greg-lunarg authored
fix typo for u64vec2/3/4 type define value
-
- 17 Mar, 2021 2 commits
-
-
Malcolm Bechard authored
Avoid adding global uniform blocks to stages that don't already have it. Otherwise multiple stages point to the same block object, and a remapping that occurs later on will change the mapping on multiple stages.
-
greg-lunarg authored
fix variable capitalization. Don't initialize it in the struct's constructor
-
- 16 Mar, 2021 1 commit
-
-
Malcolm Bechard authored
-
- 15 Mar, 2021 3 commits
-
-
greg-lunarg authored
Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper""
-
greg-lunarg authored
-
feifei14119 authored
1. fix macro definition value for unsinged-int64-vector, according to kronos spec at https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader_int64.txt; 2. fix typo in reflection
-
- 10 Mar, 2021 2 commits
-
-
greg-lunarg authored
Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"
-
greg-lunarg authored
-
- 09 Mar, 2021 1 commit
-
-
greg-lunarg authored
Pass correct proxy type for atomicStore
-
- 08 Mar, 2021 4 commits
-
-
greg-lunarg authored
GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper
-
Greg Fischer authored
Fixes #2564
-
will brown authored
-
greg-lunarg authored
SPV: The capability string for RayTracingProvisionalKHR is missing
-
- 04 Mar, 2021 1 commit
-
-
Rex Xu authored
Add it to GLSLang disassembler.
-
- 02 Mar, 2021 2 commits
-
-
greg-lunarg authored
Allow DepthUnchanged and DepthReplaced Modes in same SPIR-V module.
-
Greg Fischer authored
Fixes #2555
-
- 01 Mar, 2021 3 commits
-
-
greg-lunarg authored
Allow grad texture ops in all shaders
-
Greg Fischer authored
Fixes #2551
-
greg-lunarg authored
Fix off-by-1 bug in gl_MaxCombinedTextureImageUnits check
-
- 27 Feb, 2021 3 commits
-
-
greg-lunarg authored
Returned using find_host_package for PythonInterp 3 instead of find_pachage.
-
greg-lunarg authored
SPV: Change the key of extBuiltinMap to std::string
-
Greg Fischer authored
The problem was only with arrays of samplers. Fixed #2552
-
- 26 Feb, 2021 3 commits
-
-
greg-lunarg authored
Fix precision propagation around shifts
-
Greg Fischer authored
Fixes #2541
-
Evgeny Proydakov authored
I changed this logic here: https://github.com/KhronosGroup/glslang/pull/2526/commits/05798c17fb17d339d66e064a407e75ceae4c0316 It was originally fixed here: https://github.com/KhronosGroup/glslang/commit/967fa92d14acea305267574faf63ebe753de98c4
-