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

15 years agoFix texcache_init failing to clear texture_addr to -1
nkeynes [Mon, 20 Oct 2008 05:08:31 +0000]  tree
Fix texcache_init failing to clear texture_addr to -1
Replace direct references to PVR2 registers with a texcache_set_config() function called from glrender.c.
This also now actually does invalidation when palette mode or stride changes as well.
src/pvr2/glrender.c
src/pvr2/pvr2.h
src/pvr2/texcache.c


15 years agoOSX: Add preferences toolbar item to main window
nkeynes [Mon, 20 Oct 2008 05:01:39 +0000]  tree
OSX: Add preferences toolbar item to main window
pixmaps/tb-preferences.png
src/cocoaui/cocoa_win.c


15 years agoRepair unit test compilation
nkeynes [Mon, 20 Oct 2008 03:15:08 +0000]  tree
Repair unit test compilation
src/test/testsh4x86.c


15 years agoRe-add the word of padding in sh4r for 64-bit alignment purposes
nkeynes [Sun, 19 Oct 2008 11:52:37 +0000]  tree
Re-add the word of padding in sh4r for 64-bit alignment purposes
src/dreamcast.h
src/sh4/sh4.h


15 years agoBump version number up to 0.9 for release prep
nkeynes [Sun, 19 Oct 2008 11:07:10 +0000]  tree
Bump version number up to 0.9 for release prep
configure
configure.in


15 years agoRefresh DC config when path properties change
nkeynes [Sun, 19 Oct 2008 10:55:53 +0000]  tree
Refresh DC config when path properties change
src/cocoaui/cocoa_path.c


15 years agoincrease start threshold to the full buffer size (sounds a bit better)
nkeynes [Sun, 19 Oct 2008 06:34:27 +0000]  tree
increase start threshold to the full buffer size (sounds a bit better)
src/drivers/audio_alsa.c


15 years agoFix corner flag case with conditional delayed branches
nkeynes [Sun, 19 Oct 2008 05:42:05 +0000]  tree
Fix corner flag case with conditional delayed branches
src/sh4/sh4x86.in


15 years agoRemove unused fields from vertex_struct
nkeynes [Sun, 19 Oct 2008 05:09:31 +0000]  tree
Remove unused fields from vertex_struct
src/pvr2/scene.h


15 years agoFix bound check on number of framebuffers allocated
nkeynes [Thu, 16 Oct 2008 12:06:24 +0000]  tree
Fix bound check on number of framebuffers allocated
Fix repurposing framebuffers to clear out previous attachments to prevent
dimension erros.
src/drivers/gl_fbo.c


.