aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.cpp
AgeCommit message (Expand)Author
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
2019-06-03yuzu/bootmanager: Log out screenshot destination pathLioncash
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash
2019-06-03yuzu/bootmanager: Default EmuThread's destructor in the cpp fileLioncash
2019-06-03yuzu/bootmanager: unsigned -> u32Lioncash
2019-06-03yuzu/bootmanager: Change false literal to 0 for setSwapInterval()Lioncash
2019-06-03yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorLioncash
2019-06-03yuzu/bootmanager: Remove unnecessary pointer castsLioncash
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-29Merge pull request #2518 from ReinUsesLisp/sdl2-windowbunnei
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-20gl_shader_cache: Use shared contexts to build shaders in parallelReinUsesLisp
2019-05-20yuzu/bootmanager: Specify string conversions explicitlyLioncash
2019-05-17yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compatReinUsesLisp
2019-04-20Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow
2019-04-17yuzu/bootmanager: Replace unnnecessary constructor initializer list member of...Lioncash
2019-04-16yuzu/bootmanager: Resolve constructor initializer list warningsLioncash
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-25bootmanager: Bypass input focus issuesReinUsesLisp
2019-03-25bootmanager: Bypass resizing issueReinUsesLisp
2019-03-25bootmanager: Delete container to avoid crash on game restartingReinUsesLisp
2019-03-15frontend: qt: fix a freeze where if you click on entry in the game list too f...liushuyu