Henrik Rydgard
|
724a600381
|
Buildfix android, misc other fixes, some include cleanup
|
2013-03-29 20:55:32 +01:00 |
|
Henrik Rydgard
|
949cb2f9eb
|
win32-gl-ui: Debugger kinda works again
|
2013-03-29 19:52:47 +01:00 |
|
Henrik Rydgard
|
32a599c957
|
Win32 gl ui: Fixes and tweaks.
|
2013-03-29 19:32:20 +01:00 |
|
Henrik Rydgard
|
84fd5781de
|
GL UI in Win32: Some basics work.
|
2013-03-29 18:50:08 +01:00 |
|
Henrik Rydgard
|
34c0c204bc
|
Simple tilt controls (horizontal axis only, good for racing games)
|
2013-03-10 13:22:38 +01:00 |
|
Henrik Rydgard
|
57d4544ef4
|
Basic testrunner for Android.
Running it as-is reveals that clo and rotrv are broken in ARMJIT.
|
2013-03-07 00:10:53 +01:00 |
|
Henrik Rydgard
|
f8058e4bae
|
Disable warning for bad prefix as it floods in Wipeout Pulse. Cleanups.
|
2013-02-19 00:45:25 +01:00 |
|
Henrik Rydgard
|
37f998407b
|
Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it).
Delete "Slightly Faster Interpreter".
|
2013-02-16 09:49:33 +01:00 |
|
Henrik Rydgard
|
8ce9ce10bf
|
Merge branch 'master' into armjit
Conflicts:
Common/ArmEmitter.h
Common/CPUDetect.cpp
|
2013-01-14 20:46:17 +01:00 |
|
Henrik Rydgard
|
7d1ddced9f
|
Only unbind FBOs if they're being used.
|
2013-01-14 20:44:11 +01:00 |
|
Henrik Rydgard
|
7390f2b5f6
|
Some realtime profiling stuff. Enable FZ (flush-to-zero) mode.
|
2013-01-11 00:13:39 +01:00 |
|
Henrik Rydgard
|
2835a42289
|
Merge branch 'master' into armjit
|
2013-01-10 23:52:11 +01:00 |
|
Henrik Rydgard
|
ca0d74762d
|
Some realtime profiling stuff. Enable FZ (flush-to-zero) mode.
|
2013-01-10 23:49:33 +01:00 |
|
Henrik Rydgard
|
5a7f4acc06
|
More armjit work
|
2013-01-08 00:26:42 +01:00 |
|
Unknown W. Brackets
|
cf1295e95f
|
Enable fake mpeg mode by default.
Note: loaded save states will have it off. No UI yet.
|
2013-01-06 19:55:04 -08:00 |
|
Henrik Rydgard
|
9363a867e2
|
Add glViewport to cached gl state. Add a couple of missing VFPU ops.
|
2013-01-06 23:23:36 +01:00 |
|
Henrik Rydgard
|
a9c171c786
|
Fix bAutoRun config option, add to menu. (Run on Load).
|
2013-01-04 10:26:14 +01:00 |
|
Henrik Rydgard
|
e3ee83c6a6
|
Add option for 2x buffered rendering on Android.
|
2013-01-03 12:04:00 +01:00 |
|
Henrik Rydgård
|
9fe6dcb863
|
Non-windows button mapping tweaks
|
2012-12-26 08:51:03 +01:00 |
|
Henrik Rydgård
|
d95dbca9be
|
Cleanup GPU init/shutdown a bit
|
2012-12-25 22:42:19 +01:00 |
|
Henrik Rydgard
|
f5efd6f2b1
|
JIT: add option to enable/disable jit of memory instructions. for crash safety.
|
2012-12-21 16:50:13 +01:00 |
|
Henrik Rydgård
|
700921deb3
|
Fix rendering on MacOSX (shader compiler very fussy...). Minor prep for hw transform.
|
2012-12-05 10:55:06 +07:00 |
|
Henrik Rydgård
|
364a78edaf
|
Add option to show/hide touch controls
|
2012-12-01 23:20:08 +01:00 |
|
Sacha
|
3c903dda24
|
Improve portability to future platforms. Make use of new USING_GLES2 define throughout PPSSPP. Also use ARM definition where suitable. Remove some redundancy with includes.
|
2012-11-26 13:25:14 +10:00 |
|
Henrik Rydgard
|
4b67f22072
|
Fixes to usage of gl state stuff
|
2012-11-25 17:21:23 +01:00 |
|
Henrik Rydgard
|
a97f66766d
|
Add "slightly faster interpreter", optimizing the most common instrs. Not as helpful as I thought it would be on Android, really need a proper JIT.
|
2012-11-23 12:42:35 +01:00 |
|
Henrik Rydgård
|
2a56d36b12
|
glViewport calls need to be in pixel coordinates.
|
2012-11-20 16:48:24 +01:00 |
|
Henrik Rydgard
|
4b87da74cb
|
windows gui option for buffered rendering. Misc fixes, prettier checkbox on android.
|
2012-11-20 11:35:48 +01:00 |
|
Henrik Rydgard
|
8b67975a47
|
GL: Framebuffer management using FBOs. Fixes flicker in Lumines and many others.
|
2012-11-19 23:29:14 +01:00 |
|
Henrik Rydgard
|
91e1cce17e
|
Some reorg in preparation for FBO work
|
2012-11-19 21:23:29 +01:00 |
|
Henrik Rydgård
|
14a59fdc75
|
Found a better way to do the previous change. Allow JIT on mac/linux.
|
2012-11-19 14:51:47 +01:00 |
|
Henrik Rydgård
|
fb25b7405c
|
Synchronize the mainloop to the display end-of-frame on nonWindows
platforms.
|
2012-11-19 14:16:37 +01:00 |
|
Sacha
|
27ea6823c7
|
Blackberry 10 fully supported with working video, input and sound on Playbook, Dev Alpha and beyond.
Video: http://www.youtube.com/watch?v=CdUL1DalYrw
|
2012-11-08 03:22:10 +10:00 |
|
Henrik Rydgard
|
64cc573703
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
|
Henrik Rydgard
|
4f7ad15758
|
Add snapshot of the whole source code.
|
2012-11-01 16:19:01 +01:00 |
|