This website requires JavaScript.
Explore
Help
Sign In
DuckDuckWhale
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-emu/yuzu.git
synced
2025-08-18 17:53:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
yuzu
/
src
/
shader_recompiler
/
ir_opt
History
ReinUsesLisp
e66d5b88a6
shader: Properly scale image reads and add GL SPIR-V support
...
Thanks for everything!
2021-11-16 22:11:29 +01:00
..
collect_shader_info_pass.cpp
shader: Properly scale image reads and add GL SPIR-V support
2021-11-16 22:11:29 +01:00
constant_propagation_pass.cpp
Merge pull request
#6767
from ReinUsesLisp/fold-float-pack
2021-07-30 02:07:52 -04:00
dead_code_elimination_pass.cpp
…
dual_vertex_pass.cpp
…
global_memory_to_storage_buffer_pass.cpp
…
identity_removal_pass.cpp
…
lower_fp16_to_fp32.cpp
…
lower_int64_to_int32.cpp
…
passes.h
shader: Fix resolution scaling pass
2021-11-16 22:11:27 +01:00
rescaling_pass.cpp
shader: Properly scale image reads and add GL SPIR-V support
2021-11-16 22:11:29 +01:00
ssa_rewrite_pass.cpp
ShaderCache: Fix Phi Nodes Type on OGL.
2021-11-01 22:26:17 +01:00
texture_pass.cpp
TexturePass: Fix clamping of images as this allowed negative indices.
2021-10-24 20:46:36 +02:00
verification_pass.cpp
…