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

12 years agoSurface management is actually already being taken care of - don't try to
nkeynes [Wed, 21 Mar 2012 09:01:41 +1000]  tree
Surface management is actually already being taken care of - don't try to
duplicate in onPause/onResume
src/gui_android.c


12 years agoFix missing return statement
nkeynes [Tue, 20 Mar 2012 17:54:58 +1000]  tree
Fix missing return statement
src/pvr2/glutil.c


12 years agoMore android WIP
nkeynes [Tue, 20 Mar 2012 08:29:38 +1000]  tree
More android WIP
- Implement onPause/onResume (although resume is not actually working yet)
- Implement BGRA => RGBA texture conversion (BGRA doesn't seem to work on the TFP)

Boot swirl is now displayed, albeit depth buffering seems to be broken.
android/src/org/lxdream/Dreamcast.java
android/src/org/lxdream/LxdreamActivity.java
src/drivers/video_egl.c
src/gui_android.c
src/pvr2/glrender.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/pvr2.h
src/pvr2/texcache.c


12 years agoAdd Internet + Sdcard permissions (Internet needed for for perfhud
nkeynes [Tue, 20 Mar 2012 08:18:22 +1000]  tree
Add Internet + Sdcard permissions (Internet needed for for perfhud
debugging, sdcard for save states.
android/AndroidManifest.xml


12 years agoFix silly errors in tqueue implementation
nkeynes [Sun, 18 Mar 2012 14:18:18 +1000]  tree
Fix silly errors in tqueue implementation
src/tqueue.c


12 years agoFix uninitialised sinlen in gdb_server_connect_callback, patch from Guinux,
nkeynes [Sat, 17 Mar 2012 08:36:17 +1000]  tree
Fix uninitialised sinlen in gdb_server_connect_callback, patch from Guinux,
thanks!
src/gdbserver.c


12 years agoGDB: Support ^C interruption from GDB
nkeynes [Thu, 15 Mar 2012 08:26:06 +1000]  tree
GDB: Support ^C interruption from GDB
- postpone dreamcast_run() until after the IO callback returns (callback
won't be called again until the callback returns, so blocks all input)
- generate stop notifications when the DC stops, regardless of where the
stop originates.
src/gdbserver.c


12 years agoAdd assert to make sure we're not registering too many modules. Possibly
nkeynes [Thu, 15 Mar 2012 08:21:22 +1000]  tree
Add assert to make sure we're not registering too many modules. Possibly
should just make this a linked list anyway.
src/dreamcast.c


12 years agoBreak large PVR dma transfers up into blocks to avoid potentially allocating
nkeynes [Mon, 12 Mar 2012 18:06:24 +1000]  tree
Break large PVR dma transfers up into blocks to avoid potentially allocating
8MB+ on the stack. Patch from guinux, thanks!
src/asic.c


12 years agoUpdate .hgignore
nkeynes [Tue, 06 Mar 2012 17:43:54 +1000]  tree
Update .hgignore
.hgignore


.