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-emit.cpp
Age
Commit message (
Expand
)
Author
2024-01-23
SPIRV Legalization fixes. (#3479)
Yong He
2023-12-30
Fix the intrinsic expansion of ObjectToWorld3x4 in spirv_asm. Data type (#3428)
Pankaj Mistry
2023-12-15
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-15
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-14
Looks like `#3327` left in some debugging code. (#3411)
jsmall-nvidia
2023-12-13
Fix GLSL static initialization bug. (#3409)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-10-11
Small warnings and bugs (#3272)
Ellie Hermaszewska
2023-10-11
Report spirv-opt time. (#3271)
Yong He
2023-10-09
Run curated spirv-opt passes through slang-glslang. (#3266)
Yong He
2023-10-05
Various AD Fixes (#3263)
Sai Praveen Bangaru
2023-10-04
SPIRV compiler performance fixes. (#3258)
Yong He
2023-09-27
WIP Mesh shaders for SPIR-V (#3226)
Ellie Hermaszewska
2023-09-27
Various SPIRV fixes. (#3231)
Yong He
2023-09-21
Revert inlining change in #3217. (#3229)
Yong He
2023-09-21
move global initializers to entry point for spirv (#3225)
Ellie Hermaszewska
2023-09-20
Move force inlining step to before `processAutodiffCalls` (and run in loop) (...
Sai Praveen Bangaru
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-09-19
Direct SPIRV ParameterBlock fix. (#3212)
Yong He
2023-09-11
Add Mesh and Task shader support to GFX (#3190)
Ellie Hermaszewska
2023-09-07
Lower LValue implicit cast before autodiff. (#3194)
Yong He
2023-09-05
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-08-30
Fix memory barrier intrinsics. (#3166)
Yong He
2023-08-23
Lower all ByteAddressBuffer uses for SPIRV. (#3143)
Yong He
2023-08-21
Compile append and consume structured buffers to glsl. (#3142)
Yong He
2023-08-17
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-17
Create storage types of different layouts for SPIRV emit. (#3116)
Yong He
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-21
Add support for `-fvk-invert-y`. (#3012)
Yong He
2023-07-19
Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)
Yong He
2023-07-12
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-11
Add perf benchmark utility. (#2977)
Yong He
2023-07-10
Add support for texture footprint queries (#2970)
Theresa Foley
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-06-29
Apply SCCP on global scope before unrolling loops. (#2952)
Yong He
2023-06-28
Fix parameter block loads in GLSL emit. (#2946)
Yong He
2023-05-31
Fix div-by-zero error during sccp. (#2911)
Yong He
2023-05-23
Add API for querying total compile time. (#2898)
Yong He
2023-05-12
Fusion pass for saturated_cooperation (#2874)
Ellie Hermaszewska
2023-05-11
MVP for higher order functions (#2849)
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
Support recomputing phi params in bwd prop func. (#2841)
Yong He
2023-04-20
Improvements outputting containers (#2815)
jsmall-nvidia
2023-04-19
Make SourceMap a value type (#2812)
jsmall-nvidia
2023-04-18
On demand SourceMap JSON serialization (#2811)
jsmall-nvidia
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
[next]