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

17 years agoAdd method to copy to vram and flip at the same time
nkeynes [Tue, 29 Aug 2006 08:11:56 +0000]  tree
Add method to copy to vram and flip at the same time
src/pvr2/pvr2.c


17 years agoFlush render buffer back to vram on read as well as write
nkeynes [Tue, 29 Aug 2006 08:09:51 +0000]  tree
Flush render buffer back to vram on read as well as write
src/sh4/sh4mem.c


17 years agoFix dumb mistake in the render config
nkeynes [Sat, 19 Aug 2006 01:51:16 +0000]  tree
Fix dumb mistake in the render config
test/testrend.c


17 years agoImplement pvr banking strategy wrt the polygon buffers
nkeynes [Fri, 18 Aug 2006 12:43:24 +0000]  tree
Implement pvr banking strategy wrt the polygon buffers
src/pvr2/rendcore.c
src/pvr2/tacore.c


17 years agoEnsure pvr2_ta_reset() is called on system reset
nkeynes [Fri, 18 Aug 2006 12:43:04 +0000]  tree
Ensure pvr2_ta_reset() is called on system reset
src/pvr2/pvr2.c


17 years agoInitial rendering tests (no support for result comparison yet)
nkeynes [Fri, 18 Aug 2006 09:33:19 +0000]  tree
Initial rendering tests (no support for result comparison yet)
test/Makefile
test/pvr.c
test/pvr.h
test/testrend.c


17 years agoAdd code to check for memory-wraparound on the vertex buffer (it doesn't)
nkeynes [Fri, 18 Aug 2006 09:32:32 +0000]  tree
Add code to check for memory-wraparound on the vertex buffer (it doesn't)
Add in-theory support for re-init (doesn't do anything)
Fix addresses of result and tilematrix
test/testta.c


17 years agoAdd high-memory tests
nkeynes [Fri, 18 Aug 2006 09:31:27 +0000]  tree
Add high-memory tests
test/testta4.data


17 years agoAdd float_read, float_write for fp registers
nkeynes [Fri, 18 Aug 2006 09:31:12 +0000]  tree
Add float_read, float_write for fp registers
test/lib.h


17 years agoImplement open/close dcload syscalls, change permission flag to "unsafe"
nkeynes [Mon, 07 Aug 2006 13:18:16 +0000]  tree
Implement open/close dcload syscalls, change permission flag to "unsafe"
src/dcload.c
src/main.c
src/syscall.h


.