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

12 years agoAdd support for armv7-a abi and make it the default - it's a good bit faster
nkeynes [Sun, 04 Mar 2012 20:56:40 +1000]  tree
Add support for armv7-a abi and make it the default - it's a good bit faster
Makefile.am
Makefile.in
configure
m4/android.m4
src/Makefile.in
src/tools/Makefile.in


12 years agoSet min-sdk to gingerbread, but target honeycomb (for the action bar)
nkeynes [Sun, 04 Mar 2012 20:55:31 +1000]  tree
Set min-sdk to gingerbread, but target honeycomb (for the action bar)
android/AndroidManifest.xml


12 years agoLoad previous GD-ROM on startup
nkeynes [Sun, 04 Mar 2012 20:47:14 +1000]  tree
Load previous GD-ROM on startup
src/gui_android.c


12 years agoInclude precision spec for GLES only
nkeynes [Sat, 03 Mar 2012 16:16:57 +1000]  tree
Include precision spec for GLES only
src/pvr2/shaders.glsl


12 years agoSupport depth component 16 as well as 24 (add capability flag for the available bits)
nkeynes [Sat, 03 Mar 2012 16:11:28 +1000]  tree
Support depth component 16 as well as 24 (add capability flag for the available bits)
Put remaining TODOs inside HAVE_OPENGL_FIXEDFUNC blocks
Add swap-buffer calls for EGL (does not appear to support rendering directly
to front-buffer)
src/display.h
src/drivers/gl_fbo.c
src/drivers/video_egl.c
src/drivers/video_gl.c
src/drivers/video_gl.h
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.m
src/drivers/video_osx.m
src/pvr2/glrender.c


12 years agoAdd explicit precision (required by ES SL) and remove unnecessary
nkeynes [Sat, 03 Mar 2012 16:08:48 +1000]  tree
Add explicit precision (required by ES SL) and remove unnecessary
gl_FragDepth assignments
src/pvr2/shaders.glsl


12 years agoFully clean the android part before building it - dependencies don't seem to
nkeynes [Sat, 03 Mar 2012 16:06:58 +1000]  tree
Fully clean the android part before building it - dependencies don't seem to
work properly.
Add install-adb rule for convenience
Makefile.am
Makefile.in


12 years agoAssume that shaders are available on GLES2 (true by definition)
nkeynes [Sat, 03 Mar 2012 15:56:29 +1000]  tree
Assume that shaders are available on GLES2 (true by definition)
src/pvr2/gl_sl.c
src/pvr2/glutil.c


12 years agoSwap between run + pause icons when pressed
nkeynes [Sat, 03 Mar 2012 15:52:59 +1000]  tree
Swap between run + pause icons when pressed
android/gen/org/lxdream/R.java
android/src/org/lxdream/LxdreamActivity.java


12 years agoFix GLX compile
nkeynes [Sat, 03 Mar 2012 00:17:36 +1000]  tree
Fix GLX compile
src/drivers/video_gl.c
src/drivers/video_gl.h
src/drivers/video_glx.c


.