Lime3DS/src/video_core/renderer_opengl
Eric Warmenhoven d9b77cc21e
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (appimage-wayland) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-libretro / android (push) Waiting to run
citra-libretro / linux (push) Waiting to run
citra-libretro / windows (push) Waiting to run
citra-libretro / macos (arm64) (push) Waiting to run
citra-libretro / macos (x86_64) (push) Waiting to run
citra-libretro / ios (push) Waiting to run
citra-libretro / tvos (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
Implement libretro core (#1215)
* libretro core

* Bringing citra libretro implementation over
* libretro: hook up vulkan renderer
* libretro: github actions
* libretro: gyro
* libretro: core options v2
* libretro: on ios turn off shader jit if unavailable
* moltenvk 1.3.0 introduces 8-bit indexes but allocates 16-bit for metal; this ends up allocating stream buffer * 2 = 132MiB. Instead, just use 16-bit indexes. (This will be necessary for standalone when bumping moltenvk version.)

* libretro core: address review feedback

* libretro: microphone support

* cmake: Add ENABLE_ROOM_STANDALONE to list of incompatible libretro flags

* libretro: proper initial geometry

* libretro: fix software renderer

* libretro: address review feedback

* .github/libretro.yml: Pin macOS runners at macOS 26

* ci: Remove explicit selection of Xcode 16.0

* .github/libretro.yml: remove unnecessary windows builder apt commands

* .github/libretro.yml: bump min macos version to 11.0

* ci: Re-enable CI jobs for all libretro cores

This is under the condition that we don't introduce build cache for these builds

---------

Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
Co-authored-by: PabloMK7 <hackyglitch2@gmail.com>
2026-02-19 22:30:25 +00:00
..
frame_dumper_opengl.cpp frame_dumper: Use jthread (#6855) 2023-08-07 18:21:28 -07:00
frame_dumper_opengl.h frame_dumper: Use jthread (#6855) 2023-08-07 18:21:28 -07:00
gl_blit_helper.cpp video_core: Remove assert in OpenGL LoadProgram and better logging (#1200) 2025-06-30 13:34:16 +02:00
gl_blit_helper.h code: Add texture sampling option (#7118) 2023-11-23 02:04:47 +02:00
gl_driver.cpp gl_driver.cpp: Minimum OpenGLES version is actually 3.2 2024-11-10 19:01:21 +00:00
gl_driver.h Workaround a performance bug in older Mali GPUs (#185) 2024-11-07 14:44:07 +01:00
gl_rasterizer_cache.cpp Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
gl_rasterizer.cpp video_core: vulkan: Add disk shader cache (#1725) 2026-02-16 15:59:22 +01:00
gl_rasterizer.h video_core: Refactor state tracking (#1059) 2025-05-26 14:37:03 +02:00
gl_resource_manager.cpp video_core: Remove assert in OpenGL LoadProgram and better logging (#1200) 2025-06-30 13:34:16 +02:00
gl_resource_manager.h video_core: Remove assert in OpenGL LoadProgram and better logging (#1200) 2025-06-30 13:34:16 +02:00
gl_shader_disk_cache.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
gl_shader_disk_cache.h Allow shader cache to switch to different titles at runtime (#978) 2025-04-24 19:03:48 +02:00
gl_shader_manager.cpp video_core: vulkan: Add disk shader cache (#1725) 2026-02-16 15:59:22 +01:00
gl_shader_manager.h Allow shader cache to switch to different titles at runtime (#978) 2025-04-24 19:03:48 +02:00
gl_shader_util.cpp video_core: Remove assert in OpenGL LoadProgram and better logging (#1200) 2025-06-30 13:34:16 +02:00
gl_shader_util.h video_core: Remove assert in OpenGL LoadProgram and better logging (#1200) 2025-06-30 13:34:16 +02:00
gl_state.cpp video_core: Merge tex0 and tex_cube (#7173) 2023-11-17 03:14:10 -08:00
gl_state.h video_core: Merge tex0 and tex_cube (#7173) 2023-11-17 03:14:10 -08: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 Add vulkan backend (#6512) 2023-09-13 01:28:50 +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 Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
gl_texture_runtime.h renderer_vulkan: Rewrite descriptor set management and various small fixes (#77) 2024-11-07 14:43:54 +01: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 Remove the telemetry (#45) 2024-11-07 14:42:32 +01:00
post_processing_opengl.cpp Fix post processing shaders crashing on Intel GPUs (#6890) 2023-08-17 22:17:24 +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 Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
renderer_opengl.h video_core: Stereo Settings Improvements: Full Width SBS, Swap Eyes, Select which display(s) to render on (#1212) 2026-01-03 21:40:59 +01:00