summaryrefslogtreecommitdiff
path: root/source/slang/ir-glsl-legalize.cpp
AgeCommit message (Expand)Author
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-05-21Hotfix/improve glsl semantic conversion (#965)jsmall-nvidia
2019-05-15Improve handling of types of semantics in glsl (#964)jsmall-nvidia
2019-05-15The gl_primitiveID built in type is int, but can be uint on HLSL. The change ...jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-03-13* Set the underlying type for sv_groupthread_id and sv_groupid for glsl, so i...jsmall-nvidia
2019-02-23Add support for SV_PointSize semantic for glsl (#853)Andrés Botero
2019-02-08Hotfix/dispatch thread id improvements (#834)jsmall-nvidia
2019-02-04Feature/casting tidyup (#822)jsmall-nvidia
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-31Feature/as refactor (#817)jsmall-nvidia
2019-01-25fix up empty-struct-parametersYong He
2019-01-24Fix a regression in geometry shader cross-compilation (#794)Tim Foley
2018-12-19Refactor several IR passes (#761)Tim Foley