2689 Commits (063d38a99157dc72329678a0b0ca5df3d65dab8d)

Author SHA1 Message Date
ameerj 3e489782e1 gl_rasterizer: Avoid scenario locking already owned mutex 4 years ago
bunnei af04f8b8e9
Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." 4 years ago
Fernando Sahmkow 7a9d9e575b Texture Cache: Add Cached CPU system. 4 years ago
Fernando Sahmkow 9872d4bc4f GC: Address Feedback. 5 years ago
bunnei ca12a77670 hle: nvflinger: Migrate android namespace -> Service::android. 4 years ago
bunnei d456b9d554 hle: nvflinger: Move PixelFormat to its own header. 5 years ago
Fernando Sahmkow 9edbbf2af4 Garbage Collection: Final tuning. 5 years ago
Fernando Sahmkow 5e982a7812 Buffer Cache: Tune to the levels of the new GC. 5 years ago
Fernando Sahmkow ecb3342145 Garbage Collection: Redesign the algorithm to do a better use of memory. 5 years ago
ameerj 1bc7d61b57 video_core: Reduce unused includes 4 years ago
ameerj d618bba8a6 general: Reduce core.h includes 4 years ago
Ameer J 370e480c8c
gl_graphics_pipeline: Improve shader builder synchronization using fences (#7969) 5 years ago
ameerj 7f7df43da2 gl_fence_manager: Minor optimization to signal querying 5 years ago
Morph e292b2d991 maxwell_to_(gl/vk): Add 11_11_10 float vertex format 5 years ago
Lioncash f785f73e92 general: Replace NonCopyable struct with equivalents 5 years ago
Fernando Sahmkow 8a6e6465a7 Rasterizer: Refactor inlineToMemory. 5 years ago
Fernando Sahmkow 4258d515e6 Rasterizer: Implement Inline2Memory Acceleration. 5 years ago
Fernando Sahmkow f58ee3f15f ShaderDecompiler: Add a debug option to dump the game's shaders. 5 years ago
ameerj 8c907c620d glsl: Add boolean reference workaround 5 years ago
ameerj b84d429c2e glsl_context_get_set: Add alternative cbuf type for broken drivers 5 years ago
ameerj 481b210c0d vk_texture_cache: Fix invalidated pointer access 5 years ago
vonchenplus 4908a07c20 Address format clang 5 years ago
ameerj c22c4f5d59 renderer_opengl: Minor refactoring of filter selection 5 years ago
ameerj b8f3e5157b blit_image: Refactor upscale factors usage 5 years ago
Fernando Sahmkow da2fe81905 TextureCache: Refactor and fix linux compiling. 5 years ago
Fernando Sahmkow 0857f82913 TextureCache: Implement buffer copies on Vulkan. 5 years ago
Feng Chen 4dd85f86a8 Implement convert legacy to generic 5 years ago
ameerj f7e155d8b9 gl_texture_cache: Round format conversion PBO to next power of 2 5 years ago
Morph 6dd6dc046c renderer_opengl: Implement S8_UINT stencil format 5 years ago
Feng Chen 894cc9d876 Fix image update/download error when width too small 5 years ago
ameerj 20ed7ba441 texture_cache: Use pixel format conversion when supported by the runtime 5 years ago
ameerj 50c3d53076 gl_texture_cache: Make FormatConversionPass more generic 5 years ago
ameerj 35ca6274f4 gl_texture_cache: Rename BGRCopyPass to FormatConversionPass 5 years ago
FernandoS27 1128cc35b9 TextureCache: OGL query device memory if possible. 5 years ago
Fernando Sahmkow 978f598ff6 TextureCache: Fix OGL cleaning 5 years ago
Fernando Sahmkow 282e04bffb TextureCache: Add automatic anisotropic filtering and refactor code. 5 years ago
Fernando Sahmkow 5230378709 TextureCache: Make a better Anisotropic setter. 5 years ago
FernandoS27 de1c8c5c2c Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and make reaper more agressive on 4Gb GPUs. 5 years ago
ameerj 9fc1fa1b0d gl_resource_manager: Ensure non EXT_framebuffer objects are created 5 years ago
FernandoS27 9189aacfe2 OpenGL: Fix viewport/Scissor scaling on downscaling. 5 years ago
Marshall Mohror dcc5b4f6b0 Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan 5 years ago
ameerj 93c9eb196f gl_rasterizer: Fix ScissorTest and Clear when scaling 5 years ago
ameerj 172d4f1e3b gl_texture_cache: Simplify scaling procedures 5 years ago
Fernando Sahmkow 5c6fa88935 OpenGlTextureCache: Fix state invalidation on rescaling. 5 years ago
Marshall Mohror 056894f07a OpenGL: fix FXAA with scaling 5 years ago
Marshall Mohror 48cf376462 OpenGL: Implement FXAA 5 years ago
FernandoS27 2eff80b47f QtGUI: Add buttton to toggle the filter. 5 years ago
FernandoS27 9e065b9c7d VideoCore: Add gaussian filtering. 5 years ago
Fernando Sahmkow 3b61de74e6 Texture Cache: fix memory managment and optimize scaled downloads, uploads. 5 years ago
Fernando Sahmkow 425ab9ef4b Texture Cache: Fix downscaling and correct memory comsumption. 5 years ago