rpcsx/rpcs3/Emu/RSX
Nekotekina dfd50d0185 Implement std::bit_cast<>
Partial implementation of std::bit_cast from C++20.
Also fix most strict-aliasing rule break warnings (gcc).
2019-06-02 23:22:16 +03:00
..
Capture Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
Common Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
D3D12 Limit shaderlog writing behind log_programs setting 2019-05-31 19:49:32 +03:00
GL Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
Null rsx: Minor cleanup 2019-01-06 10:44:40 +03:00
Overlays Use empty() instead of comparing size() with 0 2019-06-01 22:59:23 +03:00
VK Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
CgBinaryFragmentProgram.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
CgBinaryProgram.h Try to get rid of SIZE_32 macro 2018-09-03 21:40:36 +03:00
CgBinaryVertexProgram.cpp rsx: Vertex Decompiler, fix sca register assignment 2017-08-19 12:27:53 +03:00
GCM.h rsx-capture: reduce capture size 2018-12-04 13:01:29 +03:00
gcm_enums.cpp rsx: Fix unknown vertex base types 2019-01-21 22:28:20 +03:00
gcm_enums.h rsx: Improvements to texture scanning 2019-04-09 13:40:54 +03:00
gcm_printing.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
gcm_printing.h rsx: Move printing function in a separate header/cpp 2016-09-22 15:44:59 +02:00
GSRender.cpp rsx: Fix race on clearing native_ui vs emu_requested flag 2019-04-20 01:04:41 +03:00
GSRender.h Remove redundant semicolons 2019-05-12 18:32:11 +03:00
rsx_cache.h Remove redundant semicolons 2019-05-12 18:32:11 +03:00
rsx_decode.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
rsx_methods.cpp vm: expand reservation lock bit area to 7 bit 2019-05-19 17:46:55 +03:00
rsx_methods.h rsx: Fix use-after-modify condition when inserting a draw command out of order 2019-03-22 21:27:15 +03:00
rsx_utils.cpp rsx: Synchronize surface cache and texture cache data 2019-03-10 16:09:05 +03:00
rsx_utils.h rsx: Hack around using data regions as transfer targets 2019-05-16 19:25:26 +03:00
rsx_vertex_data.h rsx: Fixups for immediate rendering mode 2018-12-24 09:05:19 +03:00
RSXFIFO.cpp rsx: Use relaxed store on fifo ctrl registers 2019-03-31 14:57:21 +03:00
RSXFIFO.h rsx: Use relaxed store on fifo ctrl registers 2019-03-31 14:57:21 +03:00
RSXFragmentProgram.h rsx: Restructure programs 2018-11-30 23:51:25 +03:00
RSXTexture.cpp rsx: Improve accuracy of shadow compare Ops when non-integer depth formats are used 2019-04-25 16:23:05 +03:00
RSXTexture.h rsx: Improve accuracy of shadow compare Ops when non-integer depth formats are used 2019-04-25 16:23:05 +03:00
RSXThread.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
RSXThread.h Use empty() instead of comparing size() with 0 2019-06-01 22:59:23 +03:00
RSXVertexProgram.h rsx: Improve vertex textures support 2018-07-12 18:02:28 +03:00