summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-11Add ability to obfuscate name when generating GLSL/HLSL source (#1075)Robert Stepinski
2019-10-09Feature/decor entry point name (#1073)jsmall-nvidia
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-08Make CPU/C++ generate a single temporary file name basis that used for both s...jsmall-nvidia
2019-10-08Feature/remove entry point layout flags (#1069)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-24Added SLANG_PRELUDE_ASSERT to make assert handling more controlable. (#1064)jsmall-nvidia
2019-09-23CPU Hello World (#1065)jsmall-nvidia
2019-09-23Fix for preprocessor defines for C++ / C (#1063)jsmall-nvidia
2019-09-23Simple test profiling (#1062)jsmall-nvidia
2019-09-19Disable dx12 half-structured-buffer.slang test, as produces inconsistent resu...jsmall-nvidia
2019-09-18Clean up some behavior of operator% (#1060)Tim Foley
2019-09-18Fix a bug in SSA form creation (#1058)Tim Foley
2019-09-18Improvements to testing and ABI for CPU (#1057)jsmall-nvidia
2019-09-17CPU ABI improvements (#1056)jsmall-nvidia
2019-09-16Remove remaining unused cpu-render-test files/references. (#1054)jsmall-nvidia
2019-09-16CPU Performance/Testing improvements (#1055)jsmall-nvidia
2019-09-13Refactor render-test to make cross platform (#1053)jsmall-nvidia
2019-09-13Revisions to "new" Slang API based on use in Falcor (#1052)Tim Foley
2019-09-12Fix problems with x86 CPU tests (#1051)jsmall-nvidia
2019-09-12ParameterBlock support. (#1049)jsmall-nvidia
2019-09-09CPU compute testing on non windows targets (#1045)jsmall-nvidia
2019-09-06Use d3dcompiler_47.dll from slang-binaries on windows. (#1047)jsmall-nvidia
2019-09-04Allow multiple threads to call glslang (#1046)jsmall-nvidia
2019-09-04Allow slang-vs-dxc output comparison tets (#1044)Tim Foley
2019-09-03Make CPUMemoryBinding::Location use a ctor. (#1042)jsmall-nvidia
2019-09-03CPU uniform entry point params (#1041)jsmall-nvidia
2019-08-28Support for getting git version from IGlobalSession (#1040)jsmall-nvidia
2019-08-28Use getElementStride in toIndex. (#1039)jsmall-nvidia
2019-08-27Two fixes to avoid random crash on destruction of GLRenderer (#1038)jsmall-nvidia
2019-08-27Add the prelude to distros. (#1037)jsmall-nvidia
2019-08-26WIP: CPU sample working with Texture2D (#1033)jsmall-nvidia
2019-08-26CPU docs update. (#1035)jsmall-nvidia
2019-08-26Hotfix/cpu asdouble (#1032)jsmall-nvidia
2019-08-22WIP: CPU compute coverage (#1030)jsmall-nvidia
2019-08-22Update signatures for Shader Model 6 functions (#1029)Tim Foley
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-19Change handling of paths for backends via replacing the ISlangSharedLibrary m...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-15Fix bug where in emitCPUBinaryForEntryPoint for HostCallable doesn't correctl...jsmall-nvidia
2019-08-14CPPCompiler::OutputMessage -> CPPCompiler::Diagnostic (#1019)jsmall-nvidia
2019-08-14Small improvements around C/C++ testing (#1017)jsmall-nvidia
2019-08-12Ability to set Paths on Pass Through/Back End Compilers (#1010)jsmall-nvidia
2019-08-12Callable CPU code support (#1014)jsmall-nvidia