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
/
parser.cpp
Age
Commit message (
Expand
)
Author
2018-11-30
Add support for Vulkan raytraicng "shader record" (#735)
Tim Foley
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-09-20
Improve support for non-32-bit types. (#643)
Tim Foley
2018-08-22
Support for [[vk::push_constant]] (#629)
jsmall-nvidia
2018-07-31
Feature/attributed binding (#621)
jsmall-nvidia
2018-06-12
Initial support for enum declarations (#599)
Tim Foley
2018-05-29
Fix global atomic functions (#582)
Tim Foley
2018-05-02
Add support for explicit register space bindings (#542)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-04-04
Pass AST interpolation modifiers through to codegen. (#475)
Tim Foley
2018-03-19
Entry point attribute (#447)
Tim Foley
2018-03-16
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-02-26
Merge from 0.9.x (#429)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-01-29
Remove #import directive (#389)
Tim Foley
2018-01-19
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-14
add support for `extension` and `type_param` keywords
Yong He
2018-01-12
Support nested generics
Yong He
2018-01-09
bruteforce implementation of witness table resolution for associated (#358)
Yong He
2017-12-27
Using a visitor to systematically replace lookup scopes of generic function's...
Yong He
2017-12-20
IR: fixes for subscript accessors (#322)
Tim Foley
2017-12-20
Support simple generics syntax (#319)
Yong He
2017-11-27
Cleanups (#298)
Tim Foley
2017-11-17
Add support for global generic parameters (#285)
Yong He
2017-11-14
IR: add support for `switch` statements (#278)
Tim Foley
2017-11-07
Support generic interface methods (#251)
Yong He
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-11-04
style fixes
Yong He
2017-11-04
cleanup useless code
Yong He
2017-11-04
merge with fixWarnings branch
Yong He
2017-11-04
fixed all warnings
Yong He
2017-11-02
work inprogress
YONGH\yongh
2017-10-31
work in-progress: type checking associated types
Yong He
2017-10-30
work in-progress, add parsing for assoc type decls and member type expressions
YONGH\yongh
2017-10-30
Support explicit `this` expressions
Tim Foley
2017-10-27
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-12
Work towards target-specific function overloads (#210)
Tim Foley
2017-10-09
Parser: fix precedence of cast expressions (#203)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-11
Support IR-based codegen for a few more examples.
Tim Foley
2017-09-07
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-06
Continue work on IR-based codegen
Tim Foley
2017-09-05
Move implicit conversion operations to stdlib
Tim Foley
2017-08-25
Fixup: handle splice of multiple modifiers
Tim Foley
2017-08-25
Fix some resources-in-structs bugs
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-14
Rename `Name` fields to `name`
Tim Foley
2017-08-12
Data-driven parsing of modifiers
Tim Foley
2017-08-11
Look up declaration keywords using ordinary scoping.
Tim Foley
[next]