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

16 years agoSuppress enable/disable actions if there's no gui
nkeynes [Thu, 06 Dec 2007 09:25:24 +0000]  tree
Suppress enable/disable actions if there's no gui
src/gtkui/gtkui.c


16 years agoRefactor GLX support and implement pbuffer rendering support
nkeynes [Thu, 29 Nov 2007 09:28:28 +0000]  tree
Refactor GLX support and implement pbuffer rendering support
src/Makefile.am
src/Makefile.in
src/drivers/gl_common.c
src/drivers/gl_common.h
src/drivers/gl_fbo.c
src/drivers/video_glx.c
src/drivers/video_glx.h
src/drivers/video_gtk.c
src/drivers/video_x11.c
src/drivers/video_x11.h
...

16 years agoAdd prototype for dreamcast_program_loaded (missed previous commit)
nkeynes [Thu, 22 Nov 2007 11:13:57 +0000]  tree
Add prototype for dreamcast_program_loaded (missed previous commit)
src/dreamcast.h


16 years agoRe-add "Load Binary" menu item (misplaced in GUI rewrite)
nkeynes [Thu, 22 Nov 2007 11:10:15 +0000]  tree
Re-add "Load Binary" menu item (misplaced in GUI rewrite)
Prevent running with no code loaded
src/dreamcast.c
src/dreamcast.h
src/gtkui/debug_win.c
src/gtkui/gtkcb.c
src/gtkui/gtkui.c
src/gtkui/gtkui.h
src/gtkui/main_win.c
src/gtkui/path_dlg.c
src/loader.c
src/main.c
...

16 years agoLink the X GL as well as the framework one - this probably shouldn't work, and yet it seems to be fine...
nkeynes [Wed, 21 Nov 2007 11:52:13 +0000]  tree
Link the X GL as well as the framework one - this probably shouldn't work, and yet it seems to be fine...
configure
configure.in


16 years agoAdd config guard around GTK display device
nkeynes [Wed, 21 Nov 2007 11:45:33 +0000]  tree
Add config guard around GTK display device
src/display.c


16 years agoSupport darwin OpenGL/* headers as well as the more usual GL/*
nkeynes [Wed, 21 Nov 2007 11:44:30 +0000]  tree
Support darwin OpenGL/* headers as well as the more usual GL/*
src/display.h
src/drivers/gl_common.c
src/drivers/gl_fbo.c
src/drivers/gl_sl.c
src/pvr2/rendbkg.c
src/pvr2/rendcore.c


16 years agoAdd support for the darwin ABI
nkeynes [Wed, 21 Nov 2007 11:40:15 +0000]  tree
Add support for the darwin ABI
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/sh4/ia32abi.h
src/sh4/ia32mac.h
src/sh4/ia64abi.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in
...

16 years agoFix program/shader types
nkeynes [Tue, 20 Nov 2007 11:16:09 +0000]  tree
Fix program/shader types
src/drivers/gl_sl.c


16 years agoMove gtk UI into gtkui subdir (prep for non-gtk builds), and protect with
nkeynes [Tue, 20 Nov 2007 10:27:58 +0000]  tree
Move gtk UI into gtkui subdir (prep for non-gtk builds), and protect with
an automake conditional
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/video_gtk.c
src/gtkui/ctrl_dlg.c
src/gtkui/debug_win.c
src/gtkui/dump_win.c
src/gtkui/gdrom_menu.c
...

.