summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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