63 Commits (bb7d4ec3d310b843b15464bad0241ae0c9b18fa1)

Author SHA1 Message Date
Lioncash 8805233f5e emu_window: unsigned -> u32 5 years ago
lat9nq f973274b99 general: Ignore implicit-fallthrough for SDL.h 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
german77 4738e14cb0 inputCommon: Mouse fixes 5 years ago
bunnei eae9f2e440 yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. 5 years ago
german 52b79ac009 Add mouse panning 5 years ago
Morph 6e5cc977ad renderer_opengl: Update OpenGL backend version requirement to 4.6 5 years ago
german 8495e1bd83 Add mutitouch support for touch screens 5 years ago
german e46f0e084c Implement full mouse support 6 years ago
comex 994f497781 Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
ReinUsesLisp 7003090187 renderer_opengl: Remove emulated mailbox presentation 6 years ago
Lioncash 9e1b0af259 input_common: Eliminate most global state 6 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago
Fernando Sahmkow 4cff5dd194 OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled. 6 years ago
H27CK a26a725515 Fix format error in performance statistics 6 years ago
H27CK 4d74578d35 Add missing ; 6 years ago
H27CK c883cd103e Init SDL info structure and add dummy context 6 years ago
ReinUsesLisp bf1d66b7c0 yuzu: Drop SDL2 and Qt frontend Vulkan requirements 6 years ago
James Rowe f1da3ec584 Frontend: Don't call DoneCurrent if the context isnt already current 6 years ago
James Rowe 282adfc70b Frontend/GPU: Refactor context management 6 years ago
bunnei e25297536f frontend: qt: bootmanager: Vulkan: Restore support for VK backend. 6 years ago
bunnei 2e16c23784 frontend: sdl2: emu_window: Implement separate presentation thread. 6 years ago
ReinUsesLisp c29584a090 yuzu_cmd: Fix memcpy on Vulkan handlers 6 years ago
ReinUsesLisp f92cbc5501 yuzu: Implement Vulkan frontend 6 years ago
ReinUsesLisp 028b1a34a9
yuzu_cmd: Use string_view instead of string for extensions 7 years ago
ReinUsesLisp f019817f8f
gl_rasterizer: Emulate viewport flipping with ARB_clip_control 7 years ago
Fernando Sahmkow 678d9ccad6 SDL: Fix missing header 7 years ago
jroweboy 64dbc92b61 Add FPS to SDL title bar 7 years ago
ReinUsesLisp 58c0d37422 video_core: Make ARB_buffer_storage a required extension 7 years ago
ReinUsesLisp 7259f7a733 rasterizer_opengl: Remove OpenGL core profile 7 years ago
ReinUsesLisp 37eaf39b44 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
ReinUsesLisp 4b80dd23a4 yuzu_cmd: Split emu_window OpenGL implementation into its own file 7 years ago
ReinUsesLisp 69265e4504 yuzu_cmd: Use OpenGL compat when asked in the settings 7 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 8 years ago
zhupengfei a94a828b6c citra_qt: Log settings on launch 8 years ago
James Rowe f2a2f818b6 SDL Frontend: Add shared context support 7 years ago
ReinUsesLisp 22c7c710b4 gl_rasterizer: Remove extension booleans 8 years ago
FernandoS27 0368260c99 Removed pre 4.3 ARB extensions 8 years ago
FernandoS27 377c60645c Update OpenGL's backend version from 3.3 to 4.3 8 years ago
NeatNit 4f24343f32 implemented touch in Qt and SDL 8 years ago
bunnei 2fbb20b2b5 yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. 8 years ago
ReinUsesLisp a42376dfad Use ARB_multi_bind for uniform buffers (#1287) 8 years ago
Markus Wick 3e973bc4c6 gl_rasterizer: Use ARB_texture_storage. 8 years ago
Tobias 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) 8 years ago
bunnei 8b08cb925b gl_rasterizer: Use baseInstance instead of moving the buffer points. 8 years ago
CaptV0rt3x 9382414b20 For SDL Frontend 8 years ago
fearlessTobi 742f895f8b frontend: Set swap interval to 0 8 years ago
David Marcec 706fc5d2d6 Added check to see if ARB_texture_mirror_clamp_to_edge is supported 8 years ago
Lioncash 0a93b45b6a core: Namespace EmuWindow 8 years ago
fearlessTobi 6f05a57712 Port #3665 from Citra 8 years ago