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
/
type-layout.cpp
Age
Commit message (
Expand
)
Author
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-21
Add support for more RasterizerOrdered types (#628)
Tim Foley
2018-05-31
Add options to control matrix layout rules (#583)
Tim Foley
2018-01-03
Fix bug around arrays of structs of resources (#352)
Tim Foley
2017-12-14
More fixups for Vulkan parameter block bindings (#309)
Tim Foley
2017-12-13
Fix parameter block binding for Vulkan (#308)
Tim Foley
2017-11-17
Add support for global generic parameters (#285)
Yong He
2017-11-13
Parameter block work (#276)
Tim Foley
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-11-04
fixed all warnings
Yong He
2017-11-04
fix all unreachable code warnings
Yong He
2017-11-01
Allow use of dxc compiler for DXIL generation (#241)
Tim Foley
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-13
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-14
IR: handle control flow constructs (#186)
Tim Foley
2017-09-12
Get IR working for `AdaptiveTessellationCS40/Render` test
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-17
Handle `Buffer` types more like textures
Tim Foley
2017-07-14
Adjust type layout when parameter block constains member using the same resource
Tim Foley
2017-07-14
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-13
An array of resources in Vulkan only consumes one binding
Tim Foley
2017-07-10
Try to be more robust against un-checked types during lowering, etc.
Tim Foley
2017-07-09
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-07
Fix support for `std430` layout
Tim Foley
2017-07-07
Fix alignment computation for `std140` uniforms
Tim Foley
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-06-28
Store integer literals at high precision in AST
Tim Foley
2017-06-26
Include imported code when generating reflection data
Tim Foley
2017-06-15
Replace `DeclRef` approach
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-09
Initial import of code.
Tim Foley