summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2020-03-09Yet more definitions moved into the stdlib (#1263)Tim Foley
2020-03-06Remove generated header files (#1264)jsmall-nvidia
2020-03-06Wave intrinsics for Vector and Matrix types (#1262)jsmall-nvidia
2020-03-06Expand range of definitions that can be moved into stdlib (#1259)Tim Foley
2020-03-05Safer binary compatibilty betwee 1.0 and 1.1 versions, without using struct e...jsmall-nvidia
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-03-03__spirv_version Decoration (#1255)jsmall-nvidia
2020-03-03Move definitions of simple vector/matrix builtins to stdlib. (#1247)Tim Foley
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-03-02Feature/glsl wave intrinsic (#1253)jsmall-nvidia
2020-03-02Additional Wave Intrinsic Support (#1252)jsmall-nvidia
2020-03-02Feature/profile tool (#1251)jsmall-nvidia
2020-02-28Constant time dynamic cast (#1250)jsmall-nvidia
2020-02-27Fix some IR logic around load from a rate-qualified pointer (#1248)Tim Foley
2020-02-27Fix unix ProcessUtil::getClockTick (#1246)jsmall-nvidia
2020-02-26Fix for GCC C++ target - remove warning for int literal value. (#1244)jsmall-nvidia
2020-02-26Support for RWTexture types on CPU and CUDA (#1243)jsmall-nvidia
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2020-02-24Add two missing RAY_FLAG cases (#1240)Tim Foley
2020-02-24Fix support for SV_Coverage on GLSL path (#1239)Tim Foley
2020-02-21dxil-asm target output was dxil code not asm. (#1238)jsmall-nvidia
2020-02-21Add some missing support for Shader Model 6.4/6.5 (#1237)Tim Foley
2020-02-21Add surface syntax for "this type" (#1236)Tim Foley
2020-02-21Initial support for explicit default initializers (#1235)Tim Foley
2020-02-20WIP on RWTexture types on CUDA/CPU (#1234)jsmall-nvidia
2020-02-20Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley
2020-02-19Don't allocate a default space for a VK push-constant buffer (#1231)Tim Foley
2020-02-19Fix a reference-counting bug in one of the session creation routines. (#1230)Tim Foley
2020-02-19Initial partial support for WaveXXX intrinsics on CUDA (#1228)jsmall-nvidia
2020-02-19Fixes for DXR 1.1 RayQuery type (#1227)Tim Foley
2020-02-18Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia
2020-02-18First pass Texture Array support on CUDA/CPU (#1225)jsmall-nvidia
2020-02-18CUDA/CPU resource coverage (#1224)jsmall-nvidia
2020-02-14Feature/cuda coverage (#1223)jsmall-nvidia
2020-02-14Add a bunch of stdlib declarations for SM 6.4 and 6.5 (#1221)Tim Foley
2020-02-13* Fix for unary - on glsl (#1222)jsmall-nvidia
2020-02-12Nvrtc disable warnings/Float literal improvements (#1220)jsmall-nvidia
2020-02-12Support for isinf/isfinite/isnan/ldexp (#1219)jsmall-nvidia
2020-02-12CUDA barrier/atomic support (#1218)jsmall-nvidia
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