index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
bootmanager.cpp
Age
Commit message (
Expand
)
Author
2020-08-03
yuzu: Resolve C++20 deprecation warnings related to lambda captures
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-27
Clang Format.
Fernando Sahmkow
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
Fernando Sahmkow
2020-06-27
General: Fix Stop function
Fernando Sahmkow
2020-06-27
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-float
bunnei
2020-06-18
bootmanager: Remove references to OpenGL for macOS
MerryMage
2020-06-16
Fix framebuffer size on fractional scaling display.
Kaiwen Xu
2020-05-17
OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin...
Fernando Sahmkow
2020-05-11
Frontend: Remove tracking for context wrapper
James Rowe
2020-04-20
yuzu: Option to hide mouse on inactivity
FearlessTobi
2020-04-10
Merge pull request #3594 from ReinUsesLisp/vk-instance
bunnei
2020-04-07
qt/bootmanager: Remove unnecessary glBindFramebuffer
ReinUsesLisp
2020-04-07
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-03-30
Frontend: Don't call DoneCurrent if the context isnt already current
James Rowe
2020-03-25
Address review and fix broken yuzu-tester build
James Rowe
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-02-25
frontend: qt: bootmanager: Acquire a shared context in main emu thread.
bunnei
2020-02-25
frontend: qt: bootmanager: Vulkan: Restore support for VK backend.
bunnei
2020-02-25
frontend: qt: bootmanager: OpenGL: Implement separate presentation thread.
bunnei
2020-02-25
core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.
bunnei
2020-01-29
yuzu/bootmanager: Define Vulkan widget only when enabled
ReinUsesLisp
2020-01-29
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-06
yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers
ReinUsesLisp
2019-06-07
Merge pull request #2514 from ReinUsesLisp/opengl-compat
Zach Hilman
2019-06-03
yuzu/bootmanager: Log out screenshot destination path
Lioncash
2019-06-03
yuzu/bootmanager: Treat the resolution factor as a u32
Lioncash
2019-06-03
yuzu/bootmanager: Default EmuThread's destructor in the cpp file
Lioncash
2019-06-03
yuzu/bootmanager: unsigned -> u32
Lioncash
2019-06-03
yuzu/bootmanager: Change false literal to 0 for setSwapInterval()
Lioncash
2019-06-03
yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor
Lioncash
2019-06-03
yuzu/bootmanager: Remove unnecessary pointer casts
Lioncash
2019-05-30
rasterizer_opengl: Remove OpenGL core profile
ReinUsesLisp
2019-05-29
Merge pull request #2518 from ReinUsesLisp/sdl2-window
bunnei
2019-05-26
emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy
ReinUsesLisp
2019-05-20
gl_shader_cache: Use shared contexts to build shaders in parallel
ReinUsesLisp
2019-05-20
yuzu/bootmanager: Specify string conversions explicitly
Lioncash
2019-05-17
yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat
ReinUsesLisp
2019-04-20
Allow picking a Compatibility Profile for OpenGL.
Fernando Sahmkow
2019-04-17
yuzu/bootmanager: Replace unnnecessary constructor initializer list member of...
Lioncash
2019-04-16
yuzu/bootmanager: Resolve constructor initializer list warnings
Lioncash
2019-04-13
Merge pull request #2017 from jroweboy/glwidget
bunnei
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-25
bootmanager: Bypass input focus issues
ReinUsesLisp
2019-03-25
bootmanager: Bypass resizing issue
ReinUsesLisp
2019-03-25
bootmanager: Delete container to avoid crash on game restarting
ReinUsesLisp
2019-03-15
frontend: qt: fix a freeze where if you click on entry in the game list too f...
liushuyu
[next]