summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-05-03Added Surface type - as a simple value type to hold a 2d collection of pixels...jsmall-nvidia
2018-05-03Fixes based on review of vulkan-first-render PR #545 (#546)jsmall-nvidia
2018-05-03Feature/vulkan first render (#545)jsmall-nvidia
2018-04-20Fixes/improvements based on feature/render-binding-resource (#511)jsmall-nvidia
2018-04-19Separation of Binding/Resource construction on Renderer interface (#508)jsmall-nvidia
2018-04-17Feature/renderer binding (#489)jsmall-nvidia
2018-04-10Feature/dx12 compute (#482)jsmall-nvidia
2018-04-04Dx12 rendering works in test framework. (#476)jsmall-nvidia
2018-04-03Fixes based on review of feature/dx12 PR. (#473)jsmall-nvidia
2018-04-02Feature/dx12 (#469)jsmall-nvidia
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2018-03-28Merge from v0.9.15 (#460)Tim Foley
2018-03-26Fix signed/unsigned comparison warning. (#455)jsmall-nvidia
2018-03-26Renderer resource mangement for render-test (#453)jsmall-nvidia
2018-03-22Tidy up of Renderer (#452)jsmall-nvidia
2018-03-21First pass impls on ComPtr and reorganise Renderer (#450)jsmall-nvidia
2018-03-20SlangResult and small bug/typos fixes (#448)jsmall-nvidia
2018-03-08Cleanups on slang-generate (#437)Tim Foley
2018-02-20bug fix: witnessTable's subTypeDeclRef should have default substitution for g...Yong He
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-02-02Initial work on getting render-test to support vulkan (#391)Tim Foley
2018-02-01Implement type splitting for raw buffers (#393)Tim Foley
2018-01-21Improvements and bug fixes for global type parametersYong He
2018-01-19Allow arbitrary type string as type argument in spAddEntryPointEx.Yong He
2018-01-12Support nested genericsYong He
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2018-01-04Bug fixes for Slang integration (#356)Yong He
2018-01-02no-codegen compile flag and global generics reflection (#347)Yong He
2017-12-15More fixups for parameter block binding generation (#311)Tim Foley
2017-12-08Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley
2017-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-28Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)Tim Foley
2017-11-20fix warningsYong He
2017-11-20fixup global generic parametersYong He
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-16Revise type legalization so it can handle constant buffers (#282)Tim Foley
2017-11-13Parameter block work (#276)Tim Foley
2017-11-08Don't update generated .h file if its not changed.Yong He
2017-11-07turn on 'treat warnings as errors' (#266)Yong He
2017-11-07Add reflection API to get type name (#263)Tim Foley
2017-11-04Merge remote-tracking branch 'refs/remotes/official/master'Yong He
2017-11-04fixes x64 warningsYong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04fix linux buildYong He
2017-11-04Merge branch 'master' of https://github.com/shader-slang/slangYong He
2017-11-04fixed all warningsYong He
2017-11-04enable -use-ir option when executing compute test cases.Yong He
2017-11-04Merge https://github.com/shader-slang/slangYong He
2017-11-03Fix #248 (#249)Tim Foley