index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
yuzu_cmd
/
emu_window
/
emu_window_sdl2_gl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gl_device: Use a more robust way to use strict context mode
Alexander Orzechowski
2022-12-13
1
-0
/
+2
*
yuzu_cmd: Eliminate variable shadowing
Morph
2022-06-14
1
-2
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
yuzu_cmd: Reduce unused includes
ameerj
2022-03-20
1
-1
/
+0
*
yuzu_cmd: Use new input
german77
2021-11-25
1
-1
/
+0
*
yuzu-cmd: hide cursor when in fullscreen
san
2021-08-01
1
-0
/
+1
*
emu_window: Remove global system instance
lat9nq
2021-07-30
1
-2
/
+3
*
sdl_impl, emu_window: Remove clang ignore
lat9nq
2021-07-16
1
-8
/
+0
*
Avoid -Wshadow warning
Clément Gallet
2021-06-05
1
-1
/
+1
*
yuzu-cmd: Fix OpenGL rendering
Clément Gallet
2021-06-04
1
-9
/
+6
*
general: Ignore implicit-fallthrough for SDL.h
lat9nq
2021-04-18
1
-0
/
+10
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
bunnei
2021-02-14
1
-0
/
+2
*
renderer_opengl: Update OpenGL backend version requirement to 4.6
Morph
2021-02-07
1
-19
/
+7
*
Implement full mouse support
german
2020-11-26
1
-1
/
+0
*
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
2020-09-20
1
-13
/
+2
*
input_common: Eliminate most global state
Lioncash
2020-08-27
1
-2
/
+3
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-1
/
+1
*
OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.
Fernando Sahmkow
2020-05-18
1
-0
/
+3
*
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-04-07
1
-6
/
+0
*
Frontend: Don't call DoneCurrent if the context isnt already current
James Rowe
2020-03-30
1
-1
/
+9
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
1
-8
/
+0
*
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-26
1
-20
/
+34
*
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-29
1
-0
/
+7
*
yuzu_cmd: Use string_view instead of string for extensions
ReinUsesLisp
2019-11-07
1
-3
/
+3
*
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
ReinUsesLisp
2019-11-07
1
-0
/
+2
*
video_core: Make ARB_buffer_storage a required extension
ReinUsesLisp
2019-06-21
1
-0
/
+4
*
rasterizer_opengl: Remove OpenGL core profile
ReinUsesLisp
2019-05-30
1
-5
/
+1
*
yuzu_cmd: Split emu_window OpenGL implementation into its own file
ReinUsesLisp
2019-05-25
1
-0
/
+154