rpcsx/rpcs3/Emu/RSX/VK
Nekotekina 1b37e775be Migration to named_thread<>
Add atomic_t<>::try_dec instead of fetch_dec_sat
Add atomic_t<>::try_inc
GDBDebugServer is broken (needs rewrite)
Removed old_thread class (former named_thread)
Removed storing/rethrowing exceptions from thread
Emu.Stop doesn't inject an exception anymore
task_stack helper class removed
thread_base simplified (no shared_from_this)
thread_ctrl::spawn simplified (creates detached thread)
Implemented overrideable thread detaching logic
Disabled cellAdec, cellDmux, cellFsAio
SPUThread renamed to spu_thread
RawSPUThread removed, spu_thread used instead
Disabled deriving from ppu_thread
Partial support for thread renaming
lv2_timer... simplified, screw it
idm/fxm: butchered support for on_stop/on_init
vm: improved allocation structure (added size)
2018-10-19 22:22:35 +03:00
..
VKCommonDecompiler.cpp glslang: Bump to version 2776 2018-06-26 20:07:20 +03:00
VKCommonDecompiler.h rsx/vk/gl: Cleanup and refector glsl::getFunctionImpl 2017-11-08 13:15:34 +03:00
VKCompute.h vk: Fixup 2018-06-26 20:07:20 +03:00
VKFormats.cpp [vk] Check for BGRA8 linear image to support blitting 2018-09-07 22:02:02 +03:00
VKFormats.h vk: AMD primitive restart bug workaround 2018-05-13 14:44:14 +03:00
VKFragmentProgram.cpp c++17: use std::size 2018-09-06 13:15:59 +03:00
VKFragmentProgram.h vk: Add synchronous compute pipelines 2018-06-18 17:32:22 +03:00
VKGSRender.cpp Migration to named_thread<> 2018-10-19 22:22:35 +03:00
VKGSRender.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
VKHelpers.cpp vk: Improve logging of device names and driver versions 2018-09-03 18:24:20 +03:00
VKHelpers.h rsx; blit engine fixes 2018-09-21 16:32:23 +03:00
VKMemAlloc.cpp Performance enhancement - Vulkan memory allocator (#4635) 2018-05-23 17:02:35 +03:00
VKOverlays.h rsx/overlays: Implement blur, darkening and ability to disable custom background 2018-09-18 16:24:13 +03:00
VKProgramBuffer.h [vk] Throw an exception on using a repder pass that the driver doesn't support 2018-09-11 23:44:56 +03:00
VKProgramPipeline.cpp vk: Add synchronous compute pipelines 2018-06-18 17:32:22 +03:00
VKRenderTargets.h Update GSL and yaml-cpp submodules 2018-08-25 01:15:47 +03:00
VKTextOut.h [vk] Throw an exception on using a repder pass that the driver doesn't support 2018-09-11 23:44:56 +03:00
VKTexture.cpp vk: Support sw component swizzle decode because metal sucks 2018-08-23 22:54:56 +03:00
VKTextureCache.h Make vm::get_super_ptr return contiguous memory 2018-09-27 23:37:13 +03:00
VKVertexBuffers.cpp rsx: Fix u16 index arrays overflow 2018-10-08 16:39:47 +03:00
VKVertexProgram.cpp rsx/vp: CodeGen improvements 2018-07-07 16:20:33 +03:00
VKVertexProgram.h rsx/vp: CodeGen improvements 2018-07-07 16:20:33 +03:00
VulkanAPI.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
VulkanAPI.h Basic support for Vulkan Portability on OSX 2018-08-28 21:20:11 +03:00