rpcsx/rpcs3
kd-11 156b092dc9 vk: Lock passthrough DMA behind the async streaming option
- Without async streaming this option can introduce artifacts.
  The correct fix for it is to use async streaming which allows the GPU to process texture data in parallel with rendering.
  Without streaming enabled the GPU can sometimes pull stale data via DMA when rendering and find the CPU has modified it.
2021-05-25 20:54:17 +03:00
..
Crypto crypto light refactoring. 2021-05-21 16:34:38 +03:00
Emu vk: Lock passthrough DMA behind the async streaming option 2021-05-25 20:54:17 +03:00
Icons upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
Input types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
Loader TROPUSR: Optimization 2021-05-21 16:43:34 +03:00
qt/etc Qt: use config to load translation file on startup 2020-02-06 17:41:50 +01:00
rpcs3qt perf_overlay: update interval config update 2021-05-25 11:04:45 +03:00
util vm_native: fix Linux/Posix sparse file check 2021-05-25 09:55:43 +03:00
CMakeLists.txt metainfo: move away from deprecated appdata 2021-05-19 19:55:58 +03:00
display_sleep_control.cpp Move types.h to util/types.hpp 2020-12-12 15:12:01 +03:00
display_sleep_control.h Remove BOM markers 2020-12-06 15:30:12 +03:00
emucore.vcxproj rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
emucore.vcxproj.filters rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
frame_icon.xpm Update .xpm based on new .ico 2017-05-22 20:53:59 +03:00
git-version.cmake CD: Fix experimental build warning for Travis 2020-03-27 23:00:22 +03:00
GLGSRender.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
GLGSRender.vcxproj.filters Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
headless_application.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
headless_application.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
main.cpp types.hpp: implement min_v<>, max_v<>, SignedInt, UnsignedInt, FPInt concepts 2021-05-23 19:43:51 +03:00
main_application.cpp logs.hpp: refactoring (logs::message) 2021-05-20 01:08:32 +03:00
main_application.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
OpenAL.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
OpenAL.vcxproj.filters Rewrite OpenAL backend to support new features 2019-01-12 21:29:56 +03:00
resource.h
resources.qrc Qt: use config to load translation file on startup 2020-02-06 17:41:50 +01:00
rpcs3.desktop Make it pass desktop-file-validate in Ubuntu 14.04 2017-08-18 20:57:21 +03:00
rpcs3.icns upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.ico upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.metainfo.xml metainfo: move away from deprecated appdata 2021-05-19 19:55:58 +03:00
rpcs3.plist.in CMake: Use Info.plist template for macOS bundle 2019-02-26 21:09:18 +00:00
rpcs3.png upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.rc Fix icon and exe name for VS. 2017-06-18 00:30:51 +03:00
rpcs3.svg upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
rpcs3.vcxproj.filters Qt: unify some movie hover code and fix cellLeave 2021-04-16 23:18:13 +02:00
rpcs3_version.cpp rpcs3_version: Bump to 0.0.16 2021-04-30 21:42:14 +01:00
rpcs3_version.h More random changes 2021-04-11 14:01:51 +03:00
stb_image.cpp stblib: disable another unsupported clang warning (#10244) 2021-05-07 01:26:21 +01:00
stdafx.cpp Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
stdafx.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
VKGSRender.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
VKGSRender.vcxproj.filters vk: Refactor render target code 2021-04-26 00:33:05 +03:00
windows.qrc Qt: Use additional windows resource file for qt.conf 2018-05-13 21:02:21 +04:00
XAudio.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
XAudio.vcxproj.filters Replace XAudio2 implementation with an unified Xaudio2Redist 2020-02-20 23:33:09 +03:00