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

13 years agoAdd default read/write burst methods for IO regions. (There's almost
nkeynes [Mon, 14 Feb 2011 08:12:41 +1000]  tree
Add default read/write burst methods for IO regions. (There's almost
certainly a bug somewhere if these are actually invoked, but try to do the
right thing anyway rather than crashing)
src/mem.c


13 years agoPerform the sanity checks for FBOs and shaders up front rather than on every
nkeynes [Fri, 28 Jan 2011 16:14:57 +1000]  tree
Perform the sanity checks for FBOs and shaders up front rather than on every
use, and remove surplus glGetError() calls
src/drivers/gl_fbo.c
src/pvr2/gl_sl.c


13 years agoInclude texture residency information in texcache_dump() output
nkeynes [Fri, 28 Jan 2011 15:58:34 +1000]  tree
Include texture residency information in texcache_dump() output
src/pvr2/texcache.c


13 years agoMark the NV vertex range functions as weak (to keep things working on
nkeynes [Sat, 22 Jan 2011 06:07:17 +1000]  tree
Mark the NV vertex range functions as weak (to keep things working on
drivers that don't provide the entry points)
Set the fence at the start (really just to prevent an error the first time
around)
src/drivers/gl_vbo.c


13 years agoUpdate release notes for 0.9.2
nkeynes [Fri, 21 Jan 2011 06:41:34 +1000]  tree
Update release notes for 0.9.2
RELEASE_NOTES


13 years agoFix distcheck
nkeynes [Fri, 21 Jan 2011 06:40:05 +1000]  tree
Fix distcheck
Makefile.in
po/POTFILES.in
src/Makefile.am
src/Makefile.in
test/Makefile.in


13 years agoAdjust #includes for SDL (SDL pkg-config should return the /SDL directory)
nkeynes [Fri, 21 Jan 2011 06:39:33 +1000]  tree
Adjust #includes for SDL (SDL pkg-config should return the /SDL directory)
src/drivers/audio_sdl.c


13 years agoAdd gl_vbo.c
nkeynes [Thu, 20 Jan 2011 06:51:15 +1000]  tree
Add gl_vbo.c
src/drivers/gl_vbo.c


13 years agoImplement vertex array range support, and move buffer operations to gl_vbo.c
nkeynes [Wed, 19 Jan 2011 17:50:09 +1000]  tree
Implement vertex array range support, and move buffer operations to gl_vbo.c
src/Makefile.am
src/Makefile.in
src/display.h
src/drivers/video_gl.h
src/drivers/video_glx.c
src/drivers/video_nsgl.m
src/drivers/video_null.c
src/lxdream.h
src/pvr2/glrender.c
src/pvr2/glutil.c
...

13 years agomem_serial_id should be static to avoid conflicts with libisofs version
nkeynes [Wed, 19 Jan 2011 12:51:19 +1000]  tree
mem_serial_id should be static to avoid conflicts with libisofs version
src/drivers/cdrom/isomem.c


.