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
/
compiler.h
Age
Commit message (
Expand
)
Author
2019-03-02
#include not using search paths (#873)
jsmall-nvidia
2019-03-01
Move enumeration of shader parameters to Program/EntryPoint (#870)
Tim Foley
2019-02-27
Make sure sourceManager is initialized on DiagnosticSink. (#868)
jsmall-nvidia
2019-02-27
Hotfix/fix stdlib error reporting (#866)
jsmall-nvidia
2019-02-19
First steps toward supporting interface-type parameters on shaders (#852)
Tim Foley
2019-02-15
Split front- and back-ends (#846)
Tim Foley
2019-02-05
Allow entry points to have explicit generic parameters (#826)
Tim Foley
2019-02-02
Feature/as refactor review (#821)
jsmall-nvidia
2019-01-29
Add support for user defined attributes.
Yong He
2019-01-21
Feature/file unique identity (#789)
jsmall-nvidia
2019-01-16
Initial support for dynamic dispatch using "tagged union" types (#772)
Tim Foley
2019-01-16
Improve handling of {} initializer list expressions (#778)
Tim Foley
2019-01-16
Feature/external compiler reporting (#776)
jsmall-nvidia
2019-01-10
Improvements around review of debug serialization info (#769)
jsmall-nvidia
2019-01-07
Feature/serialization debug info (#767)
jsmall-nvidia
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-11-30
Allow parameter blocks to be explicitly bound to spaces (#736)
Tim Foley
2018-11-28
* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...
jsmall-nvidia
2018-11-21
Feature/early depth stencil (#727)
jsmall-nvidia
2018-11-06
Feature/shared library refactor (#712)
jsmall-nvidia
2018-11-01
Add support for a "strict" floating-point mode (#709)
Tim Foley
2018-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-10-26
Feature/file system cache (#692)
jsmall-nvidia
2018-10-16
Feature/include refactor (#675)
jsmall-nvidia
2018-10-09
Added -serial-ir command line option (#664)
jsmall-nvidia
2018-09-20
Improve support for non-32-bit types. (#643)
Tim Foley
2018-07-06
spCompile/spProcessCommandLineArguments return SlangResult (#610)
jsmall-nvidia
2018-06-22
Expose macros/functionality for defining interfaces (#604)
jsmall-nvidia
2018-06-14
Add support for "blobs" and a file-system callback (#596)
Tim Foley
2018-06-12
Initial support for enum declarations (#599)
Tim Foley
2018-05-31
Add options to control matrix layout rules (#583)
Tim Foley
2018-05-29
Fix global atomic functions (#582)
Tim Foley
2018-05-02
Speedup type checking using cached overload resolution results.
Yong He
2018-04-20
Better diagnostics when compilation is aborted (#517)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-19
Entry point attribute (#447)
Tim Foley
2018-03-03
IR: next phase of "everything is an instruction" (#433)
Tim Foley
2018-02-22
Make `IRGlobalValue::mangledName` a `Name*`
Yong He
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-20
make CompileRequest retain specailized IR module.
Yong He
2018-02-19
more to fixing memory leaks
Yong He
2018-02-19
Fix IR memory leaks.
Yong He
2018-01-29
Remove #import directive (#389)
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-19
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-03
Fix type lookup of global type arguments
Yong He
2018-01-03
Add API for querying TypeLayout from a Type
Yong He
2017-11-28
Generate IR per-module for loaded modules (#299)
Tim Foley
2017-11-17
IR: Add support for `out` and `inout` parameters (#289)
Tim Foley
2017-11-17
Add support for global generic parameters (#285)
Yong He
[next]