- 01 Apr, 2021 3 commits
-
-
Greg Fischer authored
Update minimum SPIR-V requirement for GL_EXT_buffer_reference
-
Greg Fischer authored
Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structs
-
Greg Fischer authored
Generate load of interpolant for first operand to GLSLstd450 InterpolateAt* SPIR-V ops. This allows the interpolants to propagate from the input struct in the wrapper around main into the shader during HLSL legalization. A new pass has been added to legalization which will remove the load and replace with the pointer of the load to create valid external interpolate op. Fixes #2584
-
- 31 Mar, 2021 1 commit
-
-
Greg Fischer authored
For bug #2580: sparseTextureGatherOffsetsARB should only take constant offsets
-
- 29 Mar, 2021 2 commits
-
-
Pankaj Mistry authored
-
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 1 commit
-
-
greg-lunarg authored
Returned using find_host_package for PythonInterp 3 instead of find_pachage.
-