index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2018-05-03
Pass through original names for most declarations (#547)
Tim Foley
2018-05-02
Add support for explicit register space bindings (#542)
Tim Foley
2018-05-02
Fix emit logic when "terminators" occur in the middle of a block (#540)
Tim Foley
2018-05-01
Diagnose attempts to write to fields in methods (#530)
Tim Foley
2018-04-23
Improve SSA promotion for arrays and structs (#521)
Tim Foley
2018-04-23
Fix successor computation for `switch` instruction (#520)
Tim Foley
2018-04-20
Diagnose use of an implicit cast as an argument for an `out` parameter (#516)
Tim Foley
2018-04-18
Fix output of `groupshared` with IR type system (#492)
Tim Foley
2018-04-17
Feature/renderer binding (#489)
jsmall-nvidia
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-04-11
Feature/dx12 compute (#483)
jsmall-nvidia
2018-04-10
Feature/dx12 compute (#482)
jsmall-nvidia
2018-04-04
Switch on dx12 testing for remaining render tests. (#477)
jsmall-nvidia
2018-04-04
Dx12 rendering works in test framework. (#476)
jsmall-nvidia
2018-04-04
Pass AST interpolation modifiers through to codegen. (#475)
Tim Foley
2018-04-02
Implement "operator comma" in IR codegen (#472)
Tim Foley
2018-03-29
Avoid crash when bad argument given to [instance(...)] attribute (#464)
Tim Foley
2018-03-29
Change uses of "spire" to "slang" (#461)
Tim Foley
2018-03-29
Add support for default parameter values in IR codegen (#459)
Tim Foley
2018-03-28
Merge from v0.9.15 (#460)
Tim Foley
2018-03-26
Unify all generic parameters, even if some mismatch (#454)
Tim Foley
2018-03-16
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-03-12
Stop compilation when a imported module contains errors. (#440)
Yong He
2018-03-03
IR: next phase of "everything is an instruction" (#433)
Tim Foley
2018-02-26
Merge from 0.9.x (#429)
Tim Foley
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-16
IR/Vulkan fixes (#412)
Tim Foley
2018-02-13
Fix a bug in IR use-def information (#406)
Tim Foley
2018-02-08
Basic IR support for `static const` globals (#404)
Tim Foley
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-07
Generate SSA form for IR functions (#400)
Tim Foley
2018-02-07
Support __target_intrinsic modifiers in IR codegen (#401)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-02-02
Initial work on getting render-test to support vulkan (#391)
Tim Foley
2018-02-01
Implement type splitting for raw buffers (#393)
Tim Foley
2018-01-29
Remove #import directive (#389)
Tim Foley
2018-01-26
Fix handling of errors in imported modules (#387)
Tim Foley
2018-01-26
Fix some crashing bugs around local variable declarations. (#385)
Tim Foley
2018-01-21
specialize witness tables when needed when specializing `lookup_witness_table...
Yong He
2018-01-21
Add directive to ignore file for test runner
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-20
bug fixes
Yong He
2018-01-19
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-18
rename expected test result file.
Yong He
2018-01-17
All compiler fixes to get ir branch work with falcor feature demo.
Yong He
2018-01-16
Allow extension on interface (#369)
Yong He
2018-01-15
Support transitive interfaces
Yong He
2018-01-14
Fixup field lookup from a member function defined in an extension
Yong He
2018-01-14
allow extension of a concrete type to implement additional interface
Yong He
[next]