25148 Commits

Author SHA1 Message Date
twinaphex
daeb8cacaf Set idle when APP_CMD_LOST_FOCUS 2015-11-27 00:23:47 +01:00
Alcaro
008db1e21c Disable DRM if it's not going to be used. 2015-11-26 21:29:47 +01:00
twinaphex
dd68465f74 (exynos_gfx.c) Cleanups 2015-11-26 19:38:17 +01:00
twinaphex
5c28a8389a (DRM/EGL) No need to grab context data pointer anymore 2015-11-26 19:12:47 +01:00
twinaphex
7c52d380bf Move memsetting of fds and evctx to drm_common.c 2015-11-26 18:59:36 +01:00
twinaphex
00cf57eac0 Header include drm_common.h already includes essential
DRM headers
2015-11-26 18:57:29 +01:00
twinaphex
9c2813a757 Turn a bunch of variables static 2015-11-26 18:49:58 +01:00
twinaphex
25680ec8a6 Create more DRM common functions 2015-11-26 18:47:07 +01:00
twinaphex
60ead8f6b1 Create drm_get_encoder 2015-11-26 18:23:51 +01:00
twinaphex
0225e2e65a Cleanups 2015-11-26 18:18:44 +01:00
twinaphex
2693e16f1e (Exynos/DRM EGL context driver) Unify more code 2015-11-26 18:05:27 +01:00
twinaphex
7e08f5d908 Create drm_free 2015-11-26 17:34:35 +01:00
twinaphex
e06121b661 Move more common code to drm_common.c 2015-11-26 17:30:01 +01:00
twinaphex
8f9c652693 Add gfx/common/drm_common.c and gfx_common/drm_common.h 2015-11-26 17:12:06 +01:00
Andrés
7037486148 Merge pull request #2471 from heuripedes/master
Fix shader update
2015-11-25 23:21:57 -05:00
Higor Eurípedes
08f098e339 Fix shader update 2015-11-25 23:25:37 -03:00
twinaphex
c720bce8a9 Update variable name/buildfix 2015-11-26 02:29:43 +01:00
twinaphex
53a0079aa2 file_path_special.c - cleanups 2015-11-26 00:27:39 +01:00
twinaphex
cb98cbc1bf Create RARCH_INPUT_CTL_POLL 2015-11-25 20:39:46 +01:00
twinaphex
df948215af Some C89_BUILD fixes 2015-11-25 19:27:33 +01:00
Twinaphex
5b8661b6b5 Merge pull request #2468 from fr500/master
add a hint so the user can tell between devices with the same name
2015-11-25 19:25:56 +01:00
twinaphex
77e4faf5ea Move code around 2015-11-25 18:53:54 +01:00
twinaphex
9643edfac7 Create RARCH_INPUT_CTL_DESTROY 2015-11-25 18:49:37 +01:00
twinaphex
73ce9c0d23 Add another RARCH_INPUT_CTL_* command 2015-11-25 18:33:18 +01:00
twinaphex
92c0907e80 Create more RARCH_INPUT_CTL_* commands 2015-11-25 18:29:28 +01:00
twinaphex
14b2b8ada7 Start creating input_driver_ctl 2015-11-25 18:21:21 +01:00
radius
3ac80f6864 add a hint so the user can tell between devices with the same name 2015-11-24 22:30:51 -05:00
twinaphex
3e8659cdb9 C89_BUILD buildfixes 2015-11-25 04:05:04 +01:00
twinaphex
91a9a53a84 Some C89_BUILD buildfixes 2015-11-25 03:38:57 +01:00
Twinaphex
36587d99c2 Merge pull request #2463 from heuripedes/master
(task_http) Finish the task on internal error
2015-11-25 03:34:51 +01:00
twinaphex
f319916e80 C89_BUILD buildfixes 2015-11-25 03:33:54 +01:00
twinaphex
b673f2c14f Fix CXX_BUILD warning 2015-11-25 03:31:37 +01:00
twinaphex
08ae9df639 Merge input_sensor.c with input_driver.c 2015-11-25 03:29:18 +01:00
Higor Eurípedes
51ee399eac (task_http) Finish the task on internal error 2015-11-24 23:26:34 -03:00
twinaphex
c9db73e944 Contain driver->input_data usage pt. 2 2015-11-25 03:25:31 +01:00
twinaphex
d2f771440b Contain driver->input_data usage 2015-11-25 03:15:22 +01:00
twinaphex
dc69dc6392 runloop_data.c - remove some unnecessary functions 2015-11-25 02:28:35 +01:00
Twinaphex
dba90266db Merge pull request #2462 from heuripedes/master
Minor task changes
2015-11-25 02:26:46 +01:00
Higor Eurípedes
29e9b87319 (tasks) Make task handles honor task->cancelled 2015-11-24 22:18:09 -03:00
Higor Eurípedes
0496bed76e (tasks) Add wait/cancel functions and some documentation 2015-11-24 22:18:09 -03:00
Higor Eurípedes
5a158a18ce (tasks) Actually implement a task queue 2015-11-24 22:18:09 -03:00
twinaphex
40e8f4eba6 Dehardcode C89_BUILD ifdefs 2015-11-25 02:10:31 +01:00
Twinaphex
1186042e44 Merge pull request #2461 from heuripedes/master
(retroarch) Move task subsystem initialization to rarch_main_init()
2015-11-24 20:47:57 +01:00
Higor Eurípedes
6257d178ee (retroarch) Move task subsystem initialization to rarch_main_init() 2015-11-24 16:45:28 -03:00
Twinaphex
8a5ba85c9a Cleanups 2015-11-24 20:25:31 +01:00
Twinaphex
11757fdcb7 Merge pull request #2460 from lakkatv/xmb
(XMB) Fix boxart ratio
2015-11-24 19:39:12 +01:00
Jean-André Santoni
e6924a725b (XMB) Fix boxart ratio 2015-11-25 01:34:26 +07:00
twinaphex
9fba3de3c3 Cleanups 2015-11-24 18:16:45 +01:00
twinaphex
021ae74612 Remove dead code - rarch_main_data_iterate 2015-11-24 18:13:54 +01:00
twinaphex
49b9ccd467 Remove dead code 2015-11-24 18:11:11 +01:00