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

17 years agoRefactor render buffer mgmt to pvr2mem.c
nkeynes [Tue, 23 Jan 2007 11:20:26 +0000]  tree
Refactor render buffer mgmt to pvr2mem.c
src/sh4/sh4mem.c


17 years agoRefactor render buffer read/write to pvr2mem.c
nkeynes [Tue, 23 Jan 2007 11:19:32 +0000]  tree
Refactor render buffer read/write to pvr2mem.c
Implement 4-bit indexed textures (tentatively)
Fix RGB24 support
src/pvr2/pvr2.h
src/pvr2/pvr2mem.c
src/pvr2/render.c
src/pvr2/texcache.c


17 years agoEnable twiddled YUV - no idea if it will actually work though
nkeynes [Tue, 23 Jan 2007 09:30:59 +0000]  tree
Enable twiddled YUV - no idea if it will actually work though
src/pvr2/texcache.c


17 years agoTweak mip-map support
nkeynes [Tue, 23 Jan 2007 08:18:05 +0000]  tree
Tweak mip-map support
src/pvr2/texcache.c


17 years agoSave/restore MMU state (specifically the OC cache ram) correctly
nkeynes [Tue, 23 Jan 2007 08:17:06 +0000]  tree
Save/restore MMU state (specifically the OC cache ram) correctly
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4mmio.c


17 years agoRefactor to use the detwiddle vram methods
nkeynes [Mon, 22 Jan 2007 21:26:39 +0000]  tree
Refactor to use the detwiddle vram methods
src/pvr2/texcache.c


17 years agoAdd methods to detwiddle directly out of vram64
nkeynes [Mon, 22 Jan 2007 11:45:37 +0000]  tree
Add methods to detwiddle directly out of vram64
src/pvr2/pvr2.h
src/pvr2/pvr2mem.c


17 years agoAdd method to dump vram to file in a form directly usable by testdata
nkeynes [Sun, 21 Jan 2007 11:29:17 +0000]  tree
Add method to dump vram to file in a form directly usable by testdata
src/pvr2/pvr2mem.c


17 years agoEnable blend by default - remove toggle on tex-alpha bit as its just plain
nkeynes [Sun, 21 Jan 2007 11:28:43 +0000]  tree
Enable blend by default - remove toggle on tex-alpha bit as its just plain
wrong
Implement UV clamping
src/pvr2/pvr2.h
src/pvr2/rendcore.c
src/pvr2/render.c


17 years agoAdd texture input data block
nkeynes [Sun, 21 Jan 2007 05:24:27 +0000]  tree
Add texture input data block
test/testrend.c


.