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
/
slang-type-layout.cpp
Age
Commit message (
Expand
)
Author
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-02-02
GLSL Passthrough support for SSBO types (#3446)
Ellie Hermaszewska
2023-12-15
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-01
Parameter binding and gfx fixes. (#3302)
Yong He
2023-10-17
Type layouts for structured buffers with counters (#3269)
Ellie Hermaszewska
2023-08-21
Compile append and consume structured buffers to glsl. (#3142)
Yong He
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-10
Add support for ConstBufferPointer on Vulkan. (#3089)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-19
Support for vk-shift-* without explicit bindings (#3000)
jsmall-nvidia
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-06-27
Pointer layout support (#2930)
jsmall-nvidia
2023-05-05
Squash a couple of warnings on clang (#2870)
Ellie Hermaszewska
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
2022-08-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2022-02-28
Use GLSL scalar layout for constant buffers. (#2147)
Yong He
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2021-06-14
Improve comments around -Xarg and C++/CUDA layout (#1884)
jsmall-nvidia
2021-06-10
CUDA layout corner cases/testing (#1881)
jsmall-nvidia
2021-06-09
Fix CUDA vector layout logic. (#1879)
Yong He
2021-06-08
Various fixes to CUDA backend. (#1877)
Yong He
2021-06-04
Enable tracing rays with OptiX backend (#1871)
Nathan V. Morrical
2021-06-02
Fix cyclic reference in `ExtendedTypeLayout`. (#1868)
Yong He
2021-05-25
OptiX ray payload read/write support in raytracing pipeline shaders (#1853)
Nathan V. Morrical
2021-04-29
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-10-02
Specialize exsitentials parameters in struct fields. (#1565)
Yong He
2020-09-14
Support shader parameters that are an array of existential type. (#1542)
Yong He
2020-09-14
Change the layout we compute/store for parameter groups (#1540)
Tim Foley
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-03
Rework type layout for ExistentialSpecializedType (#1531)
Yong He
2020-09-02
Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)
Yong He
2020-08-05
Change the policy for entry-point uniform parameters on Vulkan (#1476)
Tim Foley
2020-07-31
Fix issues arising around DXR 1.1 RayQuery usage (#1468)
Tim Foley
2020-07-15
Remove KernelContext wrapper from CPU/CUDA emit (#1440)
Tim Foley
[next]