66 Commits (49406504a26df8e85039941714d3600c16759cdd)

Author SHA1 Message Date
Clément Gallet 49406504a2 Avoid -Wshadow warning 5 years ago
Clément Gallet d94248f11b yuzu-cmd: Fix OpenGL rendering 5 years ago
ameerj 453e90ef6f perf_stats: Rework FPS counter to be more accurate 5 years ago
Lioncash 19caa4ffd2 emu_window: unsigned -> u32 5 years ago
lat9nq 1e36a11626 general: Ignore implicit-fallthrough for SDL.h 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
german77 a380976857 inputCommon: Mouse fixes 5 years ago
bunnei fddde225c5 yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. 5 years ago
german c7cae8769f Add mouse panning 5 years ago
Morph 657ac39f45 renderer_opengl: Update OpenGL backend version requirement to 4.6 5 years ago
german df1070a735 Add mutitouch support for touch screens 5 years ago
german 56a8fee35a Implement full mouse support 5 years ago
comex bb729eefce Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
ReinUsesLisp f4dbeb72d7 renderer_opengl: Remove emulated mailbox presentation 5 years ago
Lioncash affbf8e188 input_common: Eliminate most global state 5 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
Fernando Sahmkow b9eff4d004 OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled. 6 years ago
H27CK dece9ce075 Fix format error in performance statistics 6 years ago
H27CK bcfc119c3b Add missing ; 6 years ago
H27CK 112337e740 Init SDL info structure and add dummy context 6 years ago
ReinUsesLisp 30bbdc653c yuzu: Drop SDL2 and Qt frontend Vulkan requirements 6 years ago
James Rowe e345e46a98 Frontend: Don't call DoneCurrent if the context isnt already current 6 years ago
James Rowe b37d69e5e1 Frontend/GPU: Refactor context management 6 years ago
bunnei ba6d264342 frontend: qt: bootmanager: Vulkan: Restore support for VK backend. 6 years ago
bunnei 6904e8442d frontend: sdl2: emu_window: Implement separate presentation thread. 6 years ago
ReinUsesLisp 85f666c066 yuzu_cmd: Fix memcpy on Vulkan handlers 6 years ago
ReinUsesLisp 48cb021c34 yuzu: Implement Vulkan frontend 6 years ago
ReinUsesLisp bc60f6daba yuzu_cmd: Use string_view instead of string for extensions 6 years ago
ReinUsesLisp 1bb64655cb gl_rasterizer: Emulate viewport flipping with ARB_clip_control 6 years ago
Fernando Sahmkow 7236d8c6f4 SDL: Fix missing header 6 years ago
jroweboy 6c818684fa Add FPS to SDL title bar 6 years ago
ReinUsesLisp 5c7c87cc03 video_core: Make ARB_buffer_storage a required extension 7 years ago
ReinUsesLisp b70a0ec46d rasterizer_opengl: Remove OpenGL core profile 7 years ago
ReinUsesLisp 2410482b11 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
ReinUsesLisp 462140fdb1 yuzu_cmd: Split emu_window OpenGL implementation into its own file 7 years ago
ReinUsesLisp f6fa8173e0 yuzu_cmd: Use OpenGL compat when asked in the settings 7 years ago
James Rowe a15f8a9936 Input: Remove global variables from SDL Input 7 years ago
zhupengfei c63f74ed1d citra_qt: Log settings on launch 8 years ago
James Rowe 5ab9123d71 SDL Frontend: Add shared context support 7 years ago
ReinUsesLisp c6223f0a9e gl_rasterizer: Remove extension booleans 7 years ago
FernandoS27 ac7b0966a1 Removed pre 4.3 ARB extensions 7 years ago
FernandoS27 5f3d7e7fa2 Update OpenGL's backend version from 3.3 to 4.3 7 years ago
NeatNit f53f1aec9f implemented touch in Qt and SDL 7 years ago
bunnei 44b42fa9e8 yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. 7 years ago
ReinUsesLisp a5584cd896 Use ARB_multi_bind for uniform buffers (#1287) 7 years ago
Markus Wick bdcf568acf gl_rasterizer: Use ARB_texture_storage. 7 years ago
Tobias ab39d25ff0 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
bunnei c6cd8bb43d gl_rasterizer: Use baseInstance instead of moving the buffer points. 7 years ago
CaptV0rt3x 94a1e87593 For SDL Frontend 7 years ago
fearlessTobi 7f0120aae4 frontend: Set swap interval to 0 7 years ago