rpcsx/rpcs3/Emu/RSX/GL
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
..
CMakeLists.txt CMake: Refactor CMake build (#5032) 2018-09-18 13:07:33 +03:00
GLCommonDecompiler.cpp rsx/vk/gl: Cleanup and refector glsl::getFunctionImpl 2017-11-08 13:15:34 +03:00
GLCommonDecompiler.h rsx/vk/gl: Cleanup and refector glsl::getFunctionImpl 2017-11-08 13:15:34 +03:00
GLFragmentProgram.cpp c++17: use std::size 2018-09-06 13:15:59 +03:00
GLFragmentProgram.h typos 2018-05-14 21:14:39 +04:00
GLGSRender.cpp Migration to named_thread<> 2018-10-19 22:22:35 +03:00
GLGSRender.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
GLHelpers.cpp gl: Fix problems with framebuffer reuse 2018-09-21 16:32:23 +03:00
GLHelpers.h gl: Fix problems with framebuffer reuse 2018-09-21 16:32:23 +03:00
GLOverlays.h rsx/overlays: Implement blur, darkening and ability to disable custom background 2018-09-18 16:24:13 +03:00
GLProcTable.h gl: Reimplement textures 2018-04-25 19:14:36 +03:00
GLProgramBuffer.h rsx: Async shader compilation 2018-07-14 15:19:56 +03:00
GLRenderTargets.cpp Texture cache cleanup, refactoring and fixes 2018-09-24 15:26:40 +03:00
GLRenderTargets.h gl: Fix problems with framebuffer reuse 2018-09-21 16:32:23 +03:00
GLTextOut.h rsx: Code cleanup. Fixes several dozen warnings 2017-06-22 23:36:15 +03:00
GLTexture.cpp rsx: Fix texture depth read 2018-10-03 20:57:46 +03:00
GLTexture.h clang-tidy: remove redundant "apply_swizzle_remap" declaration 2018-09-06 13:15:59 +03:00
GLTextureCache.h Make vm::get_super_ptr return contiguous memory 2018-09-27 23:37:13 +03:00
GLVertexBuffers.cpp rsx: Fix u16 index arrays overflow 2018-10-08 16:39:47 +03:00
GLVertexProgram.cpp rsx: Improve vertex textures support 2018-07-12 18:02:28 +03:00
GLVertexProgram.h rsx/vp: CodeGen improvements 2018-07-07 16:20:33 +03:00
OpenGL.cpp Partial compilation fixes for osx 2018-03-24 11:14:40 +00:00
OpenGL.h gl: Implement swap control on linux 2018-01-30 21:16:43 +03:00