summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-14yuzu_cmd: Eliminate variable shadowingMorph1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20yuzu_cmd: Reduce unused includesameerj1-1/+0
2021-11-25yuzu_cmd: Use new inputgerman771-1/+0
2021-08-01yuzu-cmd: hide cursor when in fullscreensan1-0/+1
2021-07-30emu_window: Remove global system instancelat9nq1-2/+3
2021-07-16sdl_impl, emu_window: Remove clang ignorelat9nq1-8/+0
2021-06-05Avoid -Wshadow warningClément Gallet1-1/+1
2021-06-04yuzu-cmd: Fix OpenGL renderingClément Gallet1-9/+6
2021-04-18general: Ignore implicit-fallthrough for SDL.hlat9nq1-0/+10
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei1-0/+2
2021-02-07renderer_opengl: Update OpenGL backend version requirement to 4.6Morph1-19/+7
2020-11-26Implement full mouse supportgerman1-1/+0
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp1-13/+2
2020-08-27input_common: Eliminate most global stateLioncash1-2/+3
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-05-18OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.Fernando Sahmkow1-0/+3
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp1-6/+0
2020-03-30Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe1-1/+9
2020-03-25Frontend/GPU: Refactor context managementJames Rowe1-8/+0
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei1-20/+34
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp1-0/+7
2019-11-07yuzu_cmd: Use string_view instead of string for extensionsReinUsesLisp1-3/+3
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp1-0/+2
2019-06-21video_core: Make ARB_buffer_storage a required extensionReinUsesLisp1-0/+4
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp1-5/+1
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp1-0/+154