twinaphex
374d9357d4
(PSP1) update icons
2014-08-19 16:09:21 +02:00
twinaphex
4a17a7b832
(GX) Build fix
2014-08-15 21:08:56 +02:00
aliaspider
5d3bd08b9d
(PSP) split up video frame in smaller tiles for faster rendering.
2014-07-16 06:10:23 +01:00
aliaspider
4ae95e98c8
(PSP) render frame dupes correctly when using hw_render.
2014-07-15 07:29:07 +01:00
aliaspider
b045a48025
(PSP) fix occasional screen flickering.
2014-07-15 06:54:45 +01:00
aliaspider
feb3aa53ad
(PSP) update video driver :
...
- start implementing user defined video settings. not all are working
correctly yet.
- avoid blocking on v-sync when a frame takes longer than a v-refresh
period to finish, this will prevent the framerate from dropping all the
way to 30fps when this happens.
2014-07-14 02:36:13 +01:00
aliaspider
ba7cefc529
(PSP) add BIG_STACK makefile option
...
fix overflow in VFPU resampler when input_frames is 0
add support for GU_PSM_5551 pixel format when using hardware rendering
2014-06-29 05:45:36 +01:00
twinaphex
f7e9f4774d
(Menu) Replace more rgui_ references
2014-06-10 02:21:49 +02:00
twinaphex
4a4822e187
(Menu) Replace more rgui_ references to menu_
2014-06-10 02:15:29 +02:00
aliaspider
b6cd57bc8a
(PSP) add icon/background to EBOOT.PBP
2014-06-06 03:05:15 +01:00
aliaspider
37878bd4ce
(PSP) implemented salamander and added support for switching between
...
cores.
2014-06-05 00:20:19 +01:00
aliaspider
b185fc3901
(PSP) add support for kernel-mode functions through a loadable module.
2014-06-04 01:35:26 +01:00
twinaphex
c020f362b6
Remove hacky restart function in video interface
2014-05-30 17:57:21 +02:00
twinaphex
d91cdaee37
(PSP1) Take out redundant memset in free function now that we free
...
video_data at the end
2014-05-29 22:55:18 +02:00
twinaphex
94fbb99410
(PSP1) Correct video_init function so that it is no longer reentrant
2014-05-29 22:51:52 +02:00
twinaphex
622ac28995
(PSP1) Free 'data' at end of free function
2014-05-29 22:49:53 +02:00
twinaphex
6bde636fac
(Console) Move audio drivers to audio/ directory
2014-05-13 17:09:17 +02:00
aliaspider
e060b67136
(PSP) some improvements to the video driver
...
add support for paletted frame texture in VRAM.
2014-03-17 00:22:13 +01:00
twinaphex
6a0b3418d1
(PSP1) Add __sceGuFinish_GU_DIRECT
2014-02-26 06:50:11 +01:00
twinaphex
60665b490c
(PSP1) Add WIP psp1_video_inl.h
2014-02-26 06:42:54 +01:00
aliaspider
9c8b91d3af
(PSP) video: RGB to BGR conversion and frame upload is now done entirely
...
by the GU. added usage of callable display lists.
2014-02-24 19:47:15 +01:00
aliaspider
92161fcb2c
(PSP) RGUI alpha blending now works.
...
small fix to audio driver.
2014-02-22 19:23:40 +01:00
Twinaphex
8295a173b8
Merge pull request #567 from aliaspider/master
...
audio + OSD text fixes.
2014-02-22 03:06:09 +01:00
aliaspider
6ea5afbd07
(PSP) fixes OSD text rendering glitches.
2014-02-22 02:59:50 +01:00
aliaspider
ea1c580839
(PSP) audio now plays correctly.
...
might experience minor latency change after fast forward.
2014-02-22 02:57:17 +01:00
Twinaphex
fb17ca5637
Merge pull request #565 from aliaspider/master
...
(PSP) improved audio driver. still lacks Synchronization.
2014-02-21 19:26:40 +01:00
aliaspider
f83f0d9e4f
(PSP) improved audio driver. still lacks Synchronization.
2014-02-21 19:24:46 +01:00
twinaphex
dbb3109105
(PSP2) add header
2014-02-20 20:01:33 +01:00
twinaphex
9f3a478326
(PSP2) Add psp2_video.c
2014-02-20 19:58:18 +01:00
aliaspider
bf3ad47cbe
(PSP) fix up RGUI colors.
2014-02-18 22:01:04 +01:00
aliaspider
ca40703f62
(PSP) rewrite video driver
2014-02-18 18:42:15 +01:00
twinaphex
8d7ce4bf96
(PSP) Refactor audio
2014-02-17 17:21:41 +01:00
twinaphex
cf8c4c43fa
(PSP) Style nits
2014-02-17 17:04:32 +01:00
aliaspider
0c6807cb3d
(PSP) cleaned up psp1_audio.c
2014-02-17 16:30:17 +01:00
aliaspider
650adef8da
(PSP) added audio support
2014-02-17 14:26:03 +01:00
twinaphex
6c23b9afe4
(PSP) Speed improvement to video driver
2014-02-17 12:29:47 +01:00
twinaphex
728af0a9d4
(PSP) RGUI works - not correct yet but workable
2014-02-17 00:17:44 +01:00
twinaphex
eda7b8a926
(PSP) Start implementing poke interface
2014-02-16 22:14:26 +01:00
twinaphex
ea692694c2
(PSP) Style nits
2014-02-16 21:56:37 +01:00
twinaphex
f7347b3fda
(PSP) Refactor init_texture / dehardcode pointer addresses
2014-02-16 21:40:06 +01:00
twinaphex
9f91426b68
(PSP) Refactor init_texture
2014-02-16 21:26:56 +01:00
aliaspider
170bcb967f
(PSP) added RGB to BGR color conversion in psp_frame
2014-02-16 20:52:14 +01:00
aliaspider
ffb0955f17
(PSP) improved screen blitting, using a fullscreen sprite instead of a
...
sceGuCopyImage.
2014-02-16 19:44:00 +01:00
twinaphex
9e295eccd4
(PSP) Check if input and input_data points to something in
...
graphics init function
2014-02-16 15:24:35 +01:00
twinaphex
429b3126cb
(PS) reinit_textures in init function
2014-02-13 10:41:05 +01:00
twinaphex
23ffadb770
(PSP) Set input driver during video init
2014-02-13 08:31:45 +01:00
twinaphex
b9596ab649
(PSP) Ifdef psp_video_restart with HAVE_MENU
2014-02-12 21:12:06 +01:00
twinaphex
3b515e9451
(PSP) Dehardcode pitch parameter to sceGuCopyImage
2014-02-12 19:43:02 +01:00
twinaphex
358df3dd99
(PSP) Gives video output now
2014-02-12 19:27:23 +01:00
twinaphex
d4f9c211ee
(PSP) Build fixes
2014-02-11 16:10:40 +01:00