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

16 years agoCommit initial ALSA audio driver
bhaal22 [Tue, 26 Feb 2008 01:10:48 +0000]  tree
Commit initial ALSA audio driver
Add init/shutdown stubs to audio driver structure
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/aica/audio.h
src/config.c
src/drivers/audio_alsa.c
src/drivers/audio_esd.c
...

16 years agoQuick hack to get s3mplay working again - not likely to be remotely correct
nkeynes [Tue, 26 Feb 2008 01:06:59 +0000]  tree
Quick hack to get s3mplay working again - not likely to be remotely correct
src/aica/aica.c
src/aica/armcore.c


16 years agoRemove checkpriv() from STC GBR, Rn (instruction is not privileged)
nkeynes [Mon, 25 Feb 2008 23:40:10 +0000]  tree
Remove checkpriv() from STC GBR, Rn (instruction is not privileged)
src/sh4/sh4core.c
src/sh4/sh4core.in


16 years agoQuick fix to get dclinux.nrg running. Real fix to follow later
nkeynes [Thu, 21 Feb 2008 06:12:00 +0000]  tree
Quick fix to get dclinux.nrg running. Real fix to follow later
src/gdrom/gdimage.c


16 years agoMore render WIP - initial glrender.c lxdream-render
nkeynes [Mon, 18 Feb 2008 09:21:43 +0000]  tree
More render WIP - initial glrender.c
src/Makefile.am
src/Makefile.in
src/drivers/video_gdk.c
src/drivers/video_glx.c
src/pvr2/gl_slsrc.c
src/pvr2/glrender.c
src/pvr2/pvr2.c
src/pvr2/render.c
src/pvr2/scene.c
src/pvr2/scene.h
...

16 years agoFix SLEEP wakeup on IRQ to not screwup the slice_cycle
nkeynes [Fri, 15 Feb 2008 09:36:38 +0000]  tree
Fix SLEEP wakeup on IRQ to not screwup the slice_cycle
src/sh4/sh4.c


16 years agoAdd svn:keywords to joy_linux files
nkeynes [Thu, 14 Feb 2008 14:08:32 +0000]  tree
Add svn:keywords to joy_linux files
src/drivers/joy_linux.c
src/drivers/joy_linux.h


16 years agoUpdate svn:keywords lxdream-render
nkeynes [Thu, 14 Feb 2008 14:06:41 +0000]  tree
Update svn:keywords
src/drivers/video_gdk.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/scene.c
src/pvr2/scene.h


16 years agoCommit render work in progress. Main changes: lxdream-render
nkeynes [Thu, 14 Feb 2008 13:54:11 +0000]  tree
Commit render work in progress. Main changes:
* Preliminary OSMesa support
* Move the generic gl code out to pvr2/
* Implement scene data structure + reader
* Remove the 1/z adjustments
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/fragment.glsl
src/drivers/gl_common.c
src/drivers/gl_common.h
src/drivers/gl_fbo.c
...

16 years agoMouse button sense was inverted - fixed
nkeynes [Wed, 13 Feb 2008 09:16:29 +0000]  tree
Mouse button sense was inverted - fixed
src/maple/mouse.c


.