summaryrefslogtreecommitdiff
path: root/premake5.lua
AgeCommit message (Expand)Author
2021-04-29Support for escaped paths in tools (#1823)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-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-16Update binaries (#1758)Tim Foley
2021-03-16Enable building glslang from source (#1757)Tim Foley
2021-03-15Enable `gfx::CUDADevice` on linux. (#1756)Yong He
2021-03-12Add a CPU renderer implementation (#1750)Tim Foley
2021-03-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2021-03-08Refactor window library. (#1739)Yong He
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He
2021-02-19Make gfx library visible to external user. (#1719)Yong He
2021-02-05Shader-Object example (#1694)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-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)Yong He
2020-12-15OSX Build/glslang premake fix (#1641)jsmall-nvidia
2020-12-11Implements CUDA renderer in gfx. (#1637)Yong He
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-07"Shader Toy" example and related fixes (#1629)Tim Foley
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-02Zip FileSystem support (#1617)jsmall-nvidia
2020-11-17Fix premake5.lua for profile (#1604)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-10-20Small improvement in AST serialization (#1582)jsmall-nvidia
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-09-24Enable default cpp prelude. (#1560)Yong He
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-09-17Embed default prelude for CUDA (#1546)Tim Foley
2020-08-27Removed use of pthreads in glslang (#1517)jsmall-nvidia
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
2020-07-31Upgrade to Glslang 11.0.0 (#1466)jsmall-nvidia
2020-07-23CPU/GPU Compute Shader Example (#1451)Dietrich Geisler
2020-07-16Running generators as separate premake project step (#1441)jsmall-nvidia
2020-06-24Heterogeneous example (#1399)Dietrich Geisler
2020-06-18* Fix warnings from preludejsmall-nvidia
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia
2020-05-04C++ Extractor (#1337)jsmall-nvidia
2020-04-08Initial work to support OptiX output for ray tracing shaders (#1307)Tim Foley
2020-03-17Added --cuda-sdk-path option to premake5.lua. (#1278)jsmall-nvidia
2020-03-02Feature/profile tool (#1251)jsmall-nvidia
2020-02-03Initial steps on GPU printing example (#1197)Tim Foley
2020-01-30Fix x86 compilation with CUDA enabled. (#1193)jsmall-nvidia
2020-01-08Setup of runtime cuda device (#1162)jsmall-nvidia