Commit Graph

35567 Commits

Author SHA1 Message Date
twinaphex
6faabfeebf Don't use settings struct from thrading functions 2016-12-31 07:03:29 +01:00
Twinaphex
ff4b260853 Merge pull request #4342 from loganmc10/patch-10
Attempt to fix some issues with BGRA textures
2016-12-31 05:15:23 +01:00
Logan McNaughton
35792721e5 Attempt to fix some issues with BGRA textures 2016-12-30 21:14:30 -07:00
Twinaphex
ee6cbd0bbf Merge pull request #4340 from loganmc10/patch-9
Use this code for GLES2 and GLES3
2016-12-30 22:08:52 +01:00
Logan McNaughton
34ad1555f1 Use this code for GLES2 and GLES3 2016-12-30 13:56:54 -07:00
Twinaphex
62b79a28b4 Merge pull request #4339 from loganmc10/patch-7
Found a combination that doesn't work
2016-12-30 18:45:58 +01:00
Logan McNaughton
8953bce122 Found a combination that doesn't work 2016-12-30 10:42:26 -07:00
Twinaphex
f570808692 Merge pull request #4338 from loganmc10/patch-6
One more sized format
2016-12-30 18:31:13 +01:00
Logan McNaughton
f94e944723 Update gl_common.c 2016-12-30 10:30:21 -07:00
Logan McNaughton
c0bdc67458 One more sized format 2016-12-30 10:29:26 -07:00
Twinaphex
18cfe90d0a Merge pull request #4337 from loganmc10/patch-5
This wasn't working on Android
2016-12-30 18:23:27 +01:00
Logan McNaughton
90a1c76abb This wasn't working on Android 2016-12-30 10:22:12 -07:00
Twinaphex
2174ba5e27 Merge pull request #4321 from loganmc10/glupen
Use RGBA for internal format
2016-12-30 16:18:40 +01:00
Brad Parker
daa5553777 fix another race condition 2016-12-29 23:39:51 -05:00
twinaphex
5d6bdbc2cd (task_image.c) Cleanup 2016-12-30 05:36:06 +01:00
twinaphex
598032f15e Cleanup 2016-12-30 05:33:42 +01:00
twinaphex
876a68717e We don't need enum_idx for task_push_image_load 2016-12-30 05:33:04 +01:00
Brad Parker
94309b3acd fix ThreadSanitizer data race warning 2016-12-29 23:16:00 -05:00
twinaphex
583511c045 nbio handle should be initialized on the thread, not the
main thread
2016-12-30 04:58:58 +01:00
Twinaphex
f962723943 Silence warning - unused variable 2016-12-30 03:32:35 +01:00
Twinaphex
97e758286c Merge pull request #4334 from libretro/revert-4315-patch-2
Revert "(Android) Ask for external sdcard permission"
2016-12-30 01:32:29 +01:00
Twinaphex
fb7ed87d2e Revert "(Android) Ask for external sdcard permission" 2016-12-30 01:32:11 +01:00
twinaphex
dde441e1d2 Remove prototypes 2016-12-29 23:51:48 +01:00
twinaphex
9657bbd998 Get rid of set_rgba/unset_rgba inside image_texture.c 2016-12-29 23:22:40 +01:00
twinaphex
05a899a411 Add nbio_status_flags 2016-12-29 23:14:48 +01:00
twinaphex
6a166faa0c Revert "Remove supports_rgba varaible from image_texture.c"
This reverts commit bd0c97fdc4.
2016-12-29 22:53:10 +01:00
twinaphex
bd0c97fdc4 Remove supports_rgba varaible from image_texture.c 2016-12-29 22:39:52 +01:00
Twinaphex
61d322f82c Merge pull request #4332 from hizzlekizzle/master
Revert "(Android) reload cores path every lauch"
2016-12-29 21:34:11 +01:00
hunterk
7e8163c34e Revert "(Android) reload cores path every lauch"
This reverts commit 1841455462. This commit was breaking Android builds on the buildbot.
2016-12-29 10:29:59 -06:00
Brad Parker
41f40acfc4 guard task struct read/writes across threads with a mutex, fixes several data races found by ThreadSanitizer and helgrind 2016-12-29 00:54:12 -05:00
twinaphex
67f1cca625 Don't try to use settings_t pointer from task callback functions 2016-12-29 06:09:58 +01:00
twinaphex
3a581ba8b0 (task_autodetect.c) Solve some threading errors 2016-12-29 05:49:24 +01:00
twinaphex
31aa1d6d19 Fix saved state message 2016-12-28 00:44:29 +01:00
Twinaphex
b238f32cb7 Merge pull request #4326 from GregorR/netplay-address-prompt
Server prompt when connecting to netplay host
2016-12-28 00:40:53 +01:00
twinaphex
28dedee477 Attempt to prevent crashes in task_image 2016-12-28 00:40:46 +01:00
twinaphex
6708da5ec1 task->progress is where the data race issues come from - commenting
out for now
2016-12-28 00:20:34 +01:00
twinaphex
2f0c66da34 Use non-C++ comments 2016-12-28 00:14:16 +01:00
twinaphex
89bb4f610d task_http.c - comment this out until we have fixed the threading
errors
2016-12-28 00:11:56 +01:00
twinaphex
141046b45b Add note about race issue 2016-12-27 23:56:32 +01:00
twinaphex
ea39d3914e Prevent some heap-use-after-free issues 2016-12-27 23:48:10 +01:00
twinaphex
91f3a4bf11 Remove this - not threadsafe 2016-12-27 23:21:00 +01:00
Gregor Richards
2a7929f123 Server prompt when connecting to netplay host 2016-12-27 16:41:27 -05:00
Twinaphex
a08a7c1380 Merge pull request #4325 from GregorR/netplay-connect-fail-crash
Fixing a bug that caused retroarch to crash if netplay failed to connect
2016-12-27 21:26:25 +01:00
Gregor Richards
9ecd0ba8c7 Fixing a bug that caused retroarch to crash if netplay failed to connect 2016-12-27 15:07:44 -05:00
twinaphex
3ec564f97c Revert "(task_save.c) Cleanups"
This reverts commit d6aae88737.
2016-12-27 20:11:22 +01:00
twinaphex
c6269e3ade (task_save.c) Further cleanups 2016-12-27 15:16:42 +01:00
twinaphex
2a5e74ecb0 Cleanup autosave_free/autosave_deinit 2016-12-27 15:14:27 +01:00
twinaphex
f067ecce50 (video_driver.c) Cleanups 2016-12-27 14:48:04 +01:00
twinaphex
176fa2dcaf (audio_driver.c) Cleanups 2016-12-27 14:34:34 +01:00
Twinaphex
83d83af6f9 Merge pull request #4323 from Ryunam/master
Add option to allow or prevent removal of playlist entries
2016-12-27 14:02:39 +01:00