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
/
core.meta.slang
Age
Commit message (
Expand
)
Author
2018-11-29
Add support for globallycoherent modifier (#732)
Tim Foley
2018-11-19
Fix declaration of RWTexture*.Load() operations (#722)
Tim Foley
2018-11-12
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-11-09
Update Vulkan ray tracing support to final extension spec (#717)
Tim Foley
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-10-11
Add basic support for [mutating] methods (#667)
Tim Foley
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-09-27
First pass implementation of IR serialization (#653)
jsmall-nvidia
2018-09-25
Improve IROp lookup (#650)
jsmall-nvidia
2018-09-24
Fixes around atomic operations (#652)
Tim Foley
2018-09-24
Remap IROp value ranges
jsmall-nvidia
2018-09-21
Remove the "hack sampler" workaround (#648)
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
Fix imageStore output for types other than 4-vectors (#622)
Tim Foley
2018-07-31
Feature/attributed binding (#621)
jsmall-nvidia
2018-07-26
Fix translation of RWTexture subscript operations for Vulkan (#618)
Tim Foley
2018-06-28
Fix up definitions of half and double in stdlib (#608)
Tim Foley
2018-06-27
Support for Tessellation (#607)
jsmall-nvidia
2018-06-12
Initial support for enum declarations (#599)
Tim Foley
2018-06-05
Fix atomic operations on RWBuffer (#593)
Tim Foley
2018-05-29
Fix global atomic functions (#582)
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-16
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-03-08
Cleanups on slang-generate (#437)
Tim Foley
2018-02-23
Refactor IR type system, step 0
Yong He
2018-02-23
Initial support for cross-compilation of geometry shaders to GLSL (#423)
Tim Foley
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-18
stdlib fixes for Vulkan (#414)
Tim Foley
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-07
Support __target_intrinsic modifiers in IR codegen (#401)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2017-11-17
IR: Add support for `out` and `inout` parameters (#289)
Tim Foley
2017-11-07
Remove `__intrinsic_op` from many decls
Tim Foley
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-10-12
Work towards target-specific function overloads (#210)
Tim Foley
2017-10-11
Bug fixing (#207)
Tim Foley
2017-10-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-25
Fixup: typo in `core` library meta-code
Tim Foley
2017-09-22
More work on IR-based lowering and cross-compilation
Tim Foley
2017-09-11
Initial work on boilerplate code generator
Tim Foley