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

17 years agoCommit BF tests and initial exception handler
nkeynes [Mon, 25 Sep 2006 11:13:56 +0000]  tree
Commit BF tests and initial exception handler
test/Makefile
test/interrupt.s
test/sh4/andi.s
test/sh4/bf.s
test/sh4/inc.s
test/sh4/testsh4.c


17 years agoCommit implementation of ADDV
nkeynes [Sat, 23 Sep 2006 11:38:41 +0000]  tree
Commit implementation of ADDV
src/sh4/sh4core.c


17 years agoSH4 tests: Add tests for addc, addv, and
nkeynes [Sat, 23 Sep 2006 10:35:29 +0000]  tree
SH4 tests: Add tests for addc, addv, and
test/Makefile
test/sh4/add.s
test/sh4/addc.s
test/sh4/addv.s
test/sh4/and.s
test/sh4/andi.s
test/sh4/inc.s
test/sh4/testsh4.c


17 years agoCommit start of SH4 test cases
nkeynes [Wed, 20 Sep 2006 09:52:32 +0000]  tree
Commit start of SH4 test cases
test/Makefile
test/sh4/README
test/sh4/add.s
test/sh4/testsh4.c
test/timer.c
test/timer.h


17 years agoBug #0002 Implement VQ compression
nkeynes [Tue, 12 Sep 2006 13:33:18 +0000]  tree
Bug #0002 Implement VQ compression
Implemented based on KOS code.
src/pvr2/texcache.c


17 years agoRemove obsolete fprintf debug lines
nkeynes [Tue, 12 Sep 2006 12:16:36 +0000]  tree
Remove obsolete fprintf debug lines
src/pvr2/rendbkg.c
src/pvr2/rendcore.c


17 years agoBug #0005 Implement translucent poly sorting
nkeynes [Tue, 12 Sep 2006 11:54:19 +0000]  tree
Bug #0005 Implement translucent poly sorting
Implement quick-and-dirty sorting based on min-z. It's not remotely complete
but damn that looks so much better ^_^
src/Makefile.am
src/Makefile.in
src/pvr2/pvr2.h
src/pvr2/rendcore.c
src/pvr2/render.c
src/pvr2/rendsort.c


17 years agoBug #0010
nkeynes [Tue, 12 Sep 2006 08:38:38 +0000]  tree
Bug #0010
Move polygon macros to pvr2.h
Implement background rendering more fully
src/pvr2/pvr2.h
src/pvr2/rendbkg.c
src/pvr2/rendcore.c
src/pvr2/render.c


17 years agoAdd fwrite_dump32v support method to util
nkeynes [Tue, 12 Sep 2006 08:36:09 +0000]  tree
Add fwrite_dump32v support method to util
src/dream.h
src/util.c


17 years agoInitial implementation of new background support
nkeynes [Tue, 29 Aug 2006 08:12:13 +0000]  tree
Initial implementation of new background support
src/Makefile.am
src/Makefile.in
src/pvr2/pvr2.h
src/pvr2/rendbkg.c
src/pvr2/render.c


.