8756 Commits

Author SHA1 Message Date
Themaister
35818e82be Add PERFORMANCE_TEST with sdl SW scaling. 2013-11-18 13:44:41 +01:00
Themaister
b44bd25ab3 Fix segfault with video_poke missing. 2013-11-18 13:44:34 +01:00
Themaister
0c184138cc Fix PERF_TEST struct. 2013-11-18 13:39:34 +01:00
twinaphex
caa653cc62 (RGL PS3) Remove SRGB remap (unused) 2013-11-18 11:58:22 +01:00
twinaphex
f0d006dd6d (RGL PS3) Cleanups 2013-11-18 11:53:52 +01:00
twinaphex
7e619fa758 (RGL PS3) Get rid of GCM_FUNC macros and useless constants 2013-11-18 11:46:11 +01:00
twinaphex
c4da45783e (RGL PS3) Dehardcode some GCM magic numbers 2013-11-18 11:25:38 +01:00
twinaphex
44bd582251 (RGL PS3) Use rglGcmSetJumpCommand instead of cellGcmSetJumpCommand 2013-11-18 11:11:17 +01:00
twinaphex
92a535a63d (RGL PS3) Use rglGcmSetInlineTransfer 2013-11-18 11:05:37 +01:00
twinaphex
b7d1d6fe34 (PS3 RGL) Use rglGcmSwap16Float32 2013-11-18 11:00:53 +01:00
twinaphex
4e800574c0 (PS3) Audio - fix initializer 2013-11-18 10:55:28 +01:00
twinaphex
f03c53a646 (PS3 RGL) Use rglGcmSetNopCommand instead of cellGcmSetNopCommandUnsafeInline 2013-11-18 10:52:53 +01:00
twinaphex
673d4ed2b9 (PS3) ps3_audio.c - Simplify initializer 2013-11-18 10:52:53 +01:00
Themaister
7b8dc09d57 Pass a dummy affine transform for android camera. 2013-11-18 09:32:29 +01:00
Themaister
adb0b4dfbe Fix ifdef for pushing early to history. 2013-11-18 09:27:51 +01:00
twinaphex
c4f389fdb4 (Android) Camera - android_camera_stop - free GL texture 2013-11-18 03:56:22 +01:00
ToadKing
104dafe53f [Android] fill in camera stub functions - needs testing, probably doesn't work yet 2013-11-17 21:48:49 -05:00
twinaphex
60fb0d3398 (RMenu) Simpler background menu 2013-11-18 03:44:45 +01:00
twinaphex
58d8079704 (Menu) Check if driver.video->restart is bound first 2013-11-18 03:25:50 +01:00
twinaphex
2fab149ae4 (RMenu Disp) Correctly frees and reinitializes RMenu texture asset 2013-11-18 03:23:32 +01:00
twinaphex
275789d99f (HAVE_OSK/Xbox 1/PS3) Add Xbox 1/PS3/HAVE_OSK-specific additions
to settings
2013-11-18 02:57:31 +01:00
twinaphex
8b561a315e (Android) Camera - add FIXMEs 2013-11-18 02:06:27 +01:00
twinaphex
0381cf1ffe (Android) Camera - caps passed to int should contain
RETRO_CAMERA_BUFFER_OPENGL_TEXTURE
2013-11-18 01:55:22 +01:00
twinaphex
1e4e0544bf (Android) Cache JNI environment/pointer to RetroActivity class
inside camera struct - attach thread at init function and detach
thread at free function
2013-11-18 01:47:51 +01:00
Squarepusher
bc17af7ac2 Merge pull request #391 from lioncash/master
[Android] Fix a logging message in GPLWaiverDialogFragment.
2013-11-17 16:25:22 -08:00
Lioncash
4562f865b8 [Android] Fix a logging message in GPLWaiverDialogFragment. Thanks to Alcaro for pointing it out. 2013-11-17 19:23:41 -05:00
twinaphex
56a2b03e21 (Android) Input - Don't call AInputQueue_hasEvents on first iteration - it can return 0 even if events are queued up - leading to congestion issues 2013-11-18 01:21:26 +01:00
Squarepusher
0c5f375d8c Merge pull request #390 from lioncash/master
[Android] Separate the GPL waiver code into its own DialogFragment.
2013-11-17 16:03:23 -08:00
Lioncash
e33c219b10 [Android] Separate the GPL waiver code into its own DialogFragment. 2013-11-17 18:52:41 -05:00
twinaphex
0c54da42e3 (Android JNI) jni_params - now also takes a submethod_name/submethod_signature 2013-11-18 00:52:26 +01:00
twinaphex
43b513b86b (Camera) Cleanup Android camera driver 2013-11-18 00:31:06 +01:00
twinaphex
51891483c4 (Android) Stub android camera C driver - will interface with JNI
functions
2013-11-18 00:28:27 +01:00
twinaphex
ee35e5382f (Griffin) Add Emscripten includes - in case Emscripten will ever
support Griffin
2013-11-17 23:21:40 +01:00
twinaphex
ef3040a78b (Android) Add CAMERA permission 2013-11-17 23:02:06 +01:00
twinaphex
46d2c31cd8 (RGL PS3) rglDeallocateBuffer - turn into macro 2013-11-17 22:58:01 +01:00
ToadKing
b22842ede2 [Android] more additions to the camera activity 2013-11-17 16:45:52 -05:00
twinaphex
ccb81396e6 (RGL PS3) GCM_FUNC no longer being used in rgl_ps3.cpp 2013-11-17 22:39:40 +01:00
Squarepusher
5c441a89c6 Merge pull request #389 from lioncash/master
[Android] More documentation of DirectoryFragment.
2013-11-17 13:26:36 -08:00
Lioncash
089d1a7c50 [Android] More documentation of DirectoryFragment. 2013-11-17 16:22:40 -05:00
twinaphex
014c1fff44 (RGL PS3) Make macro wrapper around cellGcmFlush 2013-11-17 22:12:45 +01:00
twinaphex
bad7671159 (Android) Stub camera functions in Java 2013-11-17 21:34:07 +01:00
twinaphex
09f5037ca6 (RGL PS3) Turn into do { } while 2013-11-17 21:14:02 +01:00
twinaphex
920d46323f (RGL PS3) Don't use CPU sleep anymore 2013-11-17 21:07:04 +01:00
twinaphex
dfddb4a530 (RGL PS3) Simplify gmmAlloc 2013-11-17 20:47:46 +01:00
twinaphex
de1bae69c9 (Android) Add skeleton camera driver 2013-11-17 19:47:37 +01:00
twinaphex
ba250d1ca5 (PS3 RGL) Simplify gmmAlloc 2013-11-17 19:14:52 +01:00
twinaphex
1c6a0642d6 (PS3 RGL) Pallocator - change size to only one GmmAllocator 2013-11-17 18:29:51 +01:00
twinaphex
2ee221e7c6 (RGL PS3) No more GCM_FUNC calls inside rgl_ps3_raster.cpp 2013-11-17 16:23:48 +01:00
Squarepusher
edb4ec6509 Merge pull request #388 from lioncash/master
[Android] UI revamp/decoupling.
2013-11-17 04:29:39 -08:00
Lioncash
8777d958dc [Android] Cache the context in MainMenuFragment. Makes things look nicer, also gets rid of a few variable declarations. 2013-11-17 03:37:04 -05:00