summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gl_device: Use a more robust way to use strict context modeAlexander Orzechowski2022-12-131-0/+2
* yuzu_cmd: Eliminate variable shadowingMorph2022-06-141-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* yuzu_cmd: Reduce unused includesameerj2022-03-201-1/+0
* yuzu_cmd: Use new inputgerman772021-11-251-1/+0
* yuzu-cmd: hide cursor when in fullscreensan2021-08-011-0/+1
* emu_window: Remove global system instancelat9nq2021-07-301-2/+3
* sdl_impl, emu_window: Remove clang ignorelat9nq2021-07-161-8/+0
* Avoid -Wshadow warningClément Gallet2021-06-051-1/+1
* yuzu-cmd: Fix OpenGL renderingClément Gallet2021-06-041-9/+6
* general: Ignore implicit-fallthrough for SDL.hlat9nq2021-04-181-0/+10
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-141-0/+2
* renderer_opengl: Update OpenGL backend version requirement to 4.6Morph2021-02-071-19/+7
* Implement full mouse supportgerman2020-11-261-1/+0
* renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-201-13/+2
* input_common: Eliminate most global stateLioncash2020-08-271-2/+3
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+1
* OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.Fernando Sahmkow2020-05-181-0/+3
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-071-6/+0
* Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe2020-03-301-1/+9
* Frontend/GPU: Refactor context managementJames Rowe2020-03-251-8/+0
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-261-20/+34
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+7
* yuzu_cmd: Use string_view instead of string for extensionsReinUsesLisp2019-11-071-3/+3
* gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp2019-11-071-0/+2
* video_core: Make ARB_buffer_storage a required extensionReinUsesLisp2019-06-211-0/+4
* rasterizer_opengl: Remove OpenGL core profileReinUsesLisp2019-05-301-5/+1
* yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp2019-05-251-0/+154