index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang.vcxproj
Age
Commit message (
Expand
)
Author
2018-12-21
Feature/remove app context (#765)
jsmall-nvidia
2018-12-19
Refactor several IR passes (#761)
Tim Foley
2018-12-17
First step toward supporting use of interfaces as existential types (#716)
Tim Foley
2018-12-17
Specialize away resource-type function parameters (#759)
Tim Foley
2018-12-14
Represent global shader parameters explicitly in the IR (#756)
Tim Foley
2018-12-10
Remove the "VM" and "bytecode" features (#745)
Tim Foley
2018-10-26
Feature/file system cache (#692)
jsmall-nvidia
2018-10-17
IncludeFileSystem -> DefaultFileSystem (#677)
jsmall-nvidia
2018-10-16
Feature/include refactor (#675)
jsmall-nvidia
2018-10-12
Add a warning on missing return, and initial SCCP pass (#671)
Tim Foley
2018-10-10
Feature/source loc refactor (#668)
jsmall-nvidia
2018-09-27
First pass implementation of IR serialization (#653)
jsmall-nvidia
2018-09-21
Remove the "hack sampler" workaround (#648)
Tim Foley
2018-09-14
Improvements around IR representation and memory usage (#635)
jsmall-nvidia
2018-05-24
A bunch of work to resolve #569 (#576)
Tim Foley
2018-05-11
Generate Visual Studio projects using Premake (#557)
Tim Foley
2018-05-03
Add a pass for computing dominator trees (#541)
Tim Foley
2018-05-01
Cleanups (#539)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-29
Change uses of "spire" to "slang" (#461)
Tim Foley
2018-03-03
IR: next phase of "everything is an instruction" (#433)
Tim Foley
2018-02-23
Refactor IR type system, step 0
Yong He
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-19
Fix IR memory leaks.
Yong He
2018-02-07
Generate SSA form for IR functions (#400)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2018-01-03
Fix struct decl order again (#348)
Tim Foley
2017-12-06
Make AST and IR share type legalization code (#303)
Tim Foley
2017-11-27
Cleanups (#298)
Tim Foley
2017-11-07
turn on 'treat warnings as errors' (#266)
Yong He
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-11-01
Allow use of dxc compiler for DXIL generation (#241)
Tim Foley
2017-09-22
More work on IR-based lowering and cross-compilation
Tim Foley
2017-09-21
Initial work on a "VM" for Slang code (#189)
Tim Foley
2017-09-14
IR: handle control flow constructs (#186)
Tim Foley
2017-09-11
Initial work on boilerplate code generator
Tim Foley
2017-09-07
Replace old notion of "intrinsic" operations
Tim Foley
2017-08-17
Add some dummy logic to print IR to HLSL
Tim Foley
2017-08-15
Starting to add intermediate representation (IR)
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-08-07
Remove uses of global variables
Tim Foley
2017-07-19
Build a dynamic library for Slang
Tim Foley
2017-07-09
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-06
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-06-30
Add meta-definitions for AST types
Tim Foley
2017-06-19
Make sure that semantic checks always apply to Slang files
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-09
Build: more fixes to get `msbuild` to work from command line.
Tim Foley
2017-06-09
Initial import of code.
Tim Foley