summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-05small cleanupsYong He
2017-11-04style fixesYong He
2017-11-04naming cleanupYong He
2017-11-04cleanup useless codeYong He
2017-11-04Merge remote-tracking branch 'refs/remotes/official/master'Yong He
2017-11-04fixed last couple warnings under release/x64 build.Yong He
2017-11-04fix warningsYong He
2017-11-04Merge remote-tracking branch 'refs/remotes/official/master'Yong He
2017-11-04fixes x64 warningsYong He
2017-11-04mergeYong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04determineEncoding bug fixYong He
2017-11-04bug fixYong He
2017-11-04gcc warning fixYong 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-04fix all unreachable code warningsYong He
2017-11-04Passing both assoctype-simple and assoctype-complex test cases.Yong He
2017-11-04Natvis file update for improved debugging view of IR constructsYong He
2017-11-04Fix encoding detection when reading text file. Win32 API could mistakenly rep...Yong He
2017-11-04Merge https://github.com/shader-slang/slangYong He
2017-11-04work in-progressYong He
2017-11-03associatedtypes: generating almost correct HLSL, but is not calling correctly...Yong He
2017-11-03Fix #248 (#249)Tim Foley
2017-11-03Update natvis file for better viewing of RefPtr, DeclRef and Name classesYong He
2017-11-03in-progress workYong He
2017-11-02work inprogressYONGH\yongh
2017-11-01Adding support for associated types.Yong He
2017-11-01Merge https://github.com/shader-slang/slangYong He
2017-11-01Allow use of dxc compiler for DXIL generation (#241)Tim Foley
2017-10-31work in-progress: type checking associated typesYong He
2017-10-30work in-progress, add parsing for assoc type decls and member type expressionsYONGH\yongh
2017-10-30Merge branch 'master' into explicit-this-exprTim Foley
2017-10-30Fix output for type cast when checking fails (#238)Tim Foley
2017-10-30Allow for implicit `this` expressions.Tim Foley
2017-10-30Support explicit `this` expressionsTim Foley
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-23Merge https://github.com/shader-slang/slangYong He
2017-10-23Fix output for matrix multiple in GLSL code (#228)Tim Foley
2017-10-23try fix linux buildYong He
2017-10-23Merge https://github.com/shader-slang/slangYong He
2017-10-23Work in-progress: simple compute test passed. (d3d renderer)Yong He
2017-10-20in-progress work: allow render-test to generate and bind various resource inp...YONGH\yongh
2017-10-20Fix up emission of shader parameter semantics when using IR (#226)Tim Foley
2017-10-19typo fixYONGH\yongh
2017-10-19Support running and comparing execution results of compute shaders in testing...YONGH\yongh
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-10-19Initial work on a pass to scalarize GLSL varying input/output (#223)Tim Foley