aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/parseVersions.h
AgeCommit message (Expand)Author
2020-08-14Fix #2366, fix #2358, correctly separate out numerical feature checkingjohnkslang
2020-07-31Use GLSLANG_ANGLE to strip features to what ANGLE requiresShahbaz Youssefi
2020-07-13Revert "Merge pull request #2330 from ShabbyX/optimize_for_angle"John Kessenich
2020-07-08Use GLSLANG_ANGLE to strip features to what ANGLE requiresShahbaz Youssefi
2020-05-28EXT_ray_tracing requires spv1.4 (#2237)alelenv
2019-09-28HLSL: Fix #1912: add attribute syntax for overriding image formats.John Kessenich
2019-08-22GL_NV_integer_cooperative_matrix supportJeff Bolz
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: Optional error management and error tightening.John Kessenich
2019-08-20Web: Use isEsProfile() instead of run-time testing; remove more atomicsJohn Kessenich
2019-08-20Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB.John Kessenich
2019-08-20Web: Change a bunch of HLSL methods from dynamic to compile-time known.John Kessenich
2019-02-25Implement GL_NV_cooperative_matrixJeff Bolz
2018-12-14Licensing. Fixes #958. Add licenes file and update copyrights.John Kessenich
2018-12-07Manually merge ClemensRognerSD-dx9-sampler and resolve conflicts.John Kessenich
2018-09-27Based on feedback rename checkShaderStageForNVExtensions to checkExtensionStageSahil Parmar
2018-09-26changes based on feedbackSahil Parmar
2018-09-25Add ES 320 support and additional error checks for SPV_NV_mesh_shaderSahil Parmar
2018-08-07Remove execute permissionsotakuto
2018-07-12Errors and Build: Fix build warnings, which also improved error messages.John Kessenich
2018-07-03Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions.John Kessenich
2018-03-07Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-fea...John Kessenich
2018-03-07HLSL: Map min types to GLSL 16-bit typesRex Xu
2018-03-06SPV: Implement Vulkan 1.1 features and extensions.John Kessenich
2018-03-02Implement the extension GL_AMD_gpu_shader_half_float_fetchRex Xu
2017-06-09Implement extension GL_AMD_gpu_shader_int16Rex Xu
2017-06-05GLSL: replace general missing functionality with specific messages.John Kessenich
2017-01-06Non-functional: White space after "//", mostly for copyrights.John Kessenich
2016-12-04Fixed processing #include's when preprocessing HLSLKeith Newton
2016-09-30Parser: Implement extension GL_AMD_gpu_shader_half_float.Rex Xu
2016-07-23HLSL: enable #line extension by default for HLSL source.LoopDawg
2016-06-16SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses.John Kessenich
2016-05-03Vulkan: Add the #define VULKAN 100 when compiled for Vulkan.John Kessenich
2016-04-30Implement the extension GL_ARB_gpu_shader_int64Rex Xu
2016-03-12Refactor TParseContext into 3 level inheritance.John Kessenich