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_cmd
/
emu_window
/
emu_window_sdl2_gl.cpp
Age
Commit message (
Expand
)
Author
2022-12-13
gl_device: Use a more robust way to use strict context mode
Alexander Orzechowski
2022-06-13
yuzu_cmd: Eliminate variable shadowing
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
yuzu_cmd: Reduce unused includes
ameerj
2021-11-24
yuzu_cmd: Use new input
german77
2021-08-01
yuzu-cmd: hide cursor when in fullscreen
san
2021-07-30
emu_window: Remove global system instance
lat9nq
2021-07-16
sdl_impl, emu_window: Remove clang ignore
lat9nq
2021-06-05
Avoid -Wshadow warning
Clément Gallet
2021-06-04
yuzu-cmd: Fix OpenGL rendering
Clément Gallet
2021-04-18
general: Ignore implicit-fallthrough for SDL.h
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-14
yuzu: Various frontend improvements to avoid crashes and improve experience o...
bunnei
2021-02-07
renderer_opengl: Update OpenGL backend version requirement to 4.6
Morph
2020-11-25
Implement full mouse support
german
2020-09-20
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
2020-08-27
input_common: Eliminate most global state
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-05-17
OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin...
Fernando Sahmkow
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-24
Frontend/GPU: Refactor context management
James Rowe
2020-02-25
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-01-29
yuzu: Implement Vulkan frontend
ReinUsesLisp
2019-11-07
yuzu_cmd: Use string_view instead of string for extensions
ReinUsesLisp
2019-11-07
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
ReinUsesLisp
2019-06-20
video_core: Make ARB_buffer_storage a required extension
ReinUsesLisp
2019-05-30
rasterizer_opengl: Remove OpenGL core profile
ReinUsesLisp
2019-05-25
yuzu_cmd: Split emu_window OpenGL implementation into its own file
ReinUsesLisp