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

17 years agoFix scheduling of scanlines between even and odd frames
nkeynes [Thu, 11 Jan 2007 12:14:57 +0000]  tree
Fix scheduling of scanlines between even and odd frames
src/pvr2/pvr2.c


17 years agoAlways return TRUE at end of execute instruction (oops)
nkeynes [Thu, 11 Jan 2007 12:14:11 +0000]  tree
Always return TRUE at end of execute instruction (oops)
src/sh4/sh4core.c


17 years agoFix hsync timing checks
nkeynes [Thu, 11 Jan 2007 06:53:31 +0000]  tree
Fix hsync timing checks
Add timer_init and timer_run to preset the timer ahead of time
test/testdisp.c
test/timer.c


17 years agoAllow keyspecs to consist of a comma-separated list of keysyms
nkeynes [Thu, 11 Jan 2007 06:51:52 +0000]  tree
Allow keyspecs to consist of a comma-separated list of keysyms
src/display.c


17 years agoFix crash in texcache_evict
nkeynes [Thu, 11 Jan 2007 06:51:11 +0000]  tree
Fix crash in texcache_evict
Fix crash decoding small VQ textures
Implement mip-mapped textures of all types
src/pvr2/texcache.c


17 years agoDouble hsync width (as per hw)
nkeynes [Thu, 11 Jan 2007 06:50:11 +0000]  tree
Double hsync width (as per hw)
Add temporary debug statements on the YUV registers
Fix sync status on the back porch
src/pvr2/pvr2.c


17 years agoFix last tile not actually being rendered
nkeynes [Wed, 10 Jan 2007 08:38:02 +0000]  tree
Fix last tile not actually being rendered
src/pvr2/rendcore.c


17 years agoAdd test for NTSC timing, retrace/scanline events
nkeynes [Sat, 06 Jan 2007 04:08:11 +0000]  tree
Add test for NTSC timing, retrace/scanline events
test/testdisp.c


17 years agoRemove increment that shouldn't have been there
nkeynes [Sat, 06 Jan 2007 04:07:43 +0000]  tree
Remove increment that shouldn't have been there
test/testdata.c


17 years agoImplement event queue.
nkeynes [Sat, 06 Jan 2007 04:06:36 +0000]  tree
Implement event queue.
Fix pvr2 timing (yes, again).
src/Makefile.am
src/Makefile.in
src/asic.h
src/clock.h
src/dream.h
src/dreamcast.c
src/eventq.c
src/eventq.h
src/pvr2/pvr2.c
src/sh4/intc.c
...

.