summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAge
* Feature/gpu unbound array of array (#1083)jsmall-nvidia2019-10-17
* GetDimension on GLSL for StructuredBuffer (#1081)jsmall-nvidia2019-10-15
* CPU unsized array documentation and another example (#1080)jsmall-nvidia2019-10-11
* Support for unbounded array of arrays (#1078)jsmall-nvidia2019-10-11
* Feature/decor entry point name (#1073)jsmall-nvidia2019-10-09
* Feature/ir entry point profile (#1068)jsmall-nvidia2019-10-08
* IR types for subset of Attributes (#1067)jsmall-nvidia2019-10-04
* Simple test profiling (#1062)jsmall-nvidia2019-09-23
* Disable dx12 half-structured-buffer.slang test, as produces inconsistent resu...jsmall-nvidia2019-09-19
* Clean up some behavior of operator% (#1060)Tim Foley2019-09-18
* Improvements to testing and ABI for CPU (#1057)jsmall-nvidia2019-09-18
* CPU ABI improvements (#1056)jsmall-nvidia2019-09-17
* CPU Performance/Testing improvements (#1055)jsmall-nvidia2019-09-16
* Fix problems with x86 CPU tests (#1051)jsmall-nvidia2019-09-12
* ParameterBlock support. (#1049)jsmall-nvidia2019-09-12
* CPU uniform entry point params (#1041)jsmall-nvidia2019-09-03
* WIP: CPU sample working with Texture2D (#1033)jsmall-nvidia2019-08-26
* WIP: CPU compute coverage (#1030)jsmall-nvidia2019-08-22
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20
* Support shifts and a few other ops in front-end constant folding (#1027)Tim Foley2019-08-19
* Testing using a 'naked' ISlangFileSystemExt option. (#1026)jsmall-nvidia2019-08-19
* WIP: Compute test running on CPU (#1023)jsmall-nvidia2019-08-19
* Fix a typo in core.meta.slang which was causing an assert when (#1024)Robert Stepinski2019-08-16
* A more convoluted #pragma once file identity test, using relative paths. (#1021)jsmall-nvidia2019-08-15
* Small improvements around C/C++ testing (#1017)jsmall-nvidia2019-08-14
* Callable CPU code support (#1014)jsmall-nvidia2019-08-12
* Fix TeamCity CI issues (#1013)jsmall-nvidia2019-08-09
* WIP: Preliminary Slang -> C++ code generation (#1009)jsmall-nvidia2019-08-08
* Add support for the HLSL "cast from zero" idiom (#1008)Tim Foley2019-08-06
* Fix issue with outputting "static" in GLSL (#1006)Tim Foley2019-07-29
* Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley2019-07-29
* Change how global-scope constants are handled (#1001)Tim Foley2019-07-17
* Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia2019-07-17
* WIP: slang to C++ code generation (#997)jsmall-nvidia2019-07-09
* Fix declaration of scalar sincos() function. (#996)Tim Foley2019-07-03
* Parsing CPP Compiler output (#994)jsmall-nvidia2019-06-21
* Start exposing a new COM-lite API (#987)Tim Foley2019-06-19
* Runtime Shared Library compilation and testing (#985)jsmall-nvidia2019-06-14
* Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia2019-06-13
* Visual Studio compilation working in test harness (#979)jsmall-nvidia2019-06-12
* WIP: Support for other source target language (#971)jsmall-nvidia2019-05-31
* Translate .Load() to imageLoad() for Vulkan (#967)Tim Foley2019-05-22
* Hotfix/improve glsl semantic conversion review (#968)jsmall-nvidia2019-05-22
* Hotfix/improve glsl semantic conversion (#965)jsmall-nvidia2019-05-21
* Allow interface types to be used inside of structs (#966)Tim Foley2019-05-21
* Changes required for application adoption of interface-type parameters (#963)Tim Foley2019-05-20
* Fix bitwise And & Or for scalar bool (#960)Robert Stepinski2019-05-01
* Initial support for the `precise` keyword (#958)Tim Foley2019-04-29
* Enable appropriate GLSL extension for unbounded-size resource arrays (#957)Tim Foley2019-04-29
* Add the missing case for `AssocTypeDecl` in varying parameters' layout genera...Yong He2019-04-16