2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Markus Wick 2c87f10267 gl_rasterizer_cache: Add profiles for Copy and Blit.
They were missed, and Copy is very high in profile here. It doesn't block the GPU,
but it stalls the driver thread. So with our bad GL instructions, this might block quite a while.
2018-11-06 17:45:32 +01:00
..
audio_core microprofile: Drop ReleaseActiveBuffer scope. 2018-11-06 17:45:32 +01:00
common Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
core Merge pull request #1633 from ogniK5377/reload-input 2018-11-05 00:21:27 -05:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core gl_rasterizer_cache: Add profiles for Copy and Blit. 2018-11-06 17:45:32 +01:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
yuzu_cmd Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
.clang-format
CMakeLists.txt