summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-09-16CPU Performance/Testing improvements (#1055)jsmall-nvidia
2019-09-12Fix problems with x86 CPU tests (#1051)jsmall-nvidia
2019-09-12ParameterBlock support. (#1049)jsmall-nvidia
2019-09-03CPU uniform entry point params (#1041)jsmall-nvidia
2019-08-26WIP: CPU sample working with Texture2D (#1033)jsmall-nvidia
2019-08-22WIP: CPU compute coverage (#1030)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-19Support shifts and a few other ops in front-end constant folding (#1027)Tim Foley
2019-08-19Testing using a 'naked' ISlangFileSystemExt option. (#1026)jsmall-nvidia
2019-08-19WIP: Compute test running on CPU (#1023)jsmall-nvidia
2019-08-16Fix a typo in core.meta.slang which was causing an assert when (#1024)Robert Stepinski
2019-08-15A more convoluted #pragma once file identity test, using relative paths. (#1021)jsmall-nvidia
2019-08-14Small improvements around C/C++ testing (#1017)jsmall-nvidia
2019-08-12Callable CPU code support (#1014)jsmall-nvidia
2019-08-09Fix TeamCity CI issues (#1013)jsmall-nvidia
2019-08-08WIP: Preliminary Slang -> C++ code generation (#1009)jsmall-nvidia
2019-08-06Add support for the HLSL "cast from zero" idiom (#1008)Tim Foley
2019-07-29Fix issue with outputting "static" in GLSL (#1006)Tim Foley
2019-07-29Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley
2019-07-17Change how global-scope constants are handled (#1001)Tim Foley
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-07-09WIP: slang to C++ code generation (#997)jsmall-nvidia
2019-07-03Fix declaration of scalar sincos() function. (#996)Tim Foley
2019-06-21Parsing CPP Compiler output (#994)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-14Runtime Shared Library compilation and testing (#985)jsmall-nvidia
2019-06-13Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia
2019-06-12Visual Studio compilation working in test harness (#979)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-05-22Translate .Load() to imageLoad() for Vulkan (#967)Tim Foley
2019-05-22Hotfix/improve glsl semantic conversion review (#968)jsmall-nvidia
2019-05-21Hotfix/improve glsl semantic conversion (#965)jsmall-nvidia
2019-05-21Allow interface types to be used inside of structs (#966)Tim Foley
2019-05-20Changes required for application adoption of interface-type parameters (#963)Tim Foley
2019-05-01Fix bitwise And & Or for scalar bool (#960)Robert Stepinski
2019-04-29Initial support for the `precise` keyword (#958)Tim Foley
2019-04-29Enable appropriate GLSL extension for unbounded-size resource arrays (#957)Tim Foley
2019-04-16Add the missing case for `AssocTypeDecl` in varying parameters' layout genera...Yong He
2019-04-08Update glslang version (#940)Tim Foley
2019-04-08Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley
2019-04-02Avoid SPIRV validation error by removing readonly flag from shaderRecord buff...Nima Nikfetrat
2019-04-02Feature/test improvements (#934)jsmall-nvidia
2019-03-27GLSL half texture access (#931)jsmall-nvidia
2019-03-27Overhaul the core routines for implicit conversion (#927)Tim Foley
2019-03-26Allow plugging in types with resources for interface parameters (#913)Tim Foley
2019-03-25Fix handling of enum tags that aren't literals (#926)Tim Foley
2019-03-25Improve logic for when a "default space" is needed (#925)Tim Foley
2019-03-21Hotfix/dx12 cubemap lookup (#921)jsmall-nvidia
2019-03-21Hotfix/dx12 tests use hardware (#920)jsmall-nvidia
2019-03-20Add support for scalar rcp() intrinsic for GLSL (#918)Robert Stepinski