aboutsummaryrefslogtreecommitdiff
path: root/glslang/HLSL/hlslParseHelper.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-11-30Use nullptr where possible instead of NULL or 0Johannes Kauffmann
2022-08-26Implement NonSemantic.Shader.DebugInfo.100Jeremy Hayes
2022-05-21handleEntryPointAttributes add EatInstance caseGabriele Di Bari
2022-04-22Fix WavePrefixCountBits() being off by one.Ryp
2021-12-07Fix --hlsl-dx-position-w to work for SV_Position embedded in structGreg Fischer
2021-11-16Add --hlsl-dx-position-w optionGreg Fischer
2021-11-12Fix struct type sharingGreg Fischer
2021-09-17Fix SPIR-V for SampleBiasGreg Fischer
2021-07-26Fix some instances of -Wunused-but-set-variable.Peter Kasting
2021-04-01Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structsGreg 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
2020-12-17Fix cut and paste errorGreg Fischer
2020-12-16Don't use roundEven() to implement round() in DX9 compatibility moderdb
2020-10-24HLSL: Add support for printf().Rex Xu
2020-10-12Remove executable bits from code/data files (#2420)RĂ©mi Verschelde
2020-09-14Fix #2385: guard against constant_id on non-const.johnkslang
2020-07-01HLSL: Catch error cases earlier, preventing a later assert.John Kessenich
2020-06-16Move hlsl/ source to glslang/HLSL/Ben Clayton