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

16 years agoAdd check for objective-c compiler (for mac) and set the language if found
nkeynes [Wed, 16 Apr 2008 23:47:32 +0000]  tree
Add check for objective-c compiler (for mac) and set the language if found
configure
configure.in


16 years agoMove drawable creation to video_gtk.c - removes the last platform dependency from gtkui
nkeynes [Wed, 16 Apr 2008 22:54:40 +0000]  tree
Move drawable creation to video_gtk.c - removes the last platform dependency from gtkui
src/drivers/video_gtk.c
src/gtkui/main_win.c


16 years agoStart removing X11isms from gtkui into drivers
nkeynes [Wed, 16 Apr 2008 12:43:52 +0000]  tree
Start removing X11isms from gtkui into drivers
Overhaul the configure rules for figuring out the video driver
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/video_gtk.c
src/gtkui/gtkui.c
src/gtkui/main_win.c
...

16 years agoAdd support for the pulseaudio sound system
nkeynes [Wed, 16 Apr 2008 10:12:12 +0000]  tree
Add support for the pulseaudio sound system
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/aica/audio.h
src/drivers/audio_pulse.c


16 years agoAdd configure-time checks for fbo and shader functions in libGL (so linking
nkeynes [Wed, 02 Apr 2008 01:46:58 +0000]  tree
Add configure-time checks for fbo and shader functions in libGL (so linking
doesn't fail on really old libGL implementations)
config.h.in
configure
configure.in
src/drivers/gl_fbo.c
src/pvr2/gl_sl.c


16 years agoAdd support for mirrored textures
nkeynes [Tue, 01 Apr 2008 08:03:56 +0000]  tree
Add support for mirrored textures
src/pvr2/glrender.c
src/pvr2/pvr2.h


16 years agoLoad mipmap textures from largest-to-smallest (instead of the other way
nkeynes [Tue, 01 Apr 2008 01:04:13 +0000]  tree
Load mipmap textures from largest-to-smallest (instead of the other way
around) - works around bug in the ATI drivers
src/pvr2/texcache.c


16 years agoMerge lxdream-render branch (643:670) to trunk
nkeynes [Fri, 28 Mar 2008 12:32:25 +0000]  tree
Merge lxdream-render branch (643:670) to trunk
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 agoFix perspective correction (at least for those with shader support) lxdream-render
nkeynes [Wed, 26 Mar 2008 11:56:12 +0000]  tree
Fix perspective correction (at least for those with shader support)
src/pvr2/gl_slsrc.c
src/pvr2/vertex.glsl


16 years agoEnsure depth buffer is unmasked before clearig lxdream-render
nkeynes [Sun, 16 Mar 2008 05:42:24 +0000]  tree
Ensure depth buffer is unmasked before clearig
src/pvr2/glrender.c


.