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

17 years agoLoad textures into the right region
nkeynes [Wed, 31 Jan 2007 11:02:50 +0000]  tree
Load textures into the right region
Allow setting the backplane control word from the test data
test/testrend.c


17 years agoAdd null checks for better error handling
nkeynes [Wed, 31 Jan 2007 11:01:58 +0000]  tree
Add null checks for better error handling
test/testdata.c


17 years agouse ide.c in testregs
nkeynes [Wed, 31 Jan 2007 11:01:36 +0000]  tree
use ide.c in testregs
test/Makefile


17 years agoEnsure ide is active before doing register tests on it
nkeynes [Wed, 31 Jan 2007 11:00:25 +0000]  tree
Ensure ide is active before doing register tests on it
test/testregs.c


17 years agoRefactor gdrom module to be more conducive to real device support
nkeynes [Wed, 31 Jan 2007 10:58:42 +0000]  tree
Refactor gdrom module to be more conducive to real device support
src/Makefile.am
src/Makefile.in
src/asic.c
src/gdrom/cdi.c
src/gdrom/gdimage.c
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/ide.h
src/gdrom/linux.c
...

17 years agoAdd better (ie fancier) debug-print functions
nkeynes [Wed, 31 Jan 2007 10:32:25 +0000]  tree
Add better (ie fancier) debug-print functions
src/pvr2/rendcore.c


17 years agoFix sprites not setting clip mode
nkeynes [Wed, 31 Jan 2007 10:31:53 +0000]  tree
Fix sprites not setting clip mode
Fix clip-inside vertical size
src/pvr2/tacore.c


17 years agoChange to use common render_unpack_vertexes
nkeynes [Mon, 29 Jan 2007 11:25:40 +0000]  tree
Change to use common render_unpack_vertexes
Parse the mode word in more detail
src/pvr2/rendbkg.c


17 years agoGet render size from the tile segment array
nkeynes [Mon, 29 Jan 2007 11:24:44 +0000]  tree
Get render size from the tile segment array
Set near clip to just 0 rather than scanning the scene
Fixup modulate RGB to force fragment alpha to 1.0
Add some debugging fprintfs
src/pvr2/pvr2.h
src/pvr2/rendcore.c
src/pvr2/render.c


17 years agoInvalidate palette textures when the palette changes (fixes a few texture
nkeynes [Sun, 28 Jan 2007 11:36:00 +0000]  tree
Invalidate palette textures when the palette changes (fixes a few texture
bugs)
Fix odd/even selection in pvr2_display_frame
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/render.c
src/pvr2/texcache.c


.