aboutsummaryrefslogtreecommitdiff
path: root/glslang/Include/Types.h
AgeCommit message (Expand)Author
2022-02-07Fix sameElementShape test of samplerGreg Fischer
2022-02-01Enhance readability of error messages for GLSLGreg Fischer
2021-12-28Fix seg faultJeremy Hayes
2021-11-25Fix validation failures of test cases regarding GL_EXT_spirv_intrinsicsRex Xu
2021-11-08Fix incorrect link time validation for unused gl_PerVertex membersKevin McCullough
2021-09-22Auto push constant blocks (#2764)Malcolm Bechard
2021-06-09Implement the extension GL_EXT_spirv_intrinsicsRex Xu
2021-04-15TextureOffset not support sampler2DArrayShadow sampler until 430.ZhiqianXia
2021-04-06Do not propagate packing qualifiers to scalars or vectorsGreg Fischer
2021-03-23Fix warnings about int comparisons of different signnessBen Clayton
2021-03-19Partial fix for inconsistencies re: #2578Malcolm Bechard
2021-03-15Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage...greg-lunarg
2021-03-10Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware I...greg-lunarg
2021-03-08Implement GL_EXT_vulkan_glsl_relaxed optionwill brown
2021-01-25Implement GL_EXT_null_initializerJohn Kessenich
2020-11-23Updates for final Vulkan ray tracing extensions (#2466)Daniel Koch
2020-11-04Add GL_EXT_shader_image_int64 support (#2409)Tobski
2020-10-24HLSL: Add support for printf().Rex Xu
2020-05-21Add support for primitive culling layout qualifier. (#2220)alelenv
2020-04-02Shader interface matching rework to fix #2136 (#2156)Malcolm Bechard
2020-03-26pass-by-reference updatesNeslisah Torosdagli
2020-03-25Merge pull request #2139 from neslimsah/masterJohn Kessenich
2020-03-23rayQueryEXT function parameterNeslisah Torosdagli
2020-03-23Fix build on CMake 2.8, and fix Web buildKai Ninomiya
2020-03-19GL_EXT_ray_query updatesTorosdagli
2020-03-17Add support for GLSL_EXT_ray_tracingDaniel Koch
2020-03-11Add flag to check whether offset is implicit or explicit (#2031)Chow
2019-12-09Fix #2020: PR #1977 broke HLSL member consistency, this finishes it...John Kessenich
2019-11-15HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout.John Kessenich
2019-10-23Web: Reclaim more space and make all work w/wo GLSLANG_WEB.John Kessenich
2019-10-23Web: Add separate texture/sampler, exclude *CubeArray*.John Kessenich
2019-10-11Remove unnecessary semi-colons and add warning about themRyan Harrison
2019-10-11Merge pull request #1888 from Roy-AMD/Adjusting-code-interfaceJohn Kessenich
2019-09-16Add flags for local size values ( compute shader )Chow
2019-09-05Fix #1879: Check for valid variable before checking for unsized arrays.John Kessenich
2019-09-02Adjusting code interfaceRoy
2019-08-22GL_NV_integer_cooperative_matrix supportJeff Bolz
2019-08-22GLSL: Inherit memory qualifiers, both declaratively and in execution.John Kessenich
2019-08-20Web: Turn off includes, independent preprocessing path, fine tune all.John Kessenich
2019-08-20Web: Make switched methods all be non-virtual, more web-dependent code,John Kessenich
2019-08-20Web: Use isEsProfile() instead of run-time testing; remove more atomicsJohn Kessenich
2019-08-20Web: Remove unused stage functionality, SPIR-V logger, and hex_utilsJohn Kessenich
2019-08-20Web: Remove unnecessary GLSL numeric types, and some collateral.John Kessenich
2019-08-20Web: Tighten up sampling code and interfaces.John Kessenich
2019-08-20Web: Generalize _EXTENSIONS* in SPIR-V back-end.John Kessenich
2019-08-20Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB.John Kessenich
2019-07-17Fix bug in printing trailing comma when dumping AST for a structure.Ashwin Lele
2019-06-08Add support for GL_NV_shader_sm_builtinsDaniel Koch
2019-06-03Support GL_ARB_fragment_shader_interlockJeff Bolz
2019-04-16revert typeName from getCompleteString() (breaks tests), add to function dump...Christoph Kubisch