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

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


12 years agoAndroid WIP:
nkeynes [Fri, 02 Mar 2012 23:49:10 +1000]  tree
Android WIP:
* Rename gui_jni.c to gui_android.c - now quite android specific.
* Implement generic EGL driver with very minimal Java wrapper
* Run emulation in separate thread, and implement simple queue for
inter-thread communication.
* Add menu/action-bar items for start + reset
Makefile.am
Makefile.in
android/AndroidManifest.xml
android/build.xml
android/gen/org/lxdream/R.java
android/res/drawable/tb_cdrom.png
android/res/drawable/tb_preferences.png
android/res/drawable/tb_reset.png
android/res/drawable/tb_run.png
android/res/menu/main.xml
...

12 years agoAdd a GL-only video driver for android usage (since the Java code is
nkeynes [Tue, 28 Feb 2012 18:22:52 +1000]  tree
Add a GL-only video driver for android usage (since the Java code is
responsible for creating the context)
src/display.c
src/display.h
src/drivers/video_gl.c


12 years agoMerge
nkeynes [Tue, 28 Feb 2012 17:32:20 +1000]  tree
Merge


12 years agoFix accidental change of sense for HAVE_OPENGL_FIXEDFUNC
nkeynes [Tue, 28 Feb 2012 17:31:26 +1000]  tree
Fix accidental change of sense for HAVE_OPENGL_FIXEDFUNC
src/pvr2/glrender.c


12 years agoPass the application home dir through to the native code, so we can use it
nkeynes [Tue, 28 Feb 2012 17:27:39 +1000]  tree
Pass the application home dir through to the native code, so we can use it
as the default data directory
android/src/org/lxdream/Dreamcast.java
android/src/org/lxdream/LxdreamActivity.java
android/src/org/lxdream/LxdreamView.java
src/gui_jni.c
src/lxpaths.h
src/paths_unix.c


12 years agoImplement display output for the GLES2 case (no fixed function
nkeynes [Tue, 28 Feb 2012 17:25:26 +1000]  tree
Implement display output for the GLES2 case (no fixed function
rendering)
src/drivers/video_gl.c
src/pvr2/gl_sl.c
src/pvr2/glrender.c
src/pvr2/scene.c
src/pvr2/shaders.glsl
src/tools/genglsl.c


12 years agoAndroid support WIP
nkeynes [Sat, 25 Feb 2012 21:30:49 +1000]  tree
Android support WIP
.hgignore
Makefile.am
Makefile.in
android/AndroidManifest.xml
android/build.xml
android/deps/builddeps.sh
android/deps/config.guess
android/deps/config.sub
android/deps/gettext-0.18.1.1.diff
android/deps/glib-2.26.0.cache
...

12 years agoFix signature of dummy function version
nkeynes [Sat, 25 Feb 2012 21:27:06 +1000]  tree
Fix signature of dummy function version
src/pvr2/glrender.c


12 years agoAdd a 200us delay time for Maple requests, to avoid problems with games that
nkeynes [Sat, 25 Feb 2012 09:56:10 +1000]  tree
Add a 200us delay time for Maple requests, to avoid problems with games that
continually poll maple.

Patch by guinux, thanks!
src/asic.c
src/maple/maple.c


.