summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.cpp
AgeCommit message (Expand)Author
2021-02-07Add mouse panninggerman
2021-02-07renderer_opengl: Update OpenGL backend version requirement to 4.6Morph
2021-01-15Always initialize keyboard inputgerman
2021-01-15Add mutitouch support for touch screensgerman
2021-01-13yuzu: Migrate off of setMargin() to setContentsMargins()Lioncash
2020-12-31yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476gal20
2020-12-24cmake: Always enable VulkanReinUsesLisp
2020-12-18bootmanager: Add a check whether loading is completeMorph
2020-11-29Merge pull request #4939 from german77/MouseInputbunnei
2020-11-25Implement full mouse supportgerman
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-24frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-11-15bootmanager: Allow mouse clicks only if touch is disabledMorph
2020-11-09bootmanager: Address review commentslat9nq
2020-11-09bootmanager: Log and show GL_RENDERER string when GPU is insufficientlat9nq
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-29Merge pull request #4605 from lioncash/copy3bunnei
2020-08-29bootmanager: Prevent unnecessary copies in TouchUpdateEvent()Lioncash
2020-08-29yuzu/main: Amend lifetime issues with InputSubsystemLioncash
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27General: Correct rebase, sync gpu and context management.Fernando Sahmkow
2020-06-27Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.Fernando Sahmkow
2020-06-27General: Fix Stop functionFernando Sahmkow
2020-06-27General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-06-27Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-floatbunnei
2020-06-18bootmanager: Remove references to OpenGL for macOSMerryMage
2020-06-16Fix framebuffer size on fractional scaling display.Kaiwen Xu
2020-05-17OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin...Fernando Sahmkow
2020-05-11Frontend: Remove tracking for context wrapperJames Rowe
2020-04-20yuzu: Option to hide mouse on inactivityFearlessTobi
2020-04-10Merge pull request #3594 from ReinUsesLisp/vk-instancebunnei
2020-04-07qt/bootmanager: Remove unnecessary glBindFramebufferReinUsesLisp
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-25Address review and fix broken yuzu-tester buildJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25frontend: qt: bootmanager: Acquire a shared context in main emu thread.bunnei
2020-02-25frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei
2020-02-25frontend: qt: bootmanager: OpenGL: Implement separate presentation thread.bunnei
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2020-01-29yuzu/bootmanager: Define Vulkan widget only when enabledReinUsesLisp
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2020-01-06yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffersReinUsesLisp
2019-06-07Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman