index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
syntax.h
Commit message (
Expand
)
Author
Age
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31
*
Changes required for application adoption of interface-type parameters (#963)
Tim Foley
2019-05-20
*
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-04-29
*
Add better control over image formats for GLSL/SPIR-V targets (#939)
Tim Foley
2019-04-08
*
Move enumeration of shader parameters to Program/EntryPoint (#870)
Tim Foley
2019-03-01
*
Split front- and back-ends (#846)
Tim Foley
2019-02-15
*
Hotfix/remove null this work around (#831)
jsmall-nvidia
2019-02-07
*
Allow entry points to have explicit generic parameters (#826)
Tim Foley
2019-02-05
*
Feature/casting tidyup (#822)
jsmall-nvidia
2019-02-04
*
Feature/as refactor review (#821)
jsmall-nvidia
2019-02-02
*
Feature/as refactor (#817)
jsmall-nvidia
2019-01-31
*
Add support for user defined attributes.
Yong He
2019-01-29
*
Support "modern" declaration syntax as an option (#792)
Tim Foley
2019-01-24
*
Clean up variable declaration class hierarchy (#787)
Tim Foley
2019-01-22
*
Specialize away resource-type function parameters (#759)
Tim Foley
2018-12-17
*
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-12
*
Feature/premake linux (#689)
jsmall-nvidia
2018-10-25
*
Add basic support for [mutating] methods (#667)
Tim Foley
2018-10-11
*
Improve support for non-32-bit types. (#643)
Tim Foley
2018-09-20
*
Speedup type checking using cached overload resolution results.
Yong He
2018-05-02
*
Introduce an IR-level type system (#481)
Tim Foley
2018-04-11
*
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-03-16
*
IR: "everything is an instruction" (#432)
Tim Foley
2018-03-01
*
Refactor IR type system, step 0
Yong He
2018-02-23
*
bug fixes to get falcor example shader code to compile.
Yong He
2018-01-16
*
Allow extension on interface (#369)
Yong He
2018-01-16
*
allow extension of a concrete type to implement additional interface
Yong He
2018-01-14
*
Refactor substitution representation in DeclRefBase (#363)
Yong He
2018-01-12
*
bruteforce implementation of witness table resolution for associated (#358)
Yong He
2018-01-09
*
Support nested generic types (e.g. L<T<S>>)
Yong He
2017-12-27
*
Cleanups to `ParameterBlock<T>` behavior. (#304)
Tim Foley
2017-12-08
*
Fix substitution mechanism to remove special cases for global params (#297)
Yong He
2017-11-24
*
fixup global generic parameters
Yong He
2017-11-20
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
Support generic interface methods (#251)
Yong He
2017-11-07
*
Passing both assoctype-simple and assoctype-complex test cases.
Yong He
2017-11-04
*
associatedtypes: generating almost correct HLSL, but is not calling correctly...
Yong He
2017-11-03
*
Allow for implicit `this` expressions.
Tim Foley
2017-10-30
*
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-27
*
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-10-04
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-07
*
Move implicit conversion operations to stdlib
Tim Foley
2017-09-05
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Data-driven parsing of modifiers
Tim Foley
2017-08-12
*
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-11
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Handle arrays when scalarizing "resources in structs"
Tim Foley
2017-07-17
*
Initial work on handling resources in structs during cross-compilation
Tim Foley
2017-07-11
[next]