summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.cpp
AgeCommit message (Expand)Author
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
2019-03-13Merge pull request #2187 from FearlessTobi/port-sdl-thingsbunnei
2019-03-06bootmanager: Ensure that we have a context for shader loading.bunnei
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-01-21QT: Hide GLWidget immediately after showing.James Rowe
2019-01-21QT Frontend: Migrate to QOpenGLWindowJames Rowe
2019-01-19QT Frontend: Add a Loading screen with progressbarJames Rowe
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS27
2018-10-24bootmanager: Use QStringLiteral instead of std::string to represent the windo...Lioncash
2018-10-09implemented touch in Qt and SDLNeatNit