summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-15Read half->float RWTexture conversion (#1842)jsmall-nvidia
2021-05-15Surface access on CUDA is byte addressed in X (#1841)jsmall-nvidia
2021-05-15Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-05-14Fix for KernelContext threading issue for C++ targets (#1843)jsmall-nvidia
2021-05-06Fix for uninitialized field (#1838)Tim Foley
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-05-04Add support for returning structures that contain opaque types (#1835)Tim Foley
2021-05-04CUDA half comparison support (#1834)jsmall-nvidia
2021-05-04Add support for RaytracingAccelerationStructure type for PTX targets (#1831)Nathan V. Morrical
2021-05-04More CUDA Half support (#1833)jsmall-nvidia
2021-04-30Preliminary CUDA half maths (#1827)jsmall-nvidia
2021-04-30Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)Tim Foley
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-29Simplify CommandLine by removing Escaping (#1825)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-27adding some simple optix intrinsics to slang (#1817)Nathan V. Morrical
2021-04-27enabling command line compiler to output PTX with multiple entry points. (#1816)Nathan V. Morrical
2021-04-23Fix lexer/preproc diagnose issue (#1806)jsmall-nvidia
2021-04-23Add `ISession::getParameterBlockLayout()` (#1805)Yong He
2021-04-23Fix `model-viewer` crash when using Vulkan. (#1804)Yong He
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He
2021-04-20Small filesystem improvements (#1802)jsmall-nvidia
2021-04-19Infinite generic parsing bug fix (#1799)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-14NVTRC 64 bit requirement (#1792)jsmall-nvidia
2021-04-14Fix for vector initialization combinations (#1794)jsmall-nvidia
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-07Fix memory leak in `CacheFileSystem` (#1786)Yong He
2021-04-05Fix a bug in the "operator cache" (#1784)Tim Foley
2021-04-02Repro fixes (#1780)jsmall-nvidia
2021-04-01Refactor D3D12 renderer root signature creation (#1779)Tim Foley
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia
2021-03-30Add a streamlined syntax for TEST_INPUT lines (#1768)Tim Foley
2021-03-26Append proper suffixes to 16-bit literals for GLSL (#1767)Tim Foley
2021-03-25Clean up render-test handling of input (#1766)Tim Foley
2021-03-25Improve Vulkan shader-objects implementation. (#1765)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-16Fix the "acceleration structure in compute" bug for GL_NV_ray_tracing too (#1...Tim Foley