summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-glsl.cpp
AgeCommit message (Expand)Author
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-13Emit [[dont_unroll]] attribute in GLSLYong He
2020-05-29Bug fix problem with ray tracing from fragment shader (#1362)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-01Improve GLSL coverage of boolean binary ops (#1335)Tim Foley
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley
2020-04-08Replace /* unhandled */ in source emit with a real error (#1313)Tim Foley
2020-03-25Unroll target improvements (#1291)jsmall-nvidia
2020-03-11Clean-ups related to expanded standard library coverage (#1269)Tim Foley
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-03-03__spirv_version Decoration (#1255)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-02-10Add attributes to enable dual-source blending on Vulkan (#1210)Tim Foley
2020-02-07Change handling of strings for HLSL/GLSL targets (#1204)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2020-01-30Support for 64 bit integer types (#1191)jsmall-nvidia
2019-10-22User IR-based layout for all IR steps (#1084)Tim Foley
2019-10-08Fixed from Review of Entry Point decoration #1068 (#1072)jsmall-nvidia
2019-10-08Remove EntryPointLayout* use in emit logic. (#1071)jsmall-nvidia
2019-10-08Feature/ir entry point profile (#1068)jsmall-nvidia
2019-10-04IR types for subset of Attributes (#1067)jsmall-nvidia
2019-09-18Clean up some behavior of operator% (#1060)Tim Foley
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-17Change how global-scope constants are handled (#1001)Tim Foley
2019-06-06Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia