summaryrefslogtreecommitdiff
path: root/premake5.lua
AgeCommit message (Expand)Author
2022-05-04Enable building for aarch64 on MacOS (#2219)Craig Kolb
2022-05-04Turn off warnings-as-errors for gfx (#2220)Theresa Foley
2022-04-21Treat warnings as errors in slang-gfx (#2201)lucy96chen
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-02-15Add OSX LLVM JIT support (#2130)jsmall-nvidia
2022-02-10Add glslang OSX (#2128)jsmall-nvidia
2022-02-10Fix MacOSX build issues (#2124)jsmall-nvidia
2022-01-27Turn off edit and continue to prevent warnings. (#2097)Yong He
2022-01-27Update heterogeneous-hello-world to use gfx changes + delete shader.cpp (#2085)David Siher
2022-01-10Enable running tests in parallel. (#2078)Yong He
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
2021-10-21Diagnostic for no type conformance + bug fix. (#1985)Yong He
2021-10-20Initial `slang-pack` integration (#1974)jsmall-nvidia
2021-10-19Generalize heterogenous code emit (#1968)David Siher
2021-10-09Small improvements for premake linking on linux (#1958)jsmall-nvidia
2021-09-30Fix aarch64 build on github (#1957)Yong He
2021-09-30Fix GitHub release (#1956)Yong He
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-09-24Move existing unit tests to a standalone dll. (#1945)Yong He
2021-09-22Add gfx unit testing framework. (#1943)Yong He
2021-09-14Bring heterogeneous-hello-world back up to date. (#1935)David Siher
2021-07-28Experimental DXR1.0 support in gfx. (#1915)Yong He
2021-07-08Update VS projects to 2019. (#1901)Yong He
2021-06-30[gfx] Add inline ray tracing support. (#1899)Yong He
2021-06-06Made 'slang-test' the startup project on visual studio (#1873)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
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