citra/src/video_core/renderer_opengl
GPUCode 88ea66053e
Miscallenious fixes to gl backend and qt frontend (#6834)
* renderer_gl: Make rasterizer normal class member

* It doesn't need to be heap allocated anymore

* gl_rasterizer: Remove default_texture

* It's unused

* gl_rasterizer: General cleanup

* gl_rasterizer: Lower case lambdas

* Match style with review comments from vulkan backend

* rasterizer_cache: Prevent memory leak

* Since the switch from shared_ptr these surfaces were no longer being destroyed properly. Use our garbage collector for that purpose to destroy it safely for both backends

* rasterizer_cache: Make temp copy of old surface

* The custom surface would override the memory region of the old region resulting in garbage data, this ensures the custom surface is constructed correctly

* citra_qt: Manually create dialog tabs

* Allows for custom constructors which is very useful. While at it, global state is now eliminated from configuration

* citra_qt: Eliminate global system usage

* core: Remove global system usage in memory and HIO

* citra_qt: Use qOverload

* tests: Run clang format

* gl_texture_runtime: Fix surface scaling
2023-08-02 01:40:39 +03:00
..
frame_dumper_opengl.cpp rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
frame_dumper_opengl.h Dynamically load FFmpeg and libfdk-aac if available. (#6570) 2023-06-17 02:06:18 +03:00
gl_blit_helper.cpp video_core: Add MMPX texture filter (#6564) 2023-05-31 11:55:46 +03:00
gl_blit_helper.h video_core: Add MMPX texture filter (#6564) 2023-05-31 11:55:46 +03:00
gl_driver.cpp common/log: Move Log namespace into the Common namespace 2023-06-30 12:15:51 +03:00
gl_driver.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
gl_rasterizer.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
gl_rasterizer.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
gl_rasterizer_cache.cpp Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
gl_resource_manager.cpp code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
gl_resource_manager.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
gl_shader_decompiler.cpp video_core: Reduce nihstro includes in headers. (#6626) 2023-06-19 15:49:22 -07:00
gl_shader_decompiler.h video_core: Add missing header guards 2020-04-18 22:06:37 -04:00
gl_shader_disk_cache.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
gl_shader_disk_cache.h Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
gl_shader_gen.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
gl_shader_gen.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
gl_shader_manager.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
gl_shader_manager.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
gl_shader_util.cpp code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
gl_shader_util.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
gl_state.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
gl_state.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
gl_stream_buffer.cpp Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
gl_stream_buffer.h Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
gl_texture_mailbox.cpp rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
gl_texture_mailbox.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
gl_texture_runtime.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
gl_texture_runtime.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
gl_vars.cpp video_core: add workarounds to enable GLES support 2019-02-12 16:57:18 -06:00
gl_vars.h video_core: add workarounds to enable GLES support 2019-02-12 16:57:18 -06:00
pica_to_gl.h core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
post_processing_opengl.cpp Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
post_processing_opengl.h post_processing_opengl: Make use of std::string_view with GetPostProcessingShaderCode() 2020-04-18 22:27:44 -04:00
renderer_opengl.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
renderer_opengl.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00