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

15 years agoCommit NSGL work-in-progress
nkeynes [Thu, 17 Apr 2008 08:15:19 +0000]  tree
Commit NSGL work-in-progress
src/drivers/audio_pulse.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/drivers/video_nsgl.h


15 years agoFix header comment
nkeynes [Thu, 17 Apr 2008 07:54:17 +0000]  tree
Fix header comment
src/drivers/video_gl.h


15 years agoPatch up the osmesa driver
nkeynes [Thu, 17 Apr 2008 00:01:40 +0000]  tree
Patch up the osmesa driver
src/drivers/video_gdk.c
src/drivers/video_gtk.c


15 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


15 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


15 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
...

15 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


15 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


15 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


15 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


.