summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei1-0/+2
2023-02-16input_common: Split mouse input into individual devicesNarr the Reg1-2/+6
2023-02-04yuzu_cmd: Fix mismatching controller inputgerman771-2/+2
2023-02-04yuzu_cmd: Fix touch inputgerman772-33/+21
2022-12-13gl_device: Use a more robust way to use strict context modeAlexander Orzechowski1-0/+2
2022-12-13emu_window_sdl2: Respect hidpiAlexander Orzechowski1-1/+1
2022-12-04externals: update dynarmic, SDL2Liam1-6/+0
2022-11-29video_core: add null backendLiam4-2/+79
2022-11-27Vulkan: update initializationLiam1-15/+12
2022-11-27yuzu-cmd: Fix input callback crash on closegerman771-0/+2
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda2-6/+4
2022-06-14yuzu_cmd: Eliminate variable shadowingMorph5-7/+7
2022-06-10yuzu-cmd: ignore bogus timeous from SDLLiam1-1/+9
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph4-12/+8
2022-03-20yuzu_cmd: Reduce unused includesameerj3-4/+0
2022-03-15emu_window_sdl2: Set window size to display dimensions for exclusive fullscreenlat9nq1-6/+7
2021-11-25yuzu_cmd: Use new inputgerman773-45/+39
2021-08-08yuzu-cmd/CMakeLists: Correct attribution for this function.Fernando Sahmkow1-0/+1
2021-08-01yuzu-cmd: hide cursor when in fullscreensan4-0/+9
2021-07-30emu_window: Remove global system instancelat9nq6-10/+21
2021-07-23general: Implement FullscreenMode enumerationlat9nq1-2/+2
2021-07-22yuzu_cmd: Make use of fullscreen_mode settinglat9nq1-15/+29
2021-07-21yuzu-cmd: Fullscreen Improvements (#6656)san3-8/+12
2021-07-16sdl_impl, emu_window: Remove clang ignorelat9nq3-25/+0
2021-07-16emu_window_sdl2_vk: Specify the window manager if it should be supportedlat9nq1-0/+15
2021-07-16emu_window_sdl2_vk: Use the generated SDL configlat9nq1-0/+6
2021-06-05Avoid -Wshadow warningClément Gallet1-1/+1
2021-06-04yuzu-cmd: Fix OpenGL renderingClément Gallet2-12/+6
2021-05-16perf_stats: Rework FPS counter to be more accurateameerj1-1/+1
2021-04-23emu_window: unsigned -> u32Lioncash2-2/+2
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