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

11 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


11 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
...

11 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


12 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


12 years agoCheck for sqrt() in libm if needed (required on some platforms)
nkeynes [Tue, 17 Apr 2012 21:35:38 +1000]  tree
Check for sqrt() in libm if needed (required on some platforms)
Baesd on patch from guinux, thanks!
configure
configure.in


12 years agoTreat quotes as entering a double-quoted string (mostly redundant, but we
nkeynes [Tue, 27 Mar 2012 17:39:05 +1000]  tree
Treat quotes as entering a double-quoted string (mostly redundant, but we
generate them in the path escaping for some reason)
src/lxpaths.c
src/test/testlxpaths.c


12 years agoAndroid: Preserve render buffers when switching away from app.
nkeynes [Tue, 27 Mar 2012 08:23:52 +1000]  tree
Android: Preserve render buffers when switching away from app.
- fix gl_read_render_buffer + gl_load_frame_buffer to work in GLES
a) glReadPixels only (guaranteed to) work for GL_RGBA,GL_UNSIGNED_BYTE
b) glTexSubImage2D can only load GL_RGBA into a GL_RGBA render buffer.
src/display.h
src/drivers/video_gl.c
src/gui_android.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/texcache.c


12 years agoAdd app icon
nkeynes [Wed, 21 Mar 2012 20:36:20 +1000]  tree
Add app icon
android/AndroidManifest.xml
android/gen/org/lxdream/R.java
android/res/drawable/lxdream.png


12 years agoMake sure we destroy the render buffers as part of the GL shutdown (fixes
nkeynes [Wed, 21 Mar 2012 14:45:27 +1000]  tree
Make sure we destroy the render buffers as part of the GL shutdown (fixes
bug with render buffers not being recreated when we re-init the GL).
src/pvr2/glrender.c
src/pvr2/pvr2.c
src/pvr2/pvr2.h


12 years agoRemove minor warnings
nkeynes [Wed, 21 Mar 2012 14:44:41 +1000]  tree
Remove minor warnings
src/dreamcast.c


.