shadPS4/src/shader_recompiler/frontend/translate
TheTurtle 1d1c88ad31
control_flow_graph: Initial divergence handling (#434)
* control_flow_graph: Initial divergence handling

* cfg: Handle additional case

* spirv: Handle tgid enable bits

* clang format

* spirv: Use proper format

* translator: Add more instructions
2024-08-16 20:05:37 +03:00
..
data_share.cpp video_core: Minor fixes (#366) 2024-08-05 13:45:28 +03:00
export.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
flat_memory.cpp video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
scalar_alu.cpp control_flow_graph: Initial divergence handling (#434) 2024-08-16 20:05:37 +03:00
scalar_memory.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
translate.cpp control_flow_graph: Initial divergence handling (#434) 2024-08-16 20:05:37 +03:00
translate.h shader_recompiler: basic implementation of BUFFER_STORE_FORMAT_ (#431) 2024-08-15 00:15:07 +02:00
vector_alu.cpp video_core: Crucial buffer cache fixes + proper GPU clears (#414) 2024-08-13 09:21:48 +03:00
vector_interpolation.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
vector_memory.cpp control_flow_graph: Initial divergence handling (#434) 2024-08-16 20:05:37 +03:00