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

10 years agoInvalidate render buffers when vram32 region is written from DMA / store
nkeynes [Wed, 19 Sep 2012 08:42:18 +1000]  tree
Invalidate render buffers when vram32 region is written from DMA / store
queue. Patch from Guinux, thanks!
src/pvr2/pvr2.h
src/pvr2/pvr2mem.c


10 years agoSubst LDFLAGS_FOR_BUILD in configure
nkeynes [Sat, 25 Aug 2012 14:09:07 +1000]  tree
Subst LDFLAGS_FOR_BUILD in configure
configure
m4/ccforbuild.m4


10 years agoMove the generated prologue/epilogue code out into a common entry stub
nkeynes [Fri, 24 Aug 2012 08:53:50 +1000]  tree
Move the generated prologue/epilogue code out into a common entry stub
(reduces space requirements) and pre-save all saved registers. Change
FASTCALL to use 3 regs instead of 2 since we can now keep everything in
regs.
src/lxdream.h
src/sh4/mmux86.c
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h


10 years agoHandle corner case in pvr2_run_slice when we've previously slightly overrun
nkeynes [Sat, 04 Aug 2012 08:46:28 +1000]  tree
Handle corner case in pvr2_run_slice when we've previously slightly overrun
the end of the time slice
src/pvr2/pvr2.c


10 years agoFix dcload file handling bugs, patch from Guinux, thanks!
nkeynes [Sat, 04 Aug 2012 08:27:01 +1000]  tree
Fix dcload file handling bugs, patch from Guinux, thanks!
src/dcload.c


10 years agoAdd check that glGenFencesNV is actually defined, to try to guard against
nkeynes [Fri, 13 Jul 2012 21:05:10 +1000]  tree
Add check that glGenFencesNV is actually defined, to try to guard against
installations with a broken libGL
src/drivers/gl_vbo.c


10 years agoRemove use of extended regexes to make porting easier
nkeynes [Wed, 04 Jul 2012 12:01:31 +1000]  tree
Remove use of extended regexes to make porting easier
src/tools/genglsl.c


10 years agoAdd support for Nokia N900
nkeynes [Sun, 01 Jul 2012 13:20:34 +1000]  tree
Add support for Nokia N900
- Generic support for EGL with GTK
- Workaround for nokia bug with egl config
Based on patch from guinux, thanks!
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/gl_sl.c
src/drivers/video_egl.c
src/drivers/video_egl.h
src/drivers/video_gtk.c
src/pvr2/glutil.h
...

10 years agoAdd glib/gfileutils.h includes, as some required defines were moved there in recent versions of glib
nkeynes [Sun, 01 Jul 2012 13:19:27 +1000]  tree
Add glib/gfileutils.h includes, as some required defines were moved there in recent versions of glib
src/drivers/cdrom/cd_gdi.c
src/lxpaths.c


11 years agoSet the android default directory to $SDCARD/lxdream instead of the /data
nkeynes [Tue, 17 Apr 2012 21:53:55 +1000]  tree
Set the android default directory to $SDCARD/lxdream instead of the /data
directory.
android/src/org/lxdream/LxdreamActivity.java


.