summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-1/+1
* yuzu_cmd: Report more SDL errorsNikita Strygin2023-12-302-2/+3
* core: frontend: Refactor GraphicsContext to its own module.bunnei2023-06-031-0/+2
* input_common: Split mouse input into individual devicesNarr the Reg2023-02-161-2/+6
* yuzu_cmd: Fix mismatching controller inputgerman772023-02-041-2/+2
* yuzu_cmd: Fix touch inputgerman772023-02-042-33/+21
* gl_device: Use a more robust way to use strict context modeAlexander Orzechowski2022-12-131-0/+2
* emu_window_sdl2: Respect hidpiAlexander Orzechowski2022-12-131-1/+1
* Merge pull request #9374 from liamwhite/externalsliamwhite2022-12-041-6/+0
|\
| * externals: update dynarmic, SDL2Liam2022-12-041-6/+0
* | Merge pull request #9344 from liamwhite/nullbunnei2022-12-034-2/+79
|\ \ | |/ |/|
| * video_core: add null backendLiam2022-11-294-2/+79
* | Merge pull request #9303 from liamwhite/new-vulkan-initMatías Locatti2022-12-021-15/+12
|\ \ | |/ |/|
| * Vulkan: update initializationLiam2022-11-271-15/+12
* | yuzu-cmd: Fix input callback crash on closegerman772022-11-271-0/+2
|/
* Add break for default casesKyle Kienapfel2022-11-141-0/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-272-6/+4
* yuzu_cmd: Eliminate variable shadowingMorph2022-06-145-7/+7
* yuzu-cmd: ignore bogus timeous from SDLLiam2022-06-101-1/+9
* input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772022-05-231-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-234-12/+8
* Merge pull request #8027 from lat9nq/cmd-fullscreen-sizebunnei2022-04-141-6/+7
|\
| * emu_window_sdl2: Set window size to display dimensions for exclusive fullscreenlat9nq2022-03-151-6/+7
* | yuzu_cmd: Reduce unused includesameerj2022-03-203-4/+0
|/
* yuzu_cmd: Use new inputgerman772021-11-253-45/+39
* yuzu-cmd/CMakeLists: Correct attribution for this function.Fernando Sahmkow2021-08-081-0/+1
* yuzu-cmd: hide cursor when in fullscreensan2021-08-014-0/+9
* emu_window: Remove global system instancelat9nq2021-07-306-10/+21
* general: Implement FullscreenMode enumerationlat9nq2021-07-231-2/+2
* yuzu_cmd: Make use of fullscreen_mode settinglat9nq2021-07-221-15/+29
* yuzu-cmd: Fullscreen Improvements (#6656)san2021-07-213-8/+12
* sdl_impl, emu_window: Remove clang ignorelat9nq2021-07-163-25/+0
* emu_window_sdl2_vk: Specify the window manager if it should be supportedlat9nq2021-07-161-0/+15
* emu_window_sdl2_vk: Use the generated SDL configlat9nq2021-07-161-0/+6
* Avoid -Wshadow warningClément Gallet2021-06-051-1/+1
* yuzu-cmd: Fix OpenGL renderingClément Gallet2021-06-042-12/+6
* perf_stats: Rework FPS counter to be more accurateameerj2021-05-161-1/+1
* emu_window: unsigned -> u32Lioncash2021-04-232-2/+2
* general: Ignore implicit-fallthrough for SDL.hlat9nq2021-04-183-0/+27
* common: Move settings to common from core.bunnei2021-04-152-2/+2
* inputCommon: Mouse fixesgerman772021-02-282-3/+28
* yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-144-0/+24
* Merge pull request #5869 from german77/mousePanningbunnei2021-02-111-1/+2
|\
| * Add mouse panninggerman2021-02-081-1/+2
* | renderer_opengl: Update OpenGL backend version requirement to 4.6Morph2021-02-071-19/+7
|/
* Add mutitouch support for touch screensgerman2021-01-151-6/+6
* Merge pull request #4939 from german77/MouseInputbunnei2020-11-302-5/+4
|\
| * Implement full mouse supportgerman2020-11-262-5/+4
* | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-232-59/+61
|/
* renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-206-40/+10
* input_common: Eliminate most global stateLioncash2020-08-276-15/+37
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+1
* OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.Fernando Sahmkow2020-05-181-0/+3
* Fix format error in performance statisticsH27CK2020-04-231-3/+4
* Add missing ;H27CK2020-04-221-1/+1
* Init SDL info structure and add dummy contextH27CK2020-04-222-1/+4
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-074-141/+46
* Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe2020-03-301-1/+9
* Frontend/GPU: Refactor context managementJames Rowe2020-03-254-20/+0
* frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei2020-02-261-1/+3
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-266-43/+63
* yuzu_cmd: Fix memcpy on Vulkan handlersReinUsesLisp2020-01-292-9/+10
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-296-0/+218
* 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
* SDL: Fix missing headerFernando Sahmkow2019-10-051-0/+1
* Add FPS to SDL title barjroweboy2019-09-222-0/+15
* video_core: Make ARB_buffer_storage a required extensionReinUsesLisp2019-06-211-0/+4
* rasterizer_opengl: Remove OpenGL core profileReinUsesLisp2019-05-301-5/+1
* emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2019-05-262-4/+2
* yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp2019-05-254-175/+207
* yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp2019-05-171-1/+5
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-142-1/+38
|\
| * SDL Frontend: Add shared context supportJames Rowe2019-01-222-1/+38
* | Input: Remove global variables from SDL InputJames Rowe2019-03-021-8/+5
* | citra_qt: Log settings on launchzhupengfei2019-01-221-0/+1
|/
* gl_rasterizer: Remove extension booleansReinUsesLisp2018-11-291-0/+2
* Removed pre 4.3 ARB extensionsFernandoS272018-11-211-14/+0
* Update OpenGL's backend version from 3.3 to 4.3FernandoS272018-11-211-1/+1
* implemented touch in Qt and SDLNeatNit2018-10-092-2/+58
* yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei2018-10-061-0/+2
* Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp2018-09-131-0/+2
* gl_rasterizer: Use ARB_texture_storage.Markus Wick2018-09-111-0/+2
* Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-111-1/+6
* gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei2018-09-081-0/+2
* For SDL FrontendCaptV0rt3x2018-09-071-2/+2
* frontend: Set swap interval to 0fearlessTobi2018-09-061-0/+1
* Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec2018-08-191-0/+2
* core: Namespace EmuWindowLioncash2018-08-121-1/+1
* Port #3665 from CitrafearlessTobi2018-07-261-0/+2
* Frontend: Check for more required OpenGL extensions during startup.Subv2018-07-221-2/+12
* Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)Tobias2018-07-121-3/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-10/+10
* sdl: add check for GL extension supportBreadFish642018-06-042-0/+26
* string_util: Remove StringFromFormat() and related functionsLioncash2018-04-301-2/+3
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-271-4/+4
* SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha2018-04-212-2/+30
* Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe2018-01-131-2/+0
* Get yuzu sdl to start compilingJames Rowe2018-01-131-4/+2
* Massive removal of unused modulesJames Rowe2018-01-132-0/+236