index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
language-feature
Commit message (
Expand
)
Author
Age
*
Enable testing with Swiftshader. (#1906)
Yong He
2021-07-09
*
Include a "stack trace" with nested-import errors (#1872)
T. Foley
2021-06-06
*
Fix initializer lists for derived structs (#1862)
T. Foley
2021-05-27
*
Fix a bug in struct inheritance (#1861)
T. Foley
2021-05-27
*
Fix a bug for enumerations with explicit "tag type" (#1856)
T. Foley
2021-05-26
*
Add support for returning structures that contain opaque types (#1835)
Tim Foley
2021-05-04
*
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
2021-04-29
*
Append proper suffixes to 16-bit literals for GLSL (#1767)
Tim Foley
2021-03-26
*
Clean up render-test handling of input (#1766)
Tim Foley
2021-03-25
*
Remove old code paths from render-test (#1760)
Tim Foley
2021-03-17
*
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-10
*
Support `bit_cast` between complex types. (#1702)
Yong He
2021-02-12
*
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-05
*
Convert more tests to use shader objects (#1659)
Tim Foley
2021-01-15
*
Enable simple extensions of interface types (#1521)
Tim Foley
2020-08-27
*
Another fix for overriding property decls (#1509)
Tim Foley
2020-08-21
*
Initial support for a using construct (#1506)
Tim Foley
2020-08-20
*
Attempt to fix lookup for members that "override" (#1501)
Tim Foley
2020-08-17
*
Fix an issue with explicit enum tag types (#1495)
Tim Foley
2020-08-14
*
Support property declarations in interfaces (#1494)
Tim Foley
2020-08-13
*
Allow both traditional and modern property syntax (#1487)
Tim Foley
2020-08-13
*
Improvements to Casting (#1483)
jsmall-nvidia
2020-08-11
*
Change the policy for entry-point uniform parameters on Vulkan (#1476)
Tim Foley
2020-08-05
*
Handle case of no global parameters for CPU/CUDA (#1457)
Tim Foley
2020-07-24
*
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-07-23
*
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-07-08
*
Initial work on property declarations (#1410)
Tim Foley
2020-06-30
*
fixup: actually make the test case test something
Tim Foley
2020-06-19
*
Work on struct inheritance and interfaces
Tim Foley
2020-06-18
*
Add != operator for enum types (#1394)
Tim Foley
2020-06-17
*
Working matrix swizzle (#1354)
Dietrich Geisler
2020-06-02
*
Fix front-end handling of generic static methods (#1319)
Tim Foley
2020-04-14
*
Fixes for IR generics (#1311)
Tim Foley
2020-04-08
*
Add basic support for namespaces (#1304)
Tim Foley
2020-04-02
*
Add a test for static const declarations in structure types (#1300)
Tim Foley
2020-03-30