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
/
parameter-binding.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Initial support for uniform parameters on entry points (#815)
Tim Foley
2019-01-31
*
Feature/as refactor (#817)
jsmall-nvidia
2019-01-31
*
Clean up variable declaration class hierarchy (#787)
Tim Foley
2019-01-22
*
Initial support for dynamic dispatch using "tagged union" types (#772)
Tim Foley
2019-01-16
*
Add an error for global uniform parameter declarations (#773)
Tim Foley
2019-01-14
*
Feature/lex memory reduction (#762)
jsmall-nvidia
2018-12-20
*
Add support for Vulkan raytraicng "shader record" (#735)
Tim Foley
2018-11-30
*
Allow parameter blocks to be explicitly bound to spaces (#736)
Tim Foley
2018-11-30
*
Add support for unbounded arrays as shader parameters (#725)
Tim Foley
2018-11-21
*
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-11-12
*
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-10-04
*
Remove the "hack sampler" workaround (#648)
Tim Foley
2018-09-21
*
Support for [[vk::push_constant]] (#629)
jsmall-nvidia
2018-08-22
*
Feature/attributed binding (#621)
jsmall-nvidia
2018-07-31
*
Cleanups around behavior when the compiler fails (#553)
Tim Foley
2018-05-11
*
Add support for explicit register space bindings (#542)
Tim Foley
2018-05-02
*
Introduce an IR-level type system (#481)
Tim Foley
2018-04-11
*
Entry point attribute (#447)
Tim Foley
2018-03-19
*
Small bug fixes. (#445)
Yong He
2018-03-16
*
Initial support for cross-compilation of geometry shaders to GLSL (#423)
Tim Foley
2018-02-23
*
Handling of duplicate global shader parameter declarations (#405)
Tim Foley
2018-02-09
*
Make specialization presserve global parameter enumeration order in reflectio...
Yong He
2018-01-19
*
Refactor substitution representation in DeclRefBase (#363)
Yong He
2018-01-12
*
Bug fixes for Slang integration (#356)
Yong He
2018-01-04
*
Add API for querying TypeLayout from a Type
Yong He
2018-01-03
*
no-codegen compile flag and global generics reflection (#347)
Yong He
2018-01-02
*
Add sample-rate-input detection for HLSL. (#312)
Tim Foley
2017-12-15
*
More fixups for parameter block binding generation (#311)
Tim Foley
2017-12-15
*
Add API to query stage of varying parameter (#302)
Tim Foley
2017-11-29
*
Generate IR per-module for loaded modules (#299)
Tim Foley
2017-11-28
*
fixup global generic parameters
Yong He
2017-11-20
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
Parameter block work (#276)
Tim Foley
2017-11-13
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
fix all unreachable code warnings
Yong He
2017-11-04
*
Reflection: allow querying of semantics on varying input/output (#224)
Tim Foley
2017-10-19
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Improve diagnostics for overlapping/conflicting bindings
Tim Foley
2017-08-15
*
Handle possibility of bad types in varying input/output signature.
Tim Foley
2017-08-15
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Rename `Name` fields to `name`
Tim Foley
2017-08-14
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Make the "hack" sampler explicit for now
Tim Foley
2017-07-22
*
Translate NV single-pass stereo extension from Slang to GLSL
Tim Foley
2017-07-20
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
[next]