mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-04 06:55:03 -06:00
* Implement some missing shader opcodes
Implements TBUFFER_STORE_FORMAT_XYZW, IMAGE_SAMPLE_CD, and IMAGE_GATHER4_C_LZ.
These are seen in https://github.com/shadps4-emu/shadPS4/issues/496.
* Implement IMAGE_STORE_MIP
Not sure if this is the right way to do this, let me know if this needs changing.
* Revert "Implement IMAGE_STORE_MIP"
This reverts commit
|
||
|---|---|---|
| .. | ||
| data_share.cpp | ||
| export.cpp | ||
| scalar_alu.cpp | ||
| scalar_memory.cpp | ||
| translate.cpp | ||
| translate.h | ||
| vector_alu.cpp | ||
| vector_interpolation.cpp | ||
| vector_memory.cpp | ||