summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2021-05-27JSON Parser and Writer (#1859)jsmall-nvidia
2021-05-25JSON Lexing and string encoding/decoding (#1858)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-29`gfx` DebugCallback and debug layer. (#1822)Yong He
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-19Splitting up C++ extractor (#1800)jsmall-nvidia
2021-04-16Add Hello world example. (#1797)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-04-01Add compiler-core project files for VS (#1778)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-17Remove old code paths from render-test (#1760)Tim Foley
2021-03-16Update binaries (#1758)Tim Foley
2021-03-16Enable building glslang from source (#1757)Tim Foley
2021-03-12Add a CPU renderer implementation (#1750)Tim Foley
2021-03-11MarkDown -> Markdown (#1748)jsmall-nvidia
2021-03-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2021-03-10Swapchain resize and rename to `IDevice` (#1741)Yong He
2021-03-08Refactor window library. (#1739)Yong He
2021-03-05Doc tooling improvements (#1734)jsmall-nvidia
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-02-23Documentation markup extraction (#1724)jsmall-nvidia
2021-02-19Make gfx library visible to external user. (#1719)Yong He
2021-02-12Support `bit_cast` between complex types. (#1702)Yong He
2021-02-05Shader-Object example (#1694)Yong He
2021-02-04Fix line offset problem (#1690)jsmall-nvidia
2021-02-02Downstream compiler line number test (#1682)jsmall-nvidia
2021-01-27Make own a slang session. (#1678)Yong He
2021-01-21Upgrade slang-binaries for glslang 11.1.0 (#1664)Tim Foley
2021-01-20Update glslang to 11.1.0 (#1662)Tim Foley
2021-01-17Make `gfx` compile to a DLL. (#1660)Yong He
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-14Adding missing VisualStudio lz4 project (#1657)jsmall-nvidia
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)Yong He
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