twinaphex
ac3e17f6d8
(Android) Camera - hoist class variable outside of struct and
...
only use in init function
2013-11-20 18:01:45 +01:00
twinaphex
bae3bf8393
(Android) Camera - update FIXMEs
2013-11-20 17:57:51 +01:00
Themaister
44937348e8
Start implementing SSE2 conversion of YUV.
2013-11-20 17:39:01 +01:00
Themaister
c4176564c5
Don't use LUT for YUV conversion.
...
Current C version is just as fast, and doesn't thrash the cache.
~100us per 640x480 webcam frame.
2013-11-20 17:39:00 +01:00
Themaister
9d60b53630
Add perf counter to LUT based YUV conversion.
2013-11-20 17:39:00 +01:00
twinaphex
87421d477c
Clean up JNI: (...)
...
* pthread_key_create is used to set a destructor for every thread
created through jni_thread_getenv
* To grab a JNIEnv pointer - go through jni_thread_getenv
* jni_thread_getenv sets pthread_setspecific for the JNIEnv pointer
to bind destructor
* Reuse activity->vm everywhere instead of creating local pointer
copies
* Don't use DetachCurrentThread outside of platform_android's (new)
jni_thread_destruct function - the destructor will do this for us
now
2013-11-20 17:33:19 +01:00
twinaphex
3f279a2d5c
(Android) Get rid of JNI_OnLoad - unused and unneeded
2013-11-20 15:54:31 +01:00
twinaphex
20f679d201
(Android) Get rid of globalMyNativeActivityClass variable
2013-11-20 03:56:33 +01:00
Squarepusher
0674ab47b0
Merge pull request #394 from lioncash/master
...
[Android] Fix a tiny bug in MainMenuFragment.
2013-11-19 18:42:58 -08:00
Lioncash
527bb976b0
[Android] Fix a tiny bug in MainMenuFragment. Pass the cores directory if a direct core can't be found.
2013-11-19 21:29:40 -05:00
Squarepusher
7464ae6824
Merge pull request #393 from lioncash/master
...
[Android] Get rid of the RetroTVMode class.
2013-11-19 18:09:53 -08:00
Lioncash
8a66d5ceef
[Android] Get rid of RetroTVMode. We don't need this anymore, since the wonky logic that it was used to work around before has been fixed.
2013-11-19 21:05:26 -05:00
ToadKing
b6af8b0e92
more camera changes, still no image
2013-11-19 15:13:29 -05:00
twinaphex
5dc58dc461
(RGL PS3) Depth and baseDepth - hardcode at 1
2013-11-19 20:20:45 +01:00
ToadKing
894b2870c0
more android camera work. no longer crashes, but still no image
2013-11-19 14:20:29 -05:00
ToadKing
82104bc7e2
reverse onLowMemory/onTrimMemory removal
...
we want to override the default behavior and do nothing instead
2013-11-19 11:03:46 -05:00
Squarepusher
3f75bae4e5
Merge pull request #392 from lioncash/master
...
[Android] Clean up RetroActivity.
2013-11-19 07:43:13 -08:00
Lioncash
85a1a21c77
[Android] Clean up RetroActivity.
2013-11-19 10:41:58 -05:00
twinaphex
21bc30a44c
(Android) Make RetroActivity invoke JNI_OnLoad - grab pointer to
...
RetroActivity class - try to use from camera/android.c
2013-11-19 14:30:45 +01:00
Squarepusher
7231fdfa40
(OSX) Doesn't try to boot up game now at startup - can launch into RGUI
2013-11-19 11:31:46 +01:00
twinaphex
a77b7576b7
(RMenu XUI) Get rid of rmenu_xui header
2013-11-19 06:42:27 +01:00
twinaphex
7843a3bec3
(Menu) Add iterate to menu_ctx_driver_t - needed for RMenu XUI
2013-11-19 06:35:11 +01:00
twinaphex
8fe6a04b56
(Menu) Add populate_entries to menu_ctx_driver - will be needed for RMenu XUI
2013-11-19 06:09:14 +01:00
twinaphex
1372df61de
(PS3 RGL) Should add float FBO support
2013-11-19 05:18:46 +01:00
twinaphex
81f437ee74
(RGL PS3) Cleanups
2013-11-19 04:30:43 +01:00
twinaphex
d464d7ae4a
retroarch_logger.h - define RARCH_INTERNAL
2013-11-19 03:20:59 +01:00
twinaphex
59ad1baea7
(RMenu Disp) init_assets - calloc menu_texture
2013-11-19 02:12:09 +01:00
twinaphex
3f0be66ffc
(RMenu) Get rid of rmenu.c/rmenu.h
2013-11-18 19:52:36 +01:00
twinaphex
723fddea80
(PS3/menu_common) Add System BGM Control setting
2013-11-18 19:50:47 +01:00
twinaphex
8465c47cd9
(Xbox 1) RMenu - menu title position is now correct
2013-11-18 18:09:27 +01:00
twinaphex
921d45decc
(Xbox 1) Build fix
2013-11-18 18:03:48 +01:00
twinaphex
905586ac54
(Xbox 1) Tweak image
2013-11-18 17:59:46 +01:00
twinaphex
84ff66e8dc
(Xbox 1/Menu) Simplify main-menu_480p.png - reduce entries height
2013-11-18 17:51:38 +01:00
twinaphex
677eb0f11b
(RMenu Disp) Change background
2013-11-18 17:43:03 +01:00
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