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

17 years agoUpdate release notes for M2 release
nkeynes [Sun, 11 Feb 2007 10:15:23 +0000]  tree
Update release notes for M2 release
RELEASE_NOTES
STATUS


17 years agoBug 19: Read real drive status, detect media change to reload toc
nkeynes [Sun, 11 Feb 2007 10:11:05 +0000]  tree
Bug 19: Read real drive status, detect media change to reload toc
src/gdrom/linux.c


17 years agoBug 27: Implement opengl framebuffer objects
nkeynes [Sun, 11 Feb 2007 10:09:32 +0000]  tree
Bug 27: Implement opengl framebuffer objects
Rewrite much of the final video output stage. Now uses generic "render
buffers", implemented on GL using framebuffer objects + textures.
src/Makefile.am
src/Makefile.in
src/display.c
src/display.h
src/drivers/gl_common.c
src/drivers/gl_common.h
src/drivers/gl_fbo.c
src/drivers/video_gl.c
src/drivers/video_gl.h
src/drivers/video_gtk.c
...

17 years agoFix debug output of polygons with modifier volume
nkeynes [Tue, 06 Feb 2007 07:59:06 +0000]  tree
Fix debug output of polygons with modifier volume
src/pvr2/rendcore.c


17 years agoFix cut-n-paste error in V-clamp
nkeynes [Tue, 06 Feb 2007 07:57:57 +0000]  tree
Fix cut-n-paste error in V-clamp
src/pvr2/rendcore.c


17 years agoFix compressed mipmap textures (byte count was wrong)
nkeynes [Mon, 05 Feb 2007 08:52:59 +0000]  tree
Fix compressed mipmap textures (byte count was wrong)
Change internal gl format to the simple versions - let the implementation
use whatever's most efficient
src/pvr2/texcache.c


17 years agoMipmapped flag is only valid for twiddled textures
nkeynes [Mon, 05 Feb 2007 08:51:34 +0000]  tree
Mipmapped flag is only valid for twiddled textures
src/pvr2/pvr2.h


17 years agoFix handling of (some?) v3.0 cdi files
nkeynes [Sun, 04 Feb 2007 11:30:41 +0000]  tree
Fix handling of (some?) v3.0 cdi files
src/gdrom/cdi.c


17 years agoLoad textures into the right region
nkeynes [Wed, 31 Jan 2007 11:02:50 +0000]  tree
Load textures into the right region
Allow setting the backplane control word from the test data
test/testrend.c


17 years agoAdd null checks for better error handling
nkeynes [Wed, 31 Jan 2007 11:01:58 +0000]  tree
Add null checks for better error handling
test/testdata.c


.