rpcsx/rpcs3/Emu/RSX
kd-11 bd21930d1a rsx: Decode swizzled GPU data on CPU readback
- Currently this conversion is being done on the CPU to reuse as much code as possible.
  The expectation is that this almost never happens, so there is not point in increasing maintenance burden by adding compute paths
2020-08-02 16:14:11 +03:00
..
Capture rsx: Fix grammer issue (binded -> bound) 2020-04-11 21:21:15 +03:00
Common rsx: Propagate raster type of fbo sourced data throughout the pipeline. 2020-08-02 16:14:11 +03:00
GL rsx: Decode swizzled GPU data on CPU readback 2020-08-02 16:14:11 +03:00
Null rsx: Fix NULL renderer 2020-02-23 19:57:55 +03:00
Overlays overlays: fix minor warning 2020-07-29 13:18:33 +02:00
VK rsx: Decode swizzled GPU data on CPU readback 2020-08-02 16:14:11 +03:00
CgBinaryFragmentProgram.cpp Avoid string reallocation in swizzle CgBinaryProgram 2020-06-15 22:26:49 +03:00
CgBinaryProgram.h Remove -Wno-reorder and make it an error 2020-02-21 15:20:34 +03:00
CgBinaryVertexProgram.cpp Avoid string reallocation in swizzle CgBinaryProgram 2020-06-15 22:26:49 +03:00
GCM.h rsx: Fix grammer issue (binded -> bound) 2020-04-11 21:21:15 +03:00
gcm_enums.cpp rsx: Validate blend factors according to hardware testing 2020-06-23 12:15:02 +03:00
gcm_enums.h rsx: Propagate raster type of fbo sourced data throughout the pipeline. 2020-08-02 16:14:11 +03:00
gcm_printing.cpp Minor fixes 2019-07-01 04:33:23 +03:00
gcm_printing.h rsx: Apply Clang-Tidy fix "readability-avoid-const-params-in-decls" 2019-06-12 15:11:52 +03:00
GSRender.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
GSRender.h rsx: Make X11 optional on Linux 2019-12-20 10:48:03 +00:00
rsx_cache.h rsx: Fix cache skipping shaders on load+compile (#8633) 2020-07-26 08:47:50 +01:00
rsx_decode.h rsx: Implement stippled rendering 2020-05-30 14:47:10 +03:00
rsx_methods.cpp rsx: Validate blend factors according to hardware testing 2020-06-23 12:15:02 +03:00
rsx_methods.h rsx: Fix draw count append when draw ranges are out of order 2020-07-14 16:04:44 +03:00
rsx_utils.cpp Use attributes for LIKELY/UNLIKELY 2020-02-05 10:42:34 +03:00
rsx_utils.h vk: Improve video memory manager to attempt recovery in out of memory situations 2020-07-25 14:48:11 +03:00
rsx_vertex_data.h Remove -Wno-reorder and make it an error 2020-02-21 15:20:34 +03:00
RSXFIFO.cpp rsx: Fix false desync events 2020-07-16 19:26:10 +02:00
RSXFIFO.h rsx: Improve NV308A_COLOR 2020-03-25 17:51:59 +03:00
RSXFragmentProgram.h rsx/fp: Separate SRC precision modifiers 2020-06-07 12:07:27 +03:00
RSXOffload.cpp RSXOffload: fix dma_manager::sync() freeze on exit 2020-02-28 19:55:43 +03:00
RSXOffload.h Fix warning in RSXOffload.cpp (rewrite thread) 2020-02-23 14:19:23 +03:00
RSXTexture.cpp rsx: Implement signed normalized texture formats 2020-06-12 20:19:20 +03:00
RSXTexture.h rsx: Implement signed normalized texture formats 2020-06-12 20:19:20 +03:00
RSXThread.cpp rsx: Propagate raster type of fbo sourced data throughout the pipeline. 2020-08-02 16:14:11 +03:00
RSXThread.h rsx: Propagate raster type of fbo sourced data throughout the pipeline. 2020-08-02 16:14:11 +03:00
RSXVertexProgram.h C-style cast cleanup III 2019-12-01 00:32:44 +03:00