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

17 years agoIssue 0003: TA Vertex compiler
nkeynes [Wed, 02 Aug 2006 04:06:45 +0000]  tree
Issue 0003: TA Vertex compiler
Initial implementation of the TA.
Renderer hooked up to the TA "properly" now as well
src/Makefile.am
src/Makefile.in
src/asic.h
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/pvr2mmio.h
src/pvr2/rendcore.c
src/pvr2/render.c
src/pvr2/ta.c
src/pvr2/tacore.c


17 years agoRemove no-longer-needed logging
nkeynes [Tue, 01 Aug 2006 21:56:48 +0000]  tree
Remove no-longer-needed logging
src/asic.c


17 years agoAdd fwrite_dump32 function to write out 32-bit hex words
nkeynes [Tue, 01 Aug 2006 21:55:38 +0000]  tree
Add fwrite_dump32 function to write out 32-bit hex words
src/util.c


17 years agoClear PVR DMA control + size to 0 following transfer (as per hardware)
nkeynes [Tue, 11 Jul 2006 21:51:03 +0000]  tree
Clear PVR DMA control + size to 0 following transfer (as per hardware)
src/asic.c


17 years agoFirst commit of system test framework. 3 initial test cases (incomplete):
nkeynes [Tue, 11 Jul 2006 01:35:27 +0000]  tree
First commit of system test framework. 3 initial test cases (incomplete):
testide, testmath, and testta
test/Makefile
test/README
test/asic.c
test/asic.h
test/bin2c.c
test/crt0.s
test/dc.x
test/dma.h
test/dmac.c
test/ide.c
...

17 years agoAdd ta allocation failure event ids
nkeynes [Sun, 09 Jul 2006 23:06:58 +0000]  tree
Add ta allocation failure event ids
Name port 005F6884 based on KOS info
src/asic.h


17 years agoUse r5 for the exit value, not r4 (that was dumb...)
nkeynes [Thu, 06 Jul 2006 22:44:39 +0000]  tree
Use r5 for the exit value, not r4 (that was dumb...)
src/dcload.c


17 years agoAdd -q command line argument to allow dcload_exit() to actually exit lxdream
nkeynes [Thu, 06 Jul 2006 08:47:33 +0000]  tree
Add -q command line argument to allow dcload_exit() to actually exit lxdream
altogether (useful for test cases)
src/dcload.c
src/main.c
src/syscall.h


17 years agoFSCA, FSRRA, FIPR, FTRV should be treated as no-ops when PR=1.
nkeynes [Thu, 06 Jul 2006 08:46:41 +0000]  tree
FSCA, FSRRA, FIPR, FTRV should be treated as no-ops when PR=1.
At least according to the hardware
src/sh4/sh4core.c


17 years agoMerge changes made on the MILESTONE1 branch back into head (mostly
nkeynes [Sun, 02 Jul 2006 04:59:00 +0000]  tree
Merge changes made on the MILESTONE1 branch back into head (mostly
release touchups)
Makefile.am
Makefile.in
aclocal.m4
configure
configure.in
dream.glade
src/Makefile.am
src/Makefile.in
src/dream.h
src/dreamcast.c
...

.