54006 Commits

Author SHA1 Message Date
twinaphex
4163a84d62 Pass p_rarch pointer around 2020-06-01 12:00:30 +02:00
Rinnegatamante
14a6c42e0d [VITA] Using a global to prevent erroneous vitaGL re-initializations. 2020-06-01 11:12:16 +02:00
twinaphex
072a93d00c Cleanups 2020-06-01 03:10:29 +02:00
twinaphex
b8faf43040 Buildfix 2020-06-01 03:04:45 +02:00
twinaphex
433547caa0 Cleanups 2020-06-01 03:02:07 +02:00
twinaphex
a9495b8846 Buildfix 2020-06-01 03:01:53 +02:00
twinaphex
293e45f551 Cleanups 2020-05-31 23:38:18 +02:00
twinaphex
0427f08511 Cleanup 2020-05-31 23:06:03 +02:00
twinaphex
76ee0ab97e Cleanups 2020-05-31 22:24:06 +02:00
twinaphex
24d4547605 Cleanups 2020-05-31 22:16:12 +02:00
twinaphex
fb7589e253 Move g_extern and retro_ctx and current_core into RetroArch
global state
2020-05-31 21:59:35 +02:00
twinaphex
99a971b105 OSX Buildfixes 2020-05-31 19:55:01 +02:00
twinaphex
c2be385fe4 Move more globals to state struct 2020-05-31 19:37:26 +02:00
twinaphex
1392afea46 Move more to global state 2020-05-31 19:31:32 +02:00
Francisco José García García
5fe273195b [VITA] Disable sqrtfv 2020-05-31 18:04:10 +02:00
Francisco José García García
a10abdd929
Merge pull request #10750 from libretro/vitagl
VitaGL and Math-neon update
2020-05-31 17:26:43 +02:00
Francisco José García García
ae9bdba06f Merge commit 'af97efdc17a1215a63a9ee639cf9361876ded50d' as 'deps/math-neon' 2020-05-31 17:24:53 +02:00
Francisco José García García
af97efdc17 Squashed 'deps/math-neon/' content from commit bf34c68a8e
git-subtree-dir: deps/math-neon
git-subtree-split: bf34c68a8e141f7e6f37040da9311b07f1bbe529
2020-05-31 17:24:53 +02:00
Francisco José García García
b2f61389ff [VITA] Remove math-neon 2020-05-31 17:24:11 +02:00
Francisco José García García
e16ae7a641 Merge commit '56797b8841ab5a9a9d7a9ab82383567300361252' 2020-05-31 17:18:53 +02:00
Francisco José García García
56797b8841 Squashed 'deps/vitaGL/' changes from 9a6e4b3397..fb87308d15
fb87308d15 Added vglBindPackedAttribLocation.
7e933f6051 Added NO_DEBUG compile option.
28e8516718 Faster textures storing when format is the same as internal format.

git-subtree-dir: deps/vitaGL
git-subtree-split: fb87308d15a387d2549fb45d860b3d87ede8a0ca
2020-05-31 17:18:53 +02:00
Francisco José García García
ec336442bd
Merge pull request #10749 from libretro/vitagl
VitaGL fixes
2020-05-31 17:14:23 +02:00
Francisco José García García
f976078ef2 [VITA] GL fixes 2020-05-31 17:10:26 +02:00
twinaphex
dd8ba82513 Move more variables to global state 2020-05-31 16:41:03 +02:00
twinaphex
c8c54b61ef Move static global variables to struct 2020-05-31 11:07:38 +02:00
twinaphex
2016218fc7 Cleanups 2020-05-31 10:27:29 +02:00
twinaphex
994dfa714b (retroarch.c) Reorganize global variables 2020-05-31 09:37:29 +02:00
twinaphex
b695ef4591 Move more variables to RetroArch global state 2020-05-31 07:12:33 +02:00
twinaphex
78d1efac12 Move more static variables to RetroArch global state 2020-05-31 05:57:26 +02:00
twinaphex
fd84dc5e24 Only log messages for input descriptors/set_controller_info and other
libretro callbacks if core logging level is set to DEBUG
2020-05-31 05:41:07 +02:00
twinaphex
3ad6c9c84b Merge branch 'master' of https://github.com/libretro/RetroArch 2020-05-31 05:37:32 +02:00
twinaphex
0135a33a7c Move more variables to RetroArch global struct 2020-05-30 17:16:45 +02:00
Autechre
0fedfa220f
Merge pull request #10734 from jdgleaver/cheevos-m3u
(Cheevos) Use 'm3u_file.h' library when parsing M3U files
2020-05-30 14:51:08 +02:00
twinaphex
8ae3fe1e80 Cleanups 2020-05-30 14:45:12 +02:00
twinaphex
3b9f131930 Move more RetroArch global state to struct 2020-05-30 14:26:10 +02:00
jdgleaver
eb429f9211 (Cheevos) When parsing M3U files, only capture the first entry 2020-05-30 12:16:52 +01:00
Autechre
c1fc796bf7
Update CHANGES.md 2020-05-30 04:51:52 +02:00
Autechre
4d406c95d3
Merge pull request #10735 from niacat/sdl-gl-glsl
sdl_gl_ctx: advertise GLSL support
2020-05-30 01:57:53 +02:00
nia
ef0038de2a sdl_gl_ctx: advertise GLSL support 2020-05-29 18:03:25 +01:00
jdgleaver
21ad64ab77 (Cheevos) Use 'm3u_file.h' library when parsing M3U files 2020-05-29 17:44:31 +01:00
twinaphex
13be887d2d Solve this a different way, update .travis.yml, DISABLE_THREADS
target will also now disable glslang
2020-05-29 15:14:46 +02:00
twinaphex
358ffbd3b9 This is wrong 2020-05-29 13:52:29 +02:00
twinaphex
2d659c3484 (Glslang) Don't build it when --disable-networking is set 2020-05-29 13:45:40 +02:00
twinaphex
00167caf54 Use localized strings 2020-05-29 12:54:09 +02:00
twinaphex
941c3b9678 Cleanups 2020-05-29 12:46:18 +02:00
twinaphex
f2ee7c8f0b Localize message 2020-05-29 11:57:03 +02:00
twinaphex
479a8a6e64 (PS2) Fix warning incompatible pointer type 2020-05-29 11:22:53 +02:00
twinaphex
7b5d338bed (Travis) Add --disable-threads check 2020-05-29 11:20:46 +02:00
twinaphex
9f9710beb6 Fix --disable-threads 2020-05-29 11:16:38 +02:00
twinaphex
11f63f379b Localized strings 2020-05-29 10:59:14 +02:00