summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/emu_window
AgeCommit message (Expand)Author
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-08-27input_common: Eliminate most global stateLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-05-17OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin...Fernando Sahmkow
2020-04-23Fix format error in performance statisticsH27CK
2020-04-22Add missing ;H27CK
2020-04-22Init SDL info structure and add dummy contextH27CK
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
2020-03-30Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei
2020-01-29yuzu_cmd: Fix memcpy on Vulkan handlersReinUsesLisp
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2019-11-07yuzu_cmd: Use string_view instead of string for extensionsReinUsesLisp
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp
2019-10-04SDL: Fix missing headerFernando Sahmkow
2019-09-22Add FPS to SDL title barjroweboy
2019-06-20video_core: Make ARB_buffer_storage a required extensionReinUsesLisp
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp
2019-05-17yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2019-01-22citra_qt: Log settings on launchzhupengfei
2019-01-21SDL Frontend: Add shared context supportJames Rowe
2018-11-28gl_rasterizer: Remove extension booleansReinUsesLisp
2018-11-21Removed pre 4.3 ARB extensionsFernandoS27
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS27
2018-10-09implemented touch in Qt and SDLNeatNit
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei
2018-09-12Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-09-08gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei
2018-09-07For SDL FrontendCaptV0rt3x
2018-09-06frontend: Set swap interval to 0fearlessTobi
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec
2018-08-11core: Namespace EmuWindowLioncash
2018-07-26Port #3665 from CitrafearlessTobi
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual erro...Tobias
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-04sdl: add check for GL extension supportBreadFish64
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
2018-04-26frontends: Move logging macros over to new fmt-capable onesLioncash
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha
2018-01-12Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe
2018-01-12Get yuzu sdl to start compilingJames Rowe