Commit graph

23 commits

Author SHA1 Message Date
DH 46afeb987e [amdgpu] shader: implement storage images
Random instructions fixes
2023-08-06 17:26:24 +03:00
DH 32a9febee4 [amdgpu] shader: implement vop3 V_MED3_F32 2023-07-30 19:35:39 +03:00
DH 01918f23ae [amdgpu] shader: fix LG int comparison 2023-07-30 16:43:58 +03:00
DH 4a5faf3252 [amdgpu] shader: fix struct pointer searching 2023-07-30 16:38:01 +03:00
DH 627eabec6d [amdgpu] shader: fix convertFromFormat < 32bit handling 2023-07-30 16:21:35 +03:00
Ivan Chikish a96269938e [amdgpu] Minor UInt8 fix 2023-07-30 11:55:54 +03:00
DH 589aa6c249 [amdgpu] shader: fix convertFromFormat half handling 2023-07-29 20:29:24 +03:00
Ivan Chikish c29aada46a Fragment: V3_{MIN|MAX|MIN3|RSQ}_F32 2023-07-28 15:08:32 +03:00
Ivan Chikish 6b0db73ecd Fragment: fix sin/cos constants 2023-07-28 14:40:53 +03:00
Ivan Chikish df7f52b673 Fragment: fix sin/cos 2023-07-28 00:45:04 +03:00
DH 760aea0e49 [amdgpu] WIP cache implementation 2023-07-24 06:03:55 +03:00
Ivan Chikish 18cb867606 [amdgpu] Change V_INTERP_MOV_F32 hack 2023-07-21 18:02:54 +03:00
Ivan Chikish ec0c3f80c0 [amdgpu] Stub V_INTERP_MOV_F32 2023-07-21 15:34:05 +03:00
DH e9ffa97caa [rpcsx-gpu] Upload missed file 2023-07-17 15:41:58 +03:00
DH ccf25ba026 [rpcsx-gpu] WIP Basic tiling support
Implement MRT
Fix buffer write back
Cleanup
2023-07-17 15:36:08 +03:00
DH 665d74740a [amdgpu] Implement V_FMA_F32, IMAGE_SAMPLE_LZ, V_CVT_OFF_F32_I4
Loops fix
Decompile spirv on error
Wait for rpcsx-os if memory not exists
2023-07-14 04:34:57 +03:00
Isaac Marovitz 098220217c
Fix typo & other problems (#12)
* Ignore external deps
* Clang 16
* clang-format 16
* Fix linting action
2023-07-07 00:48:59 +03:00
Isaac Marovitz 1f05a8a6a6 Run clang-format 2023-07-06 21:37:30 +01:00
Ivan Chikish b92772ac93 [amdgpu/shader] Implement V_FLOOR_F32, V_SIN_F32, V_COS_F32 2023-07-02 17:41:15 +03:00
DH c36f518824 [amdgpu/shader] Implement MIMG IMAGE_GET_LOD stub
Returns always 0 because sampler loading not implemented yet
2023-06-28 19:41:58 +03:00
DH f8a53b4ab4 [amdgpu/shader] Implement Vop3 ADD_F32 2023-06-28 19:40:48 +03:00
DH 1e733facaa [rpcsx-gpu] Implemented swapchain 2023-06-25 16:54:49 +03:00
DH a8af9198bf Added amdgpu hw project 2023-06-24 15:59:27 +03:00