mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 07:52:31 +00:00
* shader_recompiler: Remove remnants of old discard Also constant propagate conditional discard if condition is constant * resource_tracking_pass: Rework sharp tracking for robustness * resource_tracking_pass: Add source dominance analysis When reachability is not enough to prune source list, check if a source dominates all other sources * resource_tracking_pass: Fix immediate check How did this work before * resource_tracking_pass: Remove unused template type * readlane_elimination_pass: Don't add phi when all args are the same New sharp tracking exposed some bad sources coming on sampler sharps with aniso disable pattern that also were part of readlane pattern, fix tracking by removing the unnecessary phis inbetween * resource_tracking_pass: Allow phi in disable aniso pattern * resource_tracking_pass: Handle not valid buffer sharp and more phi in aniso pattern |
||
---|---|---|
.. | ||
common | ||
core | ||
images | ||
imgui | ||
input | ||
qt_gui | ||
shader_recompiler | ||
video_core | ||
.clang-format | ||
emulator.cpp | ||
emulator.h | ||
main.cpp | ||
sdl_window.cpp | ||
sdl_window.h | ||
shadps4.qrc | ||
shadps4.rc |