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

18 years agoMove state into pvr2_state structure for ease of save/load
nkeynes [Thu, 30 Mar 2006 11:31:05 +0000]  tree
Move state into pvr2_state structure for ease of save/load
src/gui/debug_win.c


18 years agoUnfubar the pvr event generation
nkeynes [Thu, 30 Mar 2006 11:30:59 +0000]  tree
Unfubar the pvr event generation
Move state into pvr2_state structure for ease of save/load
src/pvr2/pvr2.c
src/pvr2/pvr2.h


18 years agoDifferentiate between flat + gouraud shaded polys - use colour of first vertex only
nkeynes [Thu, 30 Mar 2006 11:29:54 +0000]  tree
Differentiate between flat + gouraud shaded polys - use colour of first vertex only
Remove vertex count checks - doesn't seem to be correct anyway.
Add check for unrecognized command codes
other minor tweaks
src/pvr2/render.c


18 years agoAdd basic AICA RTC implementation
nkeynes [Thu, 30 Mar 2006 11:27:11 +0000]  tree
Add basic AICA RTC implementation
src/aica/aica.c
src/aica/aica.h


18 years agoTreat the 0x11000000 region as write-only texture ram (appears to be correct)
nkeynes [Thu, 30 Mar 2006 11:26:45 +0000]  tree
Treat the 0x11000000 region as write-only texture ram (appears to be correct)
src/sh4/sh4mem.c


18 years agoFix up remaining (implemented) texture modes
nkeynes [Thu, 30 Mar 2006 11:25:42 +0000]  tree
Fix up remaining (implemented) texture modes
src/pvr2/texcache.c


18 years agoAdd initial backplane support
nkeynes [Thu, 23 Mar 2006 13:19:55 +0000]  tree
Add initial backplane support
Turn GL_BLEND on for translucent polys
src/pvr2/pvr2mmio.h
src/pvr2/render.c


18 years agoAdd a vram dump function for debugging purposes
nkeynes [Thu, 23 Mar 2006 13:19:15 +0000]  tree
Add a vram dump function for debugging purposes
src/pvr2/pvr2.c
src/pvr2/pvr2.h


18 years agoAdd correct support for ARGB4444 direct colour
nkeynes [Thu, 23 Mar 2006 13:18:51 +0000]  tree
Add correct support for ARGB4444 direct colour
src/pvr2/texcache.c


18 years agoRename IDE DMA registers appropriately
nkeynes [Wed, 22 Mar 2006 14:29:02 +0000]  tree
Rename IDE DMA registers appropriately
Remove forced irq hack
Add correct irq handling for IDE
Miscellaneous WIP for the GD-rom drive
src/asic.c
src/asic.h
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/ide.h


.