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 |
|
twinaphex
|
6a9fb1186d
|
Should hopefully fix issues
|
2016-07-06 00:32:41 +02:00 |
|
twinaphex
|
c8349862e1
|
Lower libdrm requirements to 2.4.65
|
2016-07-04 21:51:06 +02:00 |
|
Twinaphex
|
6d667b5250
|
Merge pull request #3189 from loganmc10/master
Fix library dirs on Raspberry Pi
|
2016-07-04 21:49:33 +02:00 |
|
Logan McNaughton
|
a9750e0232
|
Fix library dirs on Raspberry Pi
|
2016-07-04 12:25:17 -06:00 |
|
twinaphex
|
170f8da759
|
Create MENU_ENUM_LABEL_PLAYLIST_ENTRY
|
2016-07-04 17:35:59 +02:00 |
|
twinaphex
|
58c6590dca
|
Don't use MSG_UNKNOWN for system information entries
|
2016-07-04 17:07:34 +02:00 |
|
twinaphex
|
1ecdc1e8b7
|
Create MENU_ENUM_LABEL_NETWORK_INFO_ENTRY
|
2016-07-04 16:59:29 +02:00 |
|
twinaphex
|
39c50094da
|
Create MENU_ENUM_LABEL_DEBUG_INFO_ENTRY
|
2016-07-04 16:57:24 +02:00 |
|
twinaphex
|
c6d4dce410
|
Add MENU_ENUM_LABEL_CORE_INFO_ENTRY
|
2016-07-04 16:50:58 +02:00 |
|
twinaphex
|
0346cf70d5
|
Seems to come from here - add license text to it -
1ec3c44bdd/tree/tests/util/format.c
|
2016-07-04 15:05:50 +02:00 |
|
twinaphex
|
b0ea1e09ac
|
thread_wrapp - improve this a bit
|
2016-07-04 11:39:20 +02:00 |
|
twinaphex
|
b2bc4cd300
|
Check if data->func is NULL and if so, early return
|
2016-07-04 11:32:43 +02:00 |
|
twinaphex
|
5d70242dee
|
Check against libdrm version 2.4.68 in order to enable/disable
plain DRM video driver
|
2016-07-03 22:08:56 +02:00 |
|
twinaphex
|
cdc7c1283b
|
Fix Onscreen Overlay settings
|
2016-07-03 19:41:55 +02:00 |
|
Alcaro
|
6c18c17703
|
Cleanup
|
2016-07-03 12:47:55 +02:00 |
|
twinaphex
|
27c0702919
|
Cleanups
|
2016-07-03 11:30:03 +02:00 |
|
twinaphex
|
26afec3b08
|
Cleanups/CXX_BUILD fix
|
2016-07-03 11:29:09 +02:00 |
|
twinaphex
|
abebc88195
|
Cleanups
|
2016-07-03 11:27:09 +02:00 |
|
twinaphex
|
fa2d1c25a2
|
FILE_TYPE_PLAIN - add enum_idx fallback
|
2016-07-03 10:56:41 +02:00 |
|
twinaphex
|
54e137d9f7
|
Cleanups
|
2016-07-03 10:47:09 +02:00 |
|
twinaphex
|
fe1dc51889
|
Add missing file
|
2016-07-03 10:44:53 +02:00 |
|
twinaphex
|
a8bba31429
|
Cleanups
|
2016-07-03 10:44:34 +02:00 |
|
twinaphex
|
d53cbfbdfb
|
Backport DRM video driver
|
2016-07-03 10:37:07 +02:00 |
|
twinaphex
|
0775687008
|
Cleanups
|
2016-07-02 21:37:22 +02:00 |
|
twinaphex
|
97de8a35ec
|
Cleanups
|
2016-07-02 20:49:38 +02:00 |
|
twinaphex
|
3c81b2597d
|
Refactor remaining setting screens
|
2016-07-02 20:40:27 +02:00 |
|
twinaphex
|
abe2a14b16
|
Refactor 'Onscreen Display'/'Onscreen Overlay' settings
|
2016-07-02 13:49:05 +02:00 |
|
twinaphex
|
84d9a58ec8
|
Refactor "Frame Throttle" and "Rewind" settings lists
|
2016-07-02 13:17:24 +02:00 |
|
twinaphex
|
1b76f42b00
|
Fix back for settings - goes back to correct index
|
2016-07-02 12:22:53 +02:00 |
|