mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-28 18:46:06 +00:00
3c0c921ef5
* shader_recompiler: Tessellation WIP * fix compiler errors after merge DONT MERGE set log file to /dev/null DONT MERGE linux pthread bb fix save work DONT MERGE dump ir save more work fix mistake with ES shader skip list add input patch control points dynamic state random stuff * WIP Tessellation partial implementation. Squash commits * test: make local/tcs use attr arrays * attr arrays in TCS/TES * dont define empty attr arrays * switch to special opcodes for tess tcs/tes reads and tcs writes * impl tcs/tes read attr insts * rebase fix * save some work * save work probably broken and slow * put Vertex LogicalStage after TCS and TES to fix bindings * more refactors * refactor pattern matching and optimize modulos (disabled) * enable modulo opt * copyright * rebase fixes * remove some prints * remove some stuff * Add TCS/TES support for shader patching and use LogicalStage * refactor and handle wider DS instructions * get rid of GetAttributes for special tess constants reads. Immediately replace some upon seeing readconstbuffer. Gets rid of some extra passes over IR * stop relying on GNMX HsConstants struct. Change runtime_info.hs_info and some regs * delete some more stuff * update comments for current implementation * some cleanup * uint error * more cleanup * remove patch control points dynamic state (because runtime_info already depends on it) * fix potential problem with determining passthrough --------- Co-authored-by: IndecisiveTurtle <47210458+raphaelthegreat@users.noreply.github.com> |
||
---|---|---|
.. | ||
aerolib | ||
crypto | ||
devices | ||
devtools | ||
file_format | ||
file_sys | ||
libraries | ||
loader | ||
address_space.cpp | ||
address_space.h | ||
cpu_patches.cpp | ||
cpu_patches.h | ||
debug_state.cpp | ||
debug_state.h | ||
linker.cpp | ||
linker.h | ||
loader.cpp | ||
loader.h | ||
memory.cpp | ||
memory.h | ||
module.cpp | ||
module.h | ||
platform.h | ||
signals.cpp | ||
signals.h | ||
thread.cpp | ||
thread.h | ||
tls.cpp | ||
tls.h |