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

17 years agoAdd error lines to tests with incomplete polys
nkeynes [Sat, 05 Aug 2006 00:18:21 +0000]  tree
Add error lines to tests with incomplete polys
Split clip tests to separate data file
Add tests for cmd bit 23 ("use list size field")
test/testta.data
test/testta2.data
test/testta5.data
test/testta6.data


17 years agoAdd an input error event when terminating a list while there's an active
nkeynes [Sat, 05 Aug 2006 00:02:41 +0000]  tree
Add an input error event when terminating a list while there's an active
vertex list.
src/pvr2/tacore.c


17 years agoAdd more tile list limit tests
nkeynes [Fri, 04 Aug 2006 01:38:30 +0000]  tree
Add more tile list limit tests
Implement tile list limits in the ta core.
Rename TA_TILEEND to TA_LISTEND
src/pvr2/pvr2.c
src/pvr2/pvr2mmio.h
src/pvr2/tacore.c
test/asic.c
test/asic.h
test/testta.c
test/testta4.data
test/testta5.data


17 years agoAdd exact qNan test
nkeynes [Fri, 04 Aug 2006 01:36:23 +0000]  tree
Add exact qNan test
test/testmath.c


17 years agoAdd more register masks (in line with test case)
nkeynes [Wed, 02 Aug 2006 06:24:08 +0000]  tree
Add more register masks (in line with test case)
Rename renderer registers for consistency
src/pvr2/pvr2.c
src/pvr2/pvr2mmio.h
src/pvr2/rendcore.c
src/pvr2/render.c
src/pvr2/texcache.c


17 years agoAdd many more TA test cases (a couple of corner cases aren't 100% correct
nkeynes [Wed, 02 Aug 2006 04:13:15 +0000]  tree
Add many more TA test cases (a couple of corner cases aren't 100% correct
yet, TBA)
Add new test "testregs" to check register masks (currently just PVR registers)
test/Makefile
test/dmac.c
test/lib.c
test/lib.h
test/pvr.c
test/pvr.h
test/testdata.c
test/testdata.h
test/testregs.c
test/testta.c
...

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


.