31893 Commits

Author SHA1 Message Date
twinaphex
6efdfdebd4 (PSP) Rumble code should be only for Vita build 2016-09-01 17:09:54 +02:00
twinaphex
3a72479699 Add retro_miscellaneous.h to gfx/video_filter.c 2016-09-01 17:08:13 +02:00
twinaphex
aff2812fde Try to get rid of double definition of type 2016-09-01 06:08:06 +02:00
Twinaphex
5f3d384a9c Merge pull request #3483 from bparker06/magic_len
bin/cue magic number is 17 bytes instead of 16
2016-09-01 05:54:56 +02:00
Brad Parker
1a9e0ca6a8 bin/cue magic number is 17 bytes instead of 16 2016-08-31 23:53:28 -04:00
twinaphex
27fb3ec1af Hopefully won't truncate array names again 2016-09-01 05:52:38 +02:00
twinaphex
9037473c7e Header include cleanups 2016-09-01 05:51:08 +02:00
twinaphex
c8d5381779 header include cleanups 2016-09-01 05:48:20 +02:00
twinaphex
815c0eb3ee Remove header includes 2016-09-01 05:46:10 +02:00
twinaphex
19f352371d Remove more header includes 2016-09-01 05:40:57 +02:00
twinaphex
562c1e996c Get rid of more header includes 2016-09-01 05:38:26 +02:00
twinaphex
4f577f1932 Get rid of some header includes 2016-09-01 05:36:52 +02:00
twinaphex
f38ce959e4 Remove some header includes 2016-09-01 05:30:07 +02:00
twinaphex
4ef56581a9 Bugfix 2016-09-01 05:24:47 +02:00
twinaphex
cef2d57629 Cleanups 2016-09-01 04:59:56 +02:00
twinaphex
0959f8173a Cleanups 2016-09-01 04:57:04 +02:00
twinaphex
e60ae0b8de Cleanups 2016-09-01 04:40:02 +02:00
twinaphex
90ad365432 Refactor path settings loading 2016-09-01 04:37:22 +02:00
twinaphex
47b0a7ca17 Cleanups 2016-09-01 04:11:53 +02:00
twinaphex
96119ea127 Cleanups 2016-09-01 03:51:54 +02:00
twinaphex
e0d64373cc Refactor SETTING_PATH 2016-09-01 03:41:10 +02:00
twinaphex
d203fd9d0d Cleanups 2016-09-01 03:05:31 +02:00
twinaphex
204c7544b0 Get rid of unused variable 2016-09-01 03:01:04 +02:00
twinaphex
dfcef0f252 Move setting paths over 2016-09-01 03:00:27 +02:00
twinaphex
68823085c9 Move netplay_nickname down 2016-09-01 02:54:05 +02:00
twinaphex
03c28689e5 (configuration.c) Cleanups - rearrange array / path settings 2016-09-01 02:53:04 +02:00
twinaphex
081e47798e Cleanups for array settings 2016-09-01 02:46:09 +02:00
twinaphex
5c81cfb380 Add string setting loading 2016-09-01 02:40:05 +02:00
twinaphex
a608f2350a (Freetype) Add another fallback font 2016-09-01 02:09:15 +02:00
twinaphex
47eef317bb (video filters) Update exp_generic_rgb565 2016-09-01 02:03:43 +02:00
Alcaro
d1b7cdef57 Kill some signed integer overflow warnings 2016-08-31 23:57:06 +02:00
twinaphex
12cfb3bfce Rewrite gfx_ctx_x_make_current a bit and turn it into a
static function
2016-08-31 15:24:56 +02:00
twinaphex
90a303050f Turn this into enum 2016-08-31 15:21:12 +02:00
twinaphex
aa15fb3f91 Update remaining video context drivers 2016-08-31 15:02:07 +02:00
Twinaphex
d678273b0b Merge pull request #3478 from bparker06/gl_thread_current
make GLX context current when managing font textures with threaded video
2016-08-31 14:56:46 +02:00
Twinaphex
cc0d7193f0 Merge pull request #3479 from vanfanel/master
Correct drm headers path for the plain_drm driver
2016-08-31 14:46:30 +02:00
vanfanel
b9ff4c91bd Correct drm headers path for the plain_drm driver 2016-08-31 11:59:29 +02:00
Brad Parker
2afd72252c make GLX context current when creating font textures with threaded video 2016-08-31 01:33:35 -04:00
Twinaphex
2ffcaecc6c Remove unused variable 2016-08-31 04:21:39 +02:00
twinaphex
39b5723e6f Cleanup 2016-08-31 03:49:18 +02:00
twinaphex
a4bd80596e Create dynamic_verify_hw_context - if we request a GL hw context and we have
the Vulkan driver running, return false - or vice versa. Can now use ffmpeg
core with Vulkan
2016-08-31 03:42:58 +02:00
twinaphex
5ae110601c Create dynamic_request_hw_context 2016-08-31 03:34:34 +02:00
Twinaphex
9bd079f104 Merge pull request #3477 from leiradel/master
fixed header for md5 funcs and md5.c inclusion in griffin
2016-08-31 02:49:43 +02:00
Andre Leiradella
ea84c8a787 better json scheme for the mmap data 2016-08-30 23:41:43 +01:00
Andre Leiradella
a5e39f5ca9 removed unused variable 2016-08-30 23:29:03 +01:00
Andre Leiradella
8926a4b077 fixed header for md5 funcs and md5.c inclusion in griffin 2016-08-30 23:27:47 +01:00
Twinaphex
98c1300dbe Merge pull request #3476 from loganmc10/patch-2
EGL_DEPTH_SIZE should be set
2016-08-30 23:34:09 +02:00
Logan McNaughton
78337bae4b EGL_DEPTH_SIZE should be set
Same reasoning as Android.
2016-08-30 15:32:25 -06:00
Twinaphex
17a0aa4463 Merge pull request #3475 from loganmc10/patch-1
EGL_DEPTH_SIZE should be set
2016-08-30 23:30:05 +02:00
Logan McNaughton
1beb9e9ffd EGL_DEPTH_SIZE should be set
EGL_DEPTH_SIZE needs to be set in order to have an FBO with a depth buffer. Some drivers aren't as strict about this but many are.
2016-08-30 15:29:17 -06:00