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