summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2020-02-11Small improvements around List (#1216)jsmall-nvidia
2020-02-11Make fixes for the attribute-error test case. (#1215)Tim Foley
2020-02-10Fix output GLSL for primitive ID in a geometry shader (#1214)Tim Foley
2020-02-10Add attributes to enable dual-source blending on Vulkan (#1210)Tim Foley
2020-02-08Fixes to make all CPU compute shaders work on CUDA (#1211)jsmall-nvidia
2020-02-07Code standard changes for Lexer (#1209)jsmall-nvidia
2020-02-07HLSL Intrinsic coverage test improvements (#1206)jsmall-nvidia
2020-02-07Change handling of strings for HLSL/GLSL targets (#1204)Tim Foley
2020-02-06Float matrix intrinsic test/fixes (#1203)jsmall-nvidia
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2020-02-06Improve checks and diagnostics around redeclarations (#1201)Tim Foley
2020-02-05Improve behavior when undefined identifier is a contextual keyword (#1200)Tim Foley
2020-02-05Add support for RWBuffer writes on GLSL/SPIR-V target (#1199)Tim Foley
2020-02-04CUDA/C++ backend improvements (#1198)jsmall-nvidia
2020-01-31Some Slang API additions (#1195)Tim Foley
2020-01-31Fix for a macro expansion bug (#1192)Tim Foley
2020-01-3164 bit types doc (#1194)jsmall-nvidia
2020-01-30Support for 64 bit integer types (#1191)jsmall-nvidia
2020-01-29Feature/target intrinsic fold (#1190)jsmall-nvidia
2020-01-29Feature/fix cuda function preamble (#1187)jsmall-nvidia
2020-01-28Fix layout for structured buffers of matrices (#1184)Tim Foley
2020-01-28Synthesizing CUDA tests (#1183)jsmall-nvidia
2020-01-27CUDA implement StructuredBuffer/ByteAddressBuffer as pointer/count as is on C...jsmall-nvidia
2020-01-24Fix for infinite recursion with macro invocation (#1177)jsmall-nvidia
2020-01-24Texture Sample available in CUDA (#1176)jsmall-nvidia
2020-01-23Fix a bug in handling explicit register space bindings (#1175)Tim Foley
2020-01-22Matrix indexing (#1172)jsmall-nvidia
2020-01-22WIP HLSL intrinsic coverage (#1171)jsmall-nvidia
2020-01-21HLSL intrinsic coverage (#1169)jsmall-nvidia
2020-01-21CUDA support improvements (#1168)jsmall-nvidia
2020-01-17Slang -> CUDA kernel runs correctly in test infrastructure (#1167)jsmall-nvidia
2020-01-15Bind Location (#1166)jsmall-nvidia
2020-01-10WIP: CPU like CUDA binding (#1164)jsmall-nvidia
2020-01-09Catch exceptions inside FindTypeByName()Tim Foley
2020-01-08Cover a few corner cases in reflection API (#1163)Tim Foley
2020-01-08Setup of runtime cuda device (#1162)jsmall-nvidia
2020-01-08CUDA generated first test compiles. (#1161)jsmall-nvidia
2020-01-06Fix scoping issue around use of IRTypeSet (#1160)jsmall-nvidia
2019-12-20HLSLIntrinsicSet (#1159)jsmall-nvidia
2019-12-19Split out IRTypeSet (#1158)jsmall-nvidia
2019-12-19WIP CUDA source emit (#1157)jsmall-nvidia
2019-12-19Fix invocation of `[mutating]` methods (#1156)Tim Foley
2019-12-16If a locator is not set for a DownstreamCompiler type, that doesn't *necessar...jsmall-nvidia
2019-12-12Feature/source downstream compiler (#1153)jsmall-nvidia
2019-12-12Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia
2019-12-12Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia
2019-12-10DownstreamCompiler abstraction (#1149)jsmall-nvidia
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-12-06Add a custom RTTI implementation for the AST (#1148)Tim Foley
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley