twinaphex
|
2e988a61d9
|
(Android) Same for Android - remove gfx_ctx_clear
|
2012-12-18 09:18:22 +01:00 |
|
twinaphex
|
ddc94054cb
|
Get rid of RMenu context clear function
|
2012-12-18 09:17:40 +01:00 |
|
twinaphex
|
74ae6ecf57
|
(Android) Better deinit - will now deinit RetroArch and save game
RAM if you forcibly stop RetroArch
|
2012-12-17 18:45:26 +01:00 |
|
twinaphex
|
cd1ddbb9c7
|
(Android) Better restore state functionality
|
2012-12-17 17:58:08 +01:00 |
|
twinaphex
|
dca1175854
|
(Android) Add performance counters for input poll
|
2012-12-16 17:13:49 +01:00 |
|
twinaphex
|
3c5b7ba08e
|
(Android) Call ALooper_pollOnce for command event queue once per frame -
seems to be enough
|
2012-12-16 05:52:39 +01:00 |
|
twinaphex
|
cf539edf91
|
(Android) android_input_poll now only reads and processes input
events - check_window polls for system messages once
|
2012-12-16 02:04:13 +01:00 |
|
twinaphex
|
dacab094f0
|
(RMenu) menu_loop renamed into rmenu_iterate - iterates menu code for one frame
|
2012-12-15 16:40:02 +01:00 |
|
Themaister
|
30fc796061
|
Grab Key events in X/EGL as well.
|
2012-12-15 12:00:57 +01:00 |
|
twinaphex
|
799a9c35fb
|
gfx_common.c - make gfx_get_fps into the main public function -
and remove the two public wrapper functions
|
2012-12-15 07:03:33 +01:00 |
|
twinaphex
|
566296068a
|
(Xbox 1) Fix build
|
2012-12-15 03:59:31 +01:00 |
|
twinaphex
|
4864adc7b1
|
(XDK) Rewrote Xbox font code
|
2012-12-15 03:35:04 +01:00 |
|
twinaphex
|
d2683cc02a
|
(Android) Fix build
|
2012-12-15 02:59:35 +01:00 |
|
twinaphex
|
a7a901962f
|
(PS3) Works again on PS3
|
2012-12-15 00:17:43 +01:00 |
|
twinaphex
|
dbb962e946
|
Streamline frame_count usage
(Android/Griffin) Fix build
|
2012-12-14 20:33:36 +01:00 |
|
twinaphex
|
e1918b2ba6
|
(Android) Rename g_android.input_state to g_extern.lifecycle_state
- intend to use this for RMenu as well
|
2012-12-14 02:06:14 +01:00 |
|
twinaphex
|
66180308e4
|
(Android) Remove android_get_sdk_version and change RMenu
mountpoints
|
2012-12-14 01:44:59 +01:00 |
|
twinaphex
|
707bcd483f
|
(Android) Some patches for RMenu compatibility
|
2012-12-14 01:29:01 +01:00 |
|
twinaphex
|
5421fb8269
|
(Android) PERF_TEST no longer default
|
2012-12-13 23:09:28 +01:00 |
|
Themaister
|
81e7ffe9a5
|
Don't use a particular bit depth in KMS.
|
2012-12-13 10:35:17 +01:00 |
|
notaz
|
d33cfef8bd
|
Don't restrict EGL color component sizes.
This makes SGX530 work when using 16bpp framebuffer.
|
2012-12-13 01:00:50 +02:00 |
|
notaz
|
7237abcff2
|
Report EGL errors.
Fix a few warnings along the way.
|
2012-12-11 02:43:29 +02:00 |
|
Themaister
|
671697a211
|
Move X11 keyboard event to x11_common.
TODO: Add to xegl and xvideo.
|
2012-12-08 13:35:07 +01:00 |
|
Themaister
|
5185524b46
|
Use common code for handling keysym translations.
|
2012-12-08 13:26:10 +01:00 |
|
Themaister
|
6709dcb274
|
Use XLookupKeysym instead. Add test.
XKeycodeToKeysym is deprecated.
|
2012-12-08 12:51:04 +01:00 |
|
Hans-Kristian Arntzen
|
3c5aec41a1
|
Merge pull request #72 from meancoot/master
Allow libretro core to receive keyboard input using events rather than polling.
|
2012-12-08 03:29:03 -08:00 |
|
meancoot
|
d236863d05
|
(Key Events) Sloppy, ascii only, X11 version.
|
2012-12-07 18:45:50 -05:00 |
|
meancoot
|
be1fdd419b
|
(Key Events) Add modifier flag argument; plus cleanup.
|
2012-12-07 03:18:18 -05:00 |
|
twinaphex
|
44b2343a9b
|
(Android) Move back to old reinit video context - meancoot - test
if this works for you
|
2012-12-05 19:53:57 +01:00 |
|
twinaphex
|
aab0ed8fce
|
(Android) Refactor check_window - store AConfiguration_getOrientation
return value in local variable and reuse this value from there
|
2012-12-05 06:43:00 +01:00 |
|
twinaphex
|
f81ee3be30
|
(Android) Refactor context restore and video orientation change
code - context restore only needs to restore video and not all
drivers
|
2012-12-05 06:31:24 +01:00 |
|
twinaphex
|
0dce6a6db6
|
(Android) Move video reinit code to EGL check_window function -
now properly resizes video after orientation change and restores
video context after minimizing and restoring
|
2012-12-05 06:17:45 +01:00 |
|
meancoot
|
e60bb1d168
|
Add RETRO_ENVIRONMENT_SET_KEYBOARD_CALLBACK. An interface for allowing keyboard event data to be sent to the core.
|
2012-11-25 20:23:31 -05:00 |
|
twinaphex
|
51f51d4a65
|
(XDK) Remove force_16bit
|
2012-11-20 23:54:35 +01:00 |
|
Themaister
|
28bb46483c
|
Drop video_force_16bit.
This option is silly now.
|
2012-11-20 23:23:18 +01:00 |
|
twinaphex
|
881e440ea6
|
(360) Add some FBO reiniting logic
|
2012-11-20 15:44:44 +01:00 |
|
twinaphex
|
eaf5041cd8
|
(Xbox 1) Build fixes
|
2012-11-20 06:39:35 +01:00 |
|
twinaphex
|
28c39a5beb
|
(XDK) Fixed viewport settings
|
2012-11-20 06:08:58 +01:00 |
|
twinaphex
|
1f74056286
|
(Xbox 1) Build fixes
|
2012-11-20 03:19:00 +01:00 |
|
twinaphex
|
a8b3d23184
|
(XDK D3D) Reinits textures now
|
2012-11-20 02:51:00 +01:00 |
|
twinaphex
|
9570e39744
|
(XDK D3D) Cleanups
|
2012-11-20 02:03:26 +01:00 |
|
twinaphex
|
cfc2fac31a
|
(XDK D3D) Split up device creation code to context file
|
2012-11-20 01:55:16 +01:00 |
|
twinaphex
|
5976f4c7b1
|
(XDK D3D) Split off texture init into separate function
|
2012-11-19 23:30:32 +01:00 |
|
twinaphex
|
ba2de00c8d
|
(XDK) Replace hardcoded 512 values with tex_w/tex_h
|
2012-11-19 19:57:25 +01:00 |
|
twinaphex
|
05b552e5a4
|
(Xbox 1) Build fixes
|
2012-11-19 05:00:38 +01:00 |
|
twinaphex
|
52f52bc253
|
(360) Build fixes
|
2012-11-19 04:46:48 +01:00 |
|
twinaphex
|
f0ebecfc32
|
(RMenu) Remove RMenu context files and use Gfx context files
instead
|
2012-11-19 04:09:16 +01:00 |
|
twinaphex
|
3bdfb3a011
|
(PS3/XDK) Get rid of redundant apply_fbo_state_changes function
|
2012-11-19 00:01:55 +01:00 |
|
Themaister
|
51f6cabc5f
|
Drop redundant functions in ps3 ctx.
|
2012-11-18 23:33:14 +01:00 |
|
twinaphex
|
d0be74d2e7
|
(PS3) Changing orientation and aspect ratio now no longer affects
the menu image
|
2012-11-18 23:29:27 +01:00 |
|