Lime3DS/src/video_core/rasterizer_cache
GPUCode ffc95eb59b
Frontend PR fixes (#6378)
* citra_qt: Check if renderer is null

* core: Fix dynarmic use-after-free error

* bootmanager: Add current context check in DoneCurrent

* Loading a save state would destroy the frame dumper class, which contains a shared context. That context would call DoneCurrent without checking if it was actually bound or not, resulting in crashes when calling opengl functions

* externals: Correct glad readme

* common: Log renderer debug setting

* citra: Make lambda lower case

* Consistency with review comments on the PR

* video_core: Kill more global state

* GetResolutionScaleFactor would be called somewhere in the renderer constructor chain but it relies on the yet unitialized g_renderer, resulting in crashes when the resolution scale is set to auto. Rather than adding a workaround, let's kill this global state to fix this for good
2023-03-30 14:24:49 +03:00
..
cached_surface.cpp Reduce bugginess when texture filtering and custom textures both enabled (#6184) 2022-11-12 08:08:26 +02:00
cached_surface.h video_core: Run clang format 2022-08-22 08:00:30 +03:00
morton_swizzle.h rasterizer_cache: Factor morton swizzle and pixel format to dedicate headers 2022-08-21 01:16:47 +03:00
pixel_format.h video_core: Run clang format 2022-08-22 08:00:30 +03:00
rasterizer_cache.cpp Frontend PR fixes (#6378) 2023-03-30 14:24:49 +03:00
rasterizer_cache.h Frontend PR fixes (#6378) 2023-03-30 14:24:49 +03:00
rasterizer_cache_types.h video_core: Run clang format 2022-08-22 08:00:30 +03:00
rasterizer_cache_utils.cpp rasterizer_cache: Move utlities and type to separate headers 2022-08-21 01:16:48 +03:00
rasterizer_cache_utils.h rasterizer_cache: Introduce TextureRuntime and separate CachedSurface 2022-08-21 01:16:48 +03:00
surface_params.cpp video_core: Run clang format 2022-08-22 08:00:30 +03:00
surface_params.h rasterizer_cache: Header cleanup and copyright date update 2022-08-21 01:16:48 +03:00
texture_runtime.cpp renderer_opengl: Address cubemap related errors (#6158) 2022-10-14 22:28:38 +05:30
texture_runtime.h renderer_opengl: Address cubemap related errors (#6158) 2022-10-14 22:28:38 +05:30