summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-18general: Ignore implicit-fallthrough for SDL.hlat9nq3-0/+27
2021-04-15common: Move settings to common from core.bunnei2-2/+2
2021-02-28inputCommon: Mouse fixesgerman772-3/+28
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei4-0/+24
2021-02-08Add mouse panninggerman1-1/+2
2021-02-07renderer_opengl: Update OpenGL backend version requirement to 4.6Morph1-19/+7
2021-01-15Add mutitouch support for touch screensgerman1-6/+6
2020-11-26Implement full mouse supportgerman2-5/+4
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2-59/+61
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp6-40/+10
2020-08-27input_common: Eliminate most global stateLioncash6-15/+37
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-23Fix format error in performance statisticsH27CK1-3/+4
2020-04-22Add missing ;H27CK1-1/+1
2020-04-22Init SDL info structure and add dummy contextH27CK2-1/+4
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp4-141/+46
2020-03-30Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe1-1/+9
2020-03-25Frontend/GPU: Refactor context managementJames Rowe4-20/+0
2020-02-26frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei1-1/+3
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei6-43/+63
2020-01-29yuzu_cmd: Fix memcpy on Vulkan handlersReinUsesLisp2-9/+10
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp6-0/+218
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-10-05SDL: Fix missing headerFernando Sahmkow1-0/+1
2019-09-22Add FPS to SDL title barjroweboy2-0/+15
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-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2-4/+2
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp4-175/+207
2019-05-17yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp1-1/+5
2019-03-02Input: Remove global variables from SDL InputJames Rowe1-8/+5
2019-01-22citra_qt: Log settings on launchzhupengfei1-0/+1
2019-01-22SDL Frontend: Add shared context supportJames Rowe2-1/+38
2018-11-29gl_rasterizer: Remove extension booleansReinUsesLisp1-0/+2
2018-11-21Removed pre 4.3 ARB extensionsFernandoS271-14/+0
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS271-1/+1
2018-10-09implemented touch in Qt and SDLNeatNit2-2/+58
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei1-0/+2
2018-09-13Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp1-0/+2
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick1-0/+2
2018-09-11Port #4141 from citra: Joystick hotplug support (#1275)Tobias1-1/+6
2018-09-08gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei1-0/+2
2018-09-07For SDL FrontendCaptV0rt3x1-2/+2
2018-09-06frontend: Set swap interval to 0fearlessTobi1-0/+1
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec1-0/+2
2018-08-12core: Namespace EmuWindowLioncash1-1/+1
2018-07-26Port #3665 from CitrafearlessTobi1-0/+2
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv1-2/+12
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)Tobias1-3/+3
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-06-04sdl: add check for GL extension supportBreadFish642-0/+26
2018-04-30string_util: Remove StringFromFormat() and related functionsLioncash1-2/+3
2018-04-27frontends: Move logging macros over to new fmt-capable onesLioncash1-4/+4
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha2-2/+30
2018-01-13Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe1-2/+0
2018-01-13Get yuzu sdl to start compilingJames Rowe1-4/+2
2018-01-13Massive removal of unused modulesJames Rowe2-0/+236