Commit Graph

18940 Commits

Author SHA1 Message Date
Twinaphex
56da783f11 Get rid of unused variable 2015-05-05 09:43:22 +02:00
Alcaro
61bfe0d1af Fix race between writing ->thread_inited and ->alive. 2015-05-04 20:33:20 +02:00
twinaphex
9c9e26d70c Add texture_image_set_color_shifts and texture_image_color_convert
to wallpaper_cb function
2015-05-04 10:18:00 +02:00
twinaphex
0704c7f0c7 Create texture_image_color_convert 2015-05-04 10:16:47 +02:00
twinaphex
ef98d02185 Create texture_image_set_color_shifts 2015-05-04 10:13:53 +02:00
twinaphex
498caabfc7 (GL) Buildfix 2015-05-04 10:03:33 +02:00
twinaphex
5d58d290af (GL) Improve VideoCore/Raspberry Pi hack 2015-05-04 10:00:32 +02:00
twinaphex
e4cb891ae7 (GL) Pass context identifier to resolve_extensions 2015-05-04 09:37:26 +02:00
twinaphex
ad0440a343 (GLUI) Use menu_display_update_pending (why are we flagging
framebuffer dirty here BTW? GLUI doesn't use the framebuffer)
2015-05-04 09:22:29 +02:00
twinaphex
dbd0da41a2 (RGUI) Use menu_display_update_pending 2015-05-04 09:16:43 +02:00
Twinaphex
62a0a99a84 Merge pull request #1671 from lakkatv/xmb
Fix a segfault for ctx drivers non implementing image_buffer_init, like ...
2015-05-03 18:30:04 +02:00
Jean-André Santoni
3a56418c38 Fix a segfault for ctx drivers non implementing image_buffer_init, like mali and vivante 2015-05-03 21:34:11 +07:00
Twinaphex
cb31d06c99 Merge pull request #1670 from heuripedes/master
(gl) Fix font rendering when video_font_enable=false
2015-05-03 03:44:05 +02:00
Higor Eurípedes
5bfd910cd1 (gl) Fix font rendering when video_font_enable=false 2015-05-02 22:41:59 -03:00
Twinaphex
42d044a51f Merge pull request #1669 from heuripedes/master
Fix sigsegv and improve font fallback logic
2015-05-03 03:28:28 +02:00
Higor Eurípedes
b85dfec4d4 Fix sigsegv and improve font fallback logic 2015-05-02 22:24:35 -03:00
Twinaphex
846b42300c Merge pull request #1668 from heuripedes/master
(GLUI) Use default font when video.font_enable is false
2015-05-03 03:01:33 +02:00
Higor Eurípedes
04bb18e24d (GLUI) Use default font when video.font_enable is false 2015-05-02 21:59:51 -03:00
twinaphex
e08fecd727 Pass runloop handle to rarch_main_data_active function -
make sure mutex gets unlocked at the end in rarch_main_data_overlay_iterate
even if driver or driver->overlay is NULL
2015-05-03 02:33:33 +02:00
twinaphex
6d89a92952 (Runloop data) Move sleeping function call up - unlock mutex afterwards 2015-05-03 00:49:37 +02:00
twinaphex
b68e4237e9 (Runloop data) Only let data runloop sleep if there is no activity
ongoing
2015-05-03 00:48:23 +02:00
Twinaphex
7356e7f4e7 Merge pull request #1666 from fr500/master
make autoconfig keep searching for an exact match even if a partial matc...
2015-05-02 22:53:34 +02:00
twinaphex
80c5059d43 Revert "(Video) Call gfx_ctx_free from common function - uninit_video_input"
This reverts commit aac304410b.
2015-05-02 22:53:27 +02:00
Twinaphex
d6a713bb8d Fix some warnings 2015-05-02 19:09:23 +02:00
twinaphex
752849dcb2 (Android) Add VFPv3/VFPv4 flags 2015-05-02 08:08:42 +02:00
twinaphex
4a7fbf728a (Android) Put AInputQueue_hasEvents while loop back 2015-05-02 07:59:06 +02:00
twinaphex
ff6babc22a (Android) Start using android_main_poll 2015-05-02 07:06:57 +02:00
twinaphex
aac304410b (Video) Call gfx_ctx_free from common function - uninit_video_input 2015-05-02 05:52:34 +02:00
twinaphex
5b733c019a (Android) Only copy over state when needed 2015-05-02 04:41:18 +02:00
twinaphex
9a1c90a554 (Android) android_run_events - change signature 2015-05-02 03:52:28 +02:00
twinaphex
fed293b6e7 (Android) ALooper_prepare - hook up poll source 2015-05-02 03:00:35 +02:00
twinaphex
14acead3db (Android) Remove deinit function callback 2015-05-02 02:56:33 +02:00
twinaphex
bc0a933114 Get rid of APP_CMD_DEAD hack 2015-05-02 02:55:51 +02:00
twinaphex
681f88948b Remove unused onRetroArchExit 2015-05-02 02:36:33 +02:00
twinaphex
421fad50a2 (Android) (android_native_app_glue.c) Should now be identical to mainline 2015-05-02 02:22:20 +02:00
twinaphex
ec319a2c76 (Android) Start preparing engine_handle_input and engine_handle_cmd for
input sources
2015-05-02 02:13:16 +02:00
twinaphex
78fcd0312f (Android) Change signature of android_main_poll 2015-05-02 01:05:21 +02:00
twinaphex
2f08c143ec (Android) Cleanups 2015-05-02 00:43:24 +02:00
twinaphex
a9aab62169 (Android) Create prototypes for functions 2015-05-02 00:27:33 +02:00
twinaphex
2161b03cf0 Move variables to platform_android.c 2015-05-02 00:25:55 +02:00
twinaphex
e16e55cb9b (Android) Backport more functions 2015-05-02 00:22:29 +02:00
twinaphex
1699e877fb (Android) Backport some functions 2015-05-02 00:16:06 +02:00
twinaphex
fe5d4e34ab (Android) Native app glue - use pthread again 2015-05-02 00:13:28 +02:00
twinaphex
5a2c6aa5d6 (Android) Create android_app_read_cmd 2015-05-01 23:59:23 +02:00
twinaphex
7bc4a69a4a (Android) Create android_native_app_glue.h 2015-05-01 23:52:36 +02:00
twinaphex
6c94be41a9 (Android) Create android_native_app_glue.c 2015-05-01 23:46:55 +02:00
twinaphex
2cc348a75b (Android) Create android_app_userdata 2015-05-01 20:21:52 +02:00
twinaphex
50ab97d304 (Android) Add back native app glue missing details 2015-05-01 19:56:44 +02:00
twinaphex
00bf83e575 (Android) Minor cleanups 2015-05-01 18:24:06 +02:00
twinaphex
349a5890e4 (Android) Set lookup name function pointer at the beginning of the app's
start
2015-05-01 18:20:52 +02:00