aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/Intermediate.cpp
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-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-08-26Implement NonSemantic.Shader.DebugInfo.100Jeremy Hayes
2022-02-24Don't do updatePrecision on float16_t operationsGreg Fischer
2021-11-12TIntermediate::promoteConstantUnion(): fix conversion to int8Marius Hillenbrand
2021-09-02Perform update_precision on constructors and convertsGreg 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-02-26Fix precision propagation around shiftsGreg Fischer
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-01-30callGraph.push_front -> emplace_front to fix UBSANGleb Mazovetskiy
2020-11-23Updates for final Vulkan ray tracing extensions (#2466)Daniel Koch
2020-10-12Remove executable bits from code/data files (#2420)RĂ©mi Verschelde
2020-08-14Build: fix a build warningjohnkslang
2020-08-14Fix #2366, fix #2358, correctly separate out numerical feature checkingjohnkslang
2020-08-14Non-functional (almost): Refactor when 'extensionRequested' is called.johnkslang
2020-08-14Non-functional: Remove reinventing the scalar type, note code issuesjohnkslang
2020-08-13Non-functional: spellings of "destinaton" and "addPairConversion"johnkslang
2020-08-07Non-functional: correctly do GL_EXT_buffer_reference2 semantic checkingjohnkslang
2020-08-06Non-functional: consistently use 'const TSourceLoc&' to pass location.johnkslang
2020-07-15GLSL/SPV: Propagaet precision qualifier from function to return value.John Kessenich
2020-05-18Add check for DOUBLE in low versions (#2223)Chow
2020-04-30Add support for extension GL_EXT_shader_implicit_conversionsPankaj Mistry
2020-03-17Add support for GLSL_EXT_ray_tracingDaniel Koch
2020-03-01Copyright update, mostly to trigger bots again.John Kessenich
2020-02-18Fix part of #2070: Correctly handle promotion for <unary-op>(int).John Kessenich
2020-01-27Build: Fix more build warnings caused by PR #2038.John Kessenich
2020-01-26Build warning: Fix #2062, missing enum value in a switch.John Kessenich
2019-11-12HLSL: Fix #1960: fmod() was not converting int args to float.John Kessenich
2019-10-23Web: Reclaim more space and make all work w/wo GLSLANG_WEB.John Kessenich
2019-09-04Fix code style issue and remove setXfbBufferStride new paramteRoy
2019-09-02Adjusting code interfaceRoy
2019-08-20Web: Turn off includes, independent preprocessing path, fine tune all.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: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB.John Kessenich
2019-08-20Web: Selectively remove a few key features, using #ifndef GLSLANG_WEBJohn Kessenich
2019-08-20Web: Change a bunch of HLSL methods from dynamic to compile-time known.John Kessenich
2019-07-10Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren'...Jeff Bolz
2019-07-02Build: Tweak PR #1808 to avoid an implicit conversion warning.John Kessenich
2019-06-25Remove extraneous semicolonsShahbaz Youssefi
2019-06-22Add a bunch of missing cases to promoteConstantUnion. Use macros to expand al...Jeff Bolz
2019-05-08Merge pull request #1739 from jeffbolznv/buffer_reference2John Kessenich
2019-05-01Add support for GL_EXT_buffer_reference2Jeff Bolz