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

12 years agoFix SLEEP issue on timeslice border
Nathan Keynes <nkeynes@lxdream.org> [Tue, 10 May 2011 20:31:14 +1000]  tree
Fix SLEEP issue on timeslice border
- Don't update slice_cycle if we're already past it in sh4_sleep_run_slice
- Make sure we don't re-enter the main run_slice if we're sleeping
src/sh4/sh4.c


12 years agoMerge changes from Reimann80, plus additional tweaks. Thanks!
nkeynes [Fri, 08 Apr 2011 08:11:20 +1000]  tree
Merge changes from Reimann80, plus additional tweaks. Thanks!
Makefile.am
Makefile.in
lxdream.pod


12 years agoAdd german translation update from Riemann80, thanks!
Nathan Keynes <nkeynes@lxdream.org> [Thu, 07 Apr 2011 21:42:55 +1000]  tree
Add german translation update from Riemann80, thanks!
po/de.po
src/plugin.h
src/tools/actparse.c
src/tools/genglsl.c
test/dc.x
test/randmath.c


12 years agoFix read sector type on OS X (oops)
nkeynes [Wed, 30 Mar 2011 21:51:54 +1000]  tree
Fix read sector type on OS X (oops)
src/drivers/cdrom/cd_osx.c


12 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


12 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


12 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


12 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


12 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


12 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


.