Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

17 years agoAdd yuv422 and save/load state routines
nkeynes [Tue, 16 Jan 2007 09:17:22 +0000]  tree
Add yuv422 and save/load state routines
src/pvr2/yuv.c


17 years agoCorrect declaration of pvr2_vram64_read_stride
nkeynes [Mon, 15 Jan 2007 12:58:05 +0000]  tree
Correct declaration of pvr2_vram64_read_stride
src/pvr2/pvr2.h


17 years agoTidy up pointer types
nkeynes [Mon, 15 Jan 2007 12:57:42 +0000]  tree
Tidy up pointer types
src/pvr2/texcache.c


17 years agoRemove extension fprintf (accidental commit)
nkeynes [Mon, 15 Jan 2007 12:57:12 +0000]  tree
Remove extension fprintf (accidental commit)
src/drivers/video_gl.c
src/drivers/video_x11.c


17 years agoFix output of yuv_decode() (yes, again...)
nkeynes [Mon, 15 Jan 2007 12:17:02 +0000]  tree
Fix output of yuv_decode() (yes, again...)
src/pvr2/texcache.c


17 years agoFix various stupid rendering bugs
nkeynes [Mon, 15 Jan 2007 10:41:30 +0000]  tree
Fix various stupid rendering bugs
test/testyuv.c


17 years agoOops, actually increment the source pointer in yuv_decode
nkeynes [Mon, 15 Jan 2007 10:37:02 +0000]  tree
Oops, actually increment the source pointer in yuv_decode
src/pvr2/texcache.c


17 years agoCut texture address down to 8Mb to prevent issues in texcache
nkeynes [Mon, 15 Jan 2007 10:11:13 +0000]  tree
Cut texture address down to 8Mb to prevent issues in texcache
src/pvr2/rendcore.c


17 years agoFix pvr2_vram64_write_stride
nkeynes [Mon, 15 Jan 2007 10:10:51 +0000]  tree
Fix pvr2_vram64_write_stride
src/pvr2/pvr2mem.c


17 years agoBreak vram routines out into pvr2mem.c
nkeynes [Mon, 15 Jan 2007 08:32:09 +0000]  tree
Break vram routines out into pvr2mem.c
Initial (untested) implementation of stride textures
Hookup YUV converter code in pvr2.c
src/Makefile.am
src/Makefile.in
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/pvr2mem.c
src/pvr2/texcache.c
src/pvr2/yuv.c


.