twinaphex
620bf49081
(OSX) Add GLuint64EXT for OSX version lower than 10.7 (Lion)
2014-02-12 18:21:35 +01:00
twinaphex
b724851e93
(PSP) Hook up frontend platform driver - implement process_args
...
and not exec function
2014-02-12 18:17:54 +01:00
Twinaphex
ad68ce4c91
Merge pull request #545 from libretro/glgen-update
...
Update glgen_gl.c/h.
2014-02-12 17:59:01 +01:00
twinaphex
76a40ef066
(PSP) Add example for manually loading a ROM file so that we can
...
skip past the menu
2014-02-12 17:29:20 +01:00
twinaphex
ff6bd795cd
(PSP) Video driver was not hooked up
2014-02-12 17:18:45 +01:00
Themaister
ef54422379
Avoid temporary garbage data in alpha mod.
2014-02-12 15:53:04 +01:00
Themaister
833259de93
Greatly improve performance with normalized overlays and threaded video.
...
SET_ALPHA_MOD would previously block on frame completion which only made
sense for non-normalized overlays.
This should also hopefully fix the ANR hang on Android.
2014-02-12 15:40:54 +01:00
Themaister
150ee8d8c2
Update glgen_gl.c/h.
2014-02-11 20:53:46 +01:00
Themaister
e1ada80cc9
Remove redundant ifdef check.
2014-02-11 20:45:59 +01:00
twinaphex
b370d3f048
Stub function of null_gfx_restart when HAVE_MENU is defined
2014-02-11 17:10:13 +01:00
twinaphex
cd85591211
(PSP1) Add defines
2014-02-11 16:43:16 +01:00
twinaphex
8188ce53d3
(PSP1) Take out NULLVIDEO define
2014-02-11 16:30:41 +01:00
twinaphex
6cc1660b4f
(OSX PPC) Remove PPC prefix header
2014-02-11 16:15:56 +01:00
twinaphex
096766dc32
(PSP) gzguts.h - build fix
2014-02-11 16:12:50 +01:00
twinaphex
d4f9c211ee
(PSP) Build fixes
2014-02-11 16:10:40 +01:00
twinaphex
f1811644c4
(PSP) Some cleanups
2014-02-11 14:10:47 +01:00
twinaphex
07e28ebb8a
(MSVC 2010) Define HAVE_MENU for Debug target
2014-02-11 13:25:42 +01:00
twinaphex
dcdc43505f
(360) netplay_compat - 360 build fixes
2014-02-11 13:19:18 +01:00
twinaphex
dda95cbe74
(performance.c) Drop __CELLOS_LV2__ ifdef
2014-02-11 12:02:41 +01:00
twinaphex
c2b8d33837
(OSX PPC) Changes
2014-02-11 20:45:39 +11:00
twinaphex
a5f59f6260
(OSX PPC) Comment out NSApplicationDelegate for OSX 10.5 PPC
2014-02-11 19:07:05 +11:00
twinaphex
efd413de62
(OSX PPC) Build fixes
2014-02-11 19:03:38 +11:00
twinaphex
4b49e69cb9
(OSX PPC) Header fixes
2014-02-11 18:52:28 +11:00
twinaphex
75e7d10eba
(OSX PPC) Build fixes
2014-02-11 18:49:49 +11:00
twinaphex
767607f03b
(OSX PPC) Link OpenGL.framework
2014-02-11 18:34:21 +11:00
twinaphex
ff94787d86
(PPC Altivec) turn vec_splats into vec_splat - PPC OSX (Leopard) doesn't
...
support vec_splats intrinsic
2014-02-11 18:32:18 +11:00
twinaphex
131ea08c26
(OSX PPC) Down to two errors now - implicit declaration of function
...
vec_splats - incompatible types in initialization (Altivec)
2014-02-11 18:19:15 +11:00
twinaphex
c9e6598603
Expand boolean.h
2014-02-11 07:52:10 +01:00
twinaphex
de0d0626f6
Include boolean.h instead of stdbool.h
2014-02-11 07:49:15 +01:00
twinaphex
b30db14bcf
(OSX PPC) Remove stub main.m
2014-02-11 17:05:31 +11:00
twinaphex
50f284e1cb
(OSX PPC) Relative paths
2014-02-11 16:30:11 +11:00
twinaphex
c42a00a39f
(OSX PPC) Change anonymous unions, define GLint64/GLuint64/GLsync
...
for Leopard and Snow Leopard, other changes..
2014-02-11 16:07:00 +11:00
twinaphex
c3bdfa9c8e
(OSX PPC) [Define HAVE_MENU/HAVE_OPENGL
2014-02-11 06:43:56 +11:00
twinaphex
7d7e32df47
(OSX) Define -DHAVE_MENU
2014-02-11 06:26:48 +11:00
neville
a7a45ecb64
(OSX PPC) Update solution
2014-02-11 06:05:24 +11:00
Twinaphex
e1cd4516f6
Merge pull request #544 from tobiasjakobi/master
...
video_lima: the usual small fixes
2014-02-10 15:02:19 +01:00
Tobias Jakobi
f3f50daeb4
video_lima: use posix_memalign to request aligned memory
...
aligned_alloc is deprecated
2014-02-10 14:58:55 +01:00
Tobias Jakobi
3005501184
video_lima: fix some warnings
2014-02-10 14:58:55 +01:00
Tobias Jakobi
605d4f3954
video_lima: slight reduction of font texture size
2014-02-10 14:58:54 +01:00
Tobias Jakobi
72009fe3d7
video_lima: use general align function
...
introduce in preparation to texture upload optimization
2014-02-10 14:58:54 +01:00
neville
31f528da85
(OSX PPC) Add preliminary OSX PPC solution - for OSX 10.5.8 Leopard
2014-02-10 10:19:11 +11:00
twinaphex
5ff4ba243d
(Glide64) Add __MACH__ define to EXT_EXECUTABLE - dylib
2014-02-09 23:32:32 +01:00
twinaphex
1bcdb383d1
performance.c - Add ifdefs for PPC Mac
2014-02-09 23:10:40 +01:00
Twinaphex
c527f0610b
Merge pull request #542 from OV2/master
...
D3D9: use new during init so that constructors are run
2014-02-09 06:29:06 +11:00
OV2
43b209a5c0
D3D9: use new during init so that constructors are run
2014-02-08 19:56:02 +01:00
Themaister
d129258c32
Allow toggling fullscreen from bind in RGUI.
2014-02-08 16:27:09 +01:00
Themaister
4653174cf5
Don't reset volume settings on driver reinit.
2014-02-08 16:24:21 +01:00
Themaister
c9b8bfdbbc
Simplify parsing of --size.
2014-02-07 09:35:46 +01:00
Themaister
c9854deeec
Update libretro.h docs. Fix conditional string check.
2014-02-07 09:32:15 +01:00
Hans-Kristian Arntzen
6578bd65c3
Merge pull request #537 from fr500/master
...
Add RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY
2014-02-07 09:29:19 +01:00