9852 Commits

Author SHA1 Message Date
twinaphex
7c66a7457a Go for a consistent return value 2020-07-17 14:44:57 +02:00
twinaphex
b02d538a63 set_resize should not return false on success 2020-07-17 14:43:47 +02:00
twinaphex
d2b749e0e6 Unnecessary 2020-07-17 14:19:17 +02:00
twinaphex
1fb77c43a3 (X11) Split up X11 context into two - GL and Vulkan 2020-07-17 14:15:30 +02:00
twinaphex
e8e9a7b1d3 Get rid of multiple definition of wayland show mouse function 2020-07-17 13:59:13 +02:00
twinaphex
f4bc332bcd (Wayland) Split up Wayland context driver into two - GL and Vulkan 2020-07-17 13:55:25 +02:00
twinaphex
501f737249 (Android) Split up Android context driver into two - GL and Vulkan 2020-07-17 13:45:37 +02:00
jdgleaver
c1f67d3f72 (Load Content Animation) Fix detection of 'favourites' playlist 2020-07-17 10:49:06 +01:00
twinaphex
2ff2604e69 MSVC buildfix 2020-07-17 04:35:01 +02:00
twinaphex
cbca370d76 Split up wgl_ctx.c into two files - GL and Vulkan 2020-07-17 04:28:26 +02:00
twinaphex
c9398a3855 (gfx widgets) Remove dead code 2020-07-17 04:06:02 +02:00
twinaphex
baa349f2ec Cleanup 2020-07-17 02:32:37 +02:00
twinaphex
df73277ca8 (WGL) Bind different callback for Vulkan 2020-07-17 02:31:12 +02:00
twinaphex
105e135e48 Cleanup 2020-07-17 01:20:31 +02:00
twinaphex
6a5770af6d Cleanups 2020-07-17 01:17:37 +02:00
twinaphex
707b40d116 Cleanups 2020-07-17 01:09:00 +02:00
twinaphex
be1e245396 Cleanups 2020-07-17 00:59:20 +02:00
twinaphex
318d5490cd Cleanups 2020-07-17 00:50:06 +02:00
twinaphex
b8cc047d20 (context drivers) Cleanups 2020-07-16 03:40:52 +02:00
Twinaphex
367530683c Get rid of unused variables 2020-07-15 19:47:45 +02:00
Yoshi Sugawara
897aee0bcf add more logging, use autolayout constraints to pin metal view to superview to support orientation changes easier 2020-07-14 17:49:38 -10:00
Autechre
e6608c6fd0
Merge pull request #11024 from valadaa48/oga_gfx_msg_fix
oga_gfx: fix last character from being chopped in on-screen messages
2020-07-15 03:46:57 +02:00
valadaa48
9bbf191523 oga_gfx: fix last character from being chopped in on-screen messages 2020-07-14 21:43:19 -04:00
twinaphex
9a34e9799a Cleanups 2020-07-15 03:22:01 +02:00
twinaphex
07b075c16f Cleanup 2020-07-15 02:59:02 +02:00
twinaphex
8696d292da Cleanup 2020-07-15 02:54:27 +02:00
twinaphex
014d0fafb4 (DRM) Cleanups 2020-07-15 02:45:34 +02:00
twinaphex
f707994cb8 Get rid of gfx_ctx_network 2020-07-15 02:37:50 +02:00
twinaphex
03c7403a05 Cleanups 2020-07-14 16:37:02 +02:00
twinaphex
e416d96769 (UWP EGL) Cleanups 2020-07-14 16:27:49 +02:00
twinaphex
748e3dccf2 (wayland) buildfixes 2020-07-14 16:20:15 +02:00
twinaphex
b7c2cbc6b2 Move flush_wayland_fd to input/common/wayland_common.c 2020-07-14 16:17:43 +02:00
twinaphex
4009919eca (Wayland) Fix code duplication 2020-07-14 16:14:47 +02:00
twinaphex
3cb1b7b4bb (Wayland) Move more code 2020-07-14 16:09:13 +02:00
twinaphex
646d627a6c Move more Wayland code 2020-07-14 16:04:10 +02:00
twinaphex
1f4a27abba Split up wayland code 2020-07-14 15:56:52 +02:00
twinaphex
88f742894d Move wayland header to input/common 2020-07-14 14:32:37 +02:00
twinaphex
ed9d40caa2 (DRM) Cleanups 2020-07-13 20:24:14 +02:00
twinaphex
0a492a49be (Vulkan) Fix regression 2020-07-13 15:22:27 +02:00
Bernhard Schelling
2226226663 Add missing header (for non griffin builds) 2020-07-11 23:02:18 +09:00
twinaphex
46fd40b574 Use std::string concatenation instead of std::ostringstream 2020-07-11 08:24:13 +02:00
twinaphex
39d3dd4b3c Revert vulkan_framebuffer_generate_mips 2020-07-10 11:20:50 +02:00
Francisco José García García
dc01bf8d46 [Vita][GL] Fix returning to menu and clear for fake hw render 2020-07-09 18:49:22 +02:00
Bernhard Schelling
e0a9ded6a3 Fix invalid calls to dinput_handle_message when input driver is not set to dinput 2020-07-09 22:32:43 +09:00
twinaphex
4c5f4b244a (Sixel) Buildfixes 2020-07-09 15:07:06 +02:00
jdgleaver
506aa0a36c Add optional widget-based 'load content' launch feedback animation 2020-07-09 13:05:28 +01:00
twinaphex
3fd7338df1 Cleanups 2020-07-09 10:36:49 +02:00
twinaphex
d0736a1797 (MSVC) Buildfixes 2020-07-09 10:20:27 +02:00
twinaphex
77d630a0a5 (GDI) Only render framebuffer texture when menu is enabled 2020-07-09 09:40:13 +02:00
twinaphex
35762e07cb (GDI) Get rid of memory allocation per frame 2020-07-09 09:34:06 +02:00