30678 Commits

Author SHA1 Message Date
amspady20
9adc8e34c0 Update xegl_ctx.c
Fixed include statment for frontend_driver.h
2016-07-08 12:30:53 -04:00
twinaphex
a8004dee3d (Cheevos) Add label representation 2016-07-08 18:19:10 +02:00
twinaphex
f107af6b55 Add MENU_ENUM_LABEL_CHEEVOS_ENTRY 2016-07-08 18:16:51 +02:00
twinaphex
7d16016d96 (Cheevos.c) Cleanups 2016-07-08 17:19:43 +02:00
twinaphex
555c54bdb8 Should show 'rich' labels for Android filesystem choices 2016-07-08 17:11:15 +02:00
twinaphex
8430697116 Add menu_entry_get_rich_label 2016-07-08 16:55:21 +02:00
twinaphex
a1e517470c Start adding new values 2016-07-08 16:42:40 +02:00
twinaphex
14a7f2b442 Need to instrument menu_entry_get_path instead 2016-07-08 16:28:49 +02:00
twinaphex
efc0371a4e menu_entry_get_label - prepare for being able to show custom labels 2016-07-08 16:27:16 +02:00
twinaphex
b78dbf7453 Start preparing groundwork for custom labels 2016-07-08 16:25:53 +02:00
twinaphex
bcf74d9685 Start adding menu_cbs_label.c 2016-07-08 16:24:05 +02:00
twinaphex
c66ada4e90 (FBDev) Cleanups 2016-07-08 14:43:13 +02:00
twinaphex
e1a5379886 (FBDev) Cleanups/unifications 2016-07-08 14:29:16 +02:00
twinaphex
80e3170e93 (BSD) Add frontend/drivers/platform_bsd.c 2016-07-08 13:30:05 +02:00
Twinaphex
3f6623fa6e Avoid warning 2016-07-08 13:04:51 +02:00
Twinaphex
c746f4dbbc Don't build in BSD support for OSX 2016-07-08 13:01:16 +02:00
twinaphex
bddd93bcaa (EGL) Don't use g_egl_quit and egl_install_sighandler 2016-07-08 12:58:06 +02:00
twinaphex
d953be6397 (Wayland) Use signal handler code from frontend driver 2016-07-08 12:52:46 +02:00
twinaphex
e9dc729503 Create set_signal_handler_state 2016-07-08 12:48:01 +02:00
twinaphex
8d5f34eeb9 Move signal handler code to frontend driver interface 2016-07-08 02:43:55 +02:00
twinaphex
76cc6fd8ec Start implementing signal handler code once in frontend driver code 2016-07-08 02:38:33 +02:00
twinaphex
24bfad033f Update platform_bsd.c 2016-07-08 02:25:23 +02:00
twinaphex
05467443a2 Add destroy_signal_handler_state 2016-07-08 02:24:56 +02:00
twinaphex
a735114780 Add get_signal_handler_state 2016-07-08 02:20:42 +02:00
twinaphex
260d3634f2 Add platform_bsd.c to Griffin 2016-07-08 02:13:47 +02:00
twinaphex
c8b7bc9845 Add platform_bsd.c 2016-07-08 02:13:19 +02:00
twinaphex
6cdc34e891 Add install_signal_handler callback 2016-07-08 02:10:40 +02:00
Twinaphex
1a148da76a Merge pull request #3199 from Themaister/master
Move KHR_display backend behind configure flag.
2016-07-07 22:15:27 +02:00
Hans-Kristian Arntzen
cd4ff2eac8 Move KHR_display backend behind configure flag.
Enabled by default since it is technically not platform specific.
2016-07-07 22:05:57 +02:00
Twinaphex
84d656ea67 Add to Griffin 2016-07-07 21:53:16 +02:00
Alcaro
4b75304d15 You missed a spot, maister 2016-07-07 21:03:30 +02:00
Twinaphex
5cf1f9ec61 Merge pull request #3198 from Themaister/master
Vulkan: Don't use sighandling on Win32 in khr_display.
2016-07-07 20:43:31 +02:00
Hans-Kristian Arntzen
df7870c2ea Vulkan: Don't use sighandling on Win32 in khr_display.
Lots of the embedded backends do signal-handling like this
which is kinda awkward. This should be moved to frontend runloop or
something similar.
2016-07-07 20:34:42 +02:00
Alcaro
a081cf805f Fix typos 2016-07-07 20:05:08 +02:00
Twinaphex
eacd59b841 Merge pull request #3197 from Themaister/khr_display
Initial implementation of VK_KHR_display backend.
2016-07-07 19:36:58 +02:00
Hans-Kristian Arntzen
c561d8c4e6 Install sighandler for khr_display backend. 2016-07-07 19:32:09 +02:00
Hans-Kristian Arntzen
af52f1532f Fix Vulkan test core build with includes. 2016-07-07 19:28:32 +02:00
Hans-Kristian Arntzen
d382e1069e Basic VK_KHR_display integration works! :) 2016-07-07 19:28:27 +02:00
twinaphex
07c34accf5 Use MENU_ENUM_LABEL_URL_ENTRY 2016-07-07 03:02:55 +02:00
twinaphex
76b4828105 Add MENU_ENUM_LABEL_FILEBROWSER_ENTRY 2016-07-07 02:58:57 +02:00
twinaphex
035e7889d1 Remove more instances of MSG_UNKNOWN 2016-07-07 02:51:29 +02:00
twinaphex
4511b1c09c Dehardcode more MSG_UNKNOWN instances 2016-07-07 02:21:33 +02:00
twinaphex
3113f51102 Add 'User remote Enable' settings back 2016-07-07 01:52:10 +02:00
Hans-Kristian Arntzen
471d06d133 Fix Wayland refresh rate logging. 2016-07-06 23:22:13 +02:00
Hans-Kristian Arntzen
d2fafc5451 Sketch out vulkan_create_display_surface. 2016-07-06 20:27:39 +02:00
Hans-Kristian Arntzen
e9046dd06f Begin implementing VK_KHR_display. 2016-07-06 19:37:47 +02:00
Twinaphex
a2c435ab2c Reintroduce deinit and get rid of slock_unlock at bottom of threaded_worker function 2016-07-06 16:35:00 +02:00
twinaphex
51e2da2cbd Revert this back - reintroduce the leak but should hopefully
solve issues on newer Intel CPUs
2016-07-06 13:21:08 +02:00
Twinaphex
599385de87 Merge pull request #3194 from orbea/aliasing
glm: Use aliasing patch from opensuse to silence warnings
2016-07-06 12:57:22 +02:00
orbea
3e859da48b glm: Use aliasing patch from opensuse to silence warnings 2016-07-06 00:28:57 -07:00