summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-07Add a -capability command-line option (#1651)Tim Foley
2021-01-07Add support for [noinline] attribute (#1650)Tim Foley
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)Yong He
2021-01-05Add basic GLSL support for SV_Barycentrics (#1648)Tim Foley
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-18Heterogeneous Flag Error Visibility (#1642)Dietrich Geisler
2020-12-15Cleanup CUDA renderer. (#1644)Yong He
2020-12-15OSX Build/glslang premake fix (#1641)jsmall-nvidia
2020-12-14Enable embedding stdlib for github builds (#1640)jsmall-nvidia
2020-12-11Implements CUDA renderer in gfx. (#1637)Yong He
2020-12-11Add first steps toward a "capability" system (#1636)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-10Move ShaderObject to be under renderer interface. (#1633)Yong He
2020-12-07Fix a subtle bug introduced into type legalization (#1632)Tim Foley
2020-12-07Fix mistake where some public API functions weren't extern "C" (#1631)Tim Foley
2020-12-07"Shader Toy" example and related fixes (#1629)Tim Foley
2020-12-04add windows release script (#1627)Yong He
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia
2020-12-03Add github action to verify vs project file consistency. (#1625)Yong He
2020-12-03Added miniz Visual Studio Project (#1623)jsmall-nvidia
2020-12-03Add shader object parameter binding to renderer_test. (#1622)Yong He
2020-12-02Fix [mutating] generic methods (#1618)Tim Foley
2020-12-02Zip FileSystem support (#1617)jsmall-nvidia
2020-12-02Fix for TC problem with Path unit test (#1621)jsmall-nvidia
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-11-30Enable all dynamic-dispatch tests on D3D/VK. (#1615)Yong He
2020-11-30Re-enable `interface-shader-param` tests. (#1614)Yong He
2020-11-20Bug fixes: Memory leak/off by one on UIntSet (#1616)jsmall-nvidia
2020-11-20Make witness and RTTI handles lower to `uint2`. (#1613)Yong He
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-11-19File system refactor (#1611)jsmall-nvidia
2020-11-19Fix constant folding in attributes (#1610)Yong He
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-11-18Serialized stdlib working (#1603)jsmall-nvidia
2020-11-17Switch CI to github actions. (#1609)Yong He
2020-11-17Integrate github actions for linux deployment. (#1607)Yong He
2020-11-17Integrate github actions for build+test on Windows. (#1606)Yong He
2020-11-17Fix premake5.lua for profile (#1604)jsmall-nvidia
2020-11-16Fix VS2017 Warnings (#1602)Yong He
2020-11-11Integrate github action for linux build+test. (#1601)Yong He
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-11-10Use integer RTTI/witness handles in existential tuples. (#1598)Yong He
2020-11-10Fix IR serialization to use variable length encoding for opcode. (#1599)Yong He
2020-11-06Fix comments. "white-list" -> "allow-list". (#1597)Yong He
2020-11-06Specialize witness table lookups. (#1596)Yong He
2020-11-06Set theme jekyll-theme-tactileTim Foley
2020-11-05Refactor the flow of type legalization (#1594)Tim Foley
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-11-04Improve insertion location for "hoistable" instructions (#1593)Tim Foley
2020-10-29Generate `switch` based dynamic dispatch logic. (#1591)Yong He