aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/localintermediate.h
AgeCommit message (Expand)Author
2023-01-19Revert "Merge remote-tracking branch 'aosp/upstream-master' into..."ndk-r27-rc1ndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26ndk-r27-releasendk-r26-releasemaster-ndkJames Farrell
2022-12-09Add support for GL_NV_shader_invocation_reorder. (#3054)alelenv
2022-12-07Merge pull request #3066 from ShchchowAMD/shaochi/bindlessGreg Fischer
2022-12-07[glslang][EXT] Support extension ARB_bindless_texture.Zhou
2022-11-30Use nullptr where possible instead of NULL or 0Johannes Kauffmann
2022-11-08Remove GLSLANG_ANGLEShahbaz Youssefi
2022-09-09Merge pull request #2985 from jeremy-lunarg/hayes-nonsemantic-shader-debuginf...Greg Fischer
2022-09-01GL_EXT_mesh_shader/SPV_EXT_mesh_shader implementationPankaj Mistry
2022-08-26Implement NonSemantic.Shader.DebugInfo.100Jeremy Hayes
2022-07-18Add SPV_AMD_shader_early_and_late_fragment_testsdwang102
2022-07-07Fix getEnhancedMsgs to work when HLSL not enabledGreg Fischer
2022-03-11The first redeclarations of gl_FragCoord must appear before anyZhiqianXia
2022-02-01Enhance readability of error messages for GLSLGreg Fischer
2022-01-26Add Vulkan 1.3 supportGreg Fischer
2021-12-16Add support for spirv1.6Greg Fischer
2021-11-16Add --hlsl-dx-position-w optionGreg Fischer
2021-08-01Merge pull request #2716 from greg-lunarg/i2689Greg Fischer
2021-07-31Add support for pragma STDGL invariant(all)Greg Fischer
2021-07-29Merge branch 'master' into BugPointGreg Fischer
2021-07-19Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5.ZhiqianXia
2021-07-12Atomic memory function can only be used for shader storage block member or sh...ZhiqianXia
2021-06-09Implement the extension GL_EXT_spirv_intrinsicsRex Xu
2021-06-07Implement GL_EXT_subgroup_uniform_control_flow.John Kessenich
2021-03-17Fix issue with remapping global uniform blocksMalcolm 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-02-24Require fixed workgroup size declarationJeremy Hayes
2021-02-15Merge pull request #2458 from ShchchowAMD/unique_id-fixgreg-lunarg
2021-02-15Fix issue for new unique id system. Add level bits to help verifying symbols ...Chow
2021-02-03Remove useless semicolonDavid Neto
2021-01-29Add support for GL_EXT_shared_memory_blockCaio Marcelo de Oliveira Filho
2021-01-28Consider GL_EXT_scalar_block_layout when validating SPIR-VCaio Marcelo de Oliveira Filho
2020-11-23Updates for final Vulkan ray tracing extensions (#2466)Daniel Koch
2020-10-19Fix uninitialized use of TIntermediate::resource (#2424)Ben Clayton
2020-08-14Fix #2366, fix #2358, correctly separate out numerical feature checkingjohnkslang
2020-08-13Non-functional: spellings of "destinaton" and "addPairConversion"johnkslang
2020-08-06Non-functional: consistently use 'const TSourceLoc&' to pass location.johnkslang
2020-08-06SPV: Fix #1829: don't emit OpModuleProcessed use-storage-bufferjohnkslang
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-28fix warning unused parameter in release build (#2251)nihui
2020-05-21Reorder member init to match decl order (#2241)David Neto
2020-05-21Add support for primitive culling layout qualifier. (#2220)alelenv
2020-04-30Add support for extension GL_EXT_shader_implicit_conversionsPankaj Mistry
2020-04-02Remove extra semicolons (#2170)Ryan Harrison
2020-04-02Shader interface matching rework to fix #2136 (#2156)Malcolm Bechard
2020-03-30Fix #2163: improve comments for addProcess() and the preamble.John Kessenich
2020-03-23Fix build on CMake 2.8, and fix Web buildKai Ninomiya