summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-06-19Make extractLine return a bool. (#991)jsmall-nvidia
2019-06-18StringUtil::extractLine (#989)jsmall-nvidia
2019-06-18* Added Path::combineBuilder, so as two sub paths can be combined into a Stri...jsmall-nvidia
2019-06-14Runtime Shared Library compilation and testing (#985)jsmall-nvidia
2019-06-14CPPCompiler improvements (#984)jsmall-nvidia
2019-06-14Abstract CPPCompiler (#983)jsmall-nvidia
2019-06-13Feature/file remove (#982)jsmall-nvidia
2019-06-13Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia
2019-06-12CommandLine arg escaping (#980)jsmall-nvidia
2019-06-12Visual Studio compilation working in test harness (#979)jsmall-nvidia
2019-06-12Runtime execution of Visual Studio Compiler (#978)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-05-09IntSet -> UIntSet (#961)jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-04-25Feature/uint int definition (#954)jsmall-nvidia
2019-04-25Fixed building on CygWin with clang gcc (#953)jsmall-nvidia
2019-04-24* Make Path:: use lowerCamel method names as per coding standard (#952)jsmall-nvidia
2019-04-23Feature/premake build (#951)jsmall-nvidia
2019-04-02Feature/test improvements (#934)jsmall-nvidia
2019-03-27GLSL half texture access (#931)jsmall-nvidia
2019-03-25Adapter selection for Renderer (#923)jsmall-nvidia
2019-03-21Hotfix/dx12 cubemap lookup (#921)jsmall-nvidia
2019-03-21Hotfix/dx12 tests use hardware (#920)jsmall-nvidia
2019-03-21Fix intemittent crash on dx12. (#919)jsmall-nvidia
2019-03-18First pass support for half on vk (#912)jsmall-nvidia
2019-03-18* Added ToolReturnCode to be more rigerous about how a return code is passed ...jsmall-nvidia
2019-03-15Upgraded vulkan headers to v1.1.103 (#909)jsmall-nvidia
2019-03-12Add -profile option to render-test to override a profile to use (#898)jsmall-nvidia
2019-03-08Improve support for interfaces as shader parameters (#886)Tim Foley
2019-03-08Confirm layout for structured buffer of matrices, and related fixes (#889)Tim Foley
2019-03-08Fix a 64-bit issue in our Windows UI code (#887)Tim Foley
2019-03-07Fix problems with synthesized tests and inconsitent render-test command lines...jsmall-nvidia
2019-03-05Hotfix/texture2d gather (#876)jsmall-nvidia
2019-03-02#include not using search paths (#873)jsmall-nvidia
2019-02-27Hotfix/fix stdlib error reporting (#866)jsmall-nvidia
2019-02-27Hotfix/device check review (#862)jsmall-nvidia
2019-02-26Dx11 & Dx12 device startup (#861)jsmall-nvidia
2019-02-19First steps toward supporting interface-type parameters on shaders (#852)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-14Fix for Dx12 to stop crash when dxil cannot be handled by driver (#851)jsmall-nvidia
2019-02-11MemoryArena rewindability/Improved IRInst construction (#837)jsmall-nvidia
2019-02-07Hotfix/remove null this work around (#831)jsmall-nvidia
2019-01-29Add support for user defined attributes.Yong He
2019-01-21Feature/file unique identity (#789)jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2019-01-17Feature/hash for source identity (#786)jsmall-nvidia
2019-01-16Feature/external compiler reporting (#776)jsmall-nvidia
2019-01-16Add proper IR codegen support for local static const variables (#779)Tim Foley
2019-01-11Fix some subtle bugs in D3D constant buffer layout (#771)Tim Foley