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

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
...

17 years agoFix start/stop timing
nkeynes [Sat, 06 Jan 2007 04:05:32 +0000]  tree
Fix start/stop timing
src/sh4/timer.c


17 years agoExtract test runner from testide into the generic testdata.c
nkeynes [Wed, 03 Jan 2007 09:05:13 +0000]  tree
Extract test runner from testide into the generic testdata.c
Add initial display tests (PAL timings)
test/Makefile
test/testdata.c
test/testdata.h
test/testdisp.c
test/testide.c


17 years agoFix to actually work (need the write read/write sizes)
nkeynes [Wed, 03 Jan 2007 09:03:50 +0000]  tree
Fix to actually work (need the write read/write sizes)
Implement the microsecond conversion function
test/timer.c
test/timer.h


.