shadPS4/src
TheTurtle 3c90b8ac00
video_core: Bringup some basic functionality (#145)
* video_core: Remove hack in rasterizer

* The hack was to skip the first draw as the display buffer had not been created yet and the texture cache couldn't create one itself. With this patch it now can, using the color buffer parameters from registers

* shader_recompiler: Implement attribute loads/stores

* video_core: Add basic vertex, index buffer handling and pipeline caching

* externals: Make xxhash lowercase
2024-05-25 15:33:15 +03:00
..
audio_core src: Reorganize and cleanup libraries 2024-04-14 00:37:17 +03:00
common config, video_core: null gpu configuration added 2024-05-22 20:19:42 +02:00
core video_core: Bringup some basic functionality (#145) 2024-05-25 15:33:15 +03:00
images Change logo 2024-03-28 15:29:21 +01:00
input video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
qt_gui core: Implement new memory manager (#133) 2024-05-16 15:55:50 +03:00
shader_recompiler video_core: Bringup some basic functionality (#145) 2024-05-25 15:33:15 +03:00
video_core video_core: Bringup some basic functionality (#145) 2024-05-25 15:33:15 +03:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
main.cpp video_core: Bringup some basic functionality (#145) 2024-05-25 15:33:15 +03:00
sdl_window.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
sdl_window.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
shadps4.qrc add window icons (#92) 2024-03-02 18:39:46 +02:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00