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

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

16 years agoDowngrade "ARM halted" error to a warning (durn demos...)
nkeynes [Tue, 20 Nov 2007 09:42:03 +0000]  tree
Downgrade "ARM halted" error to a warning (durn demos...)
src/aica/armcore.c


16 years agoRearrange logging slightly, fixes output on x86-64
nkeynes [Tue, 20 Nov 2007 09:40:49 +0000]  tree
Rearrange logging slightly, fixes output on x86-64
src/util.c


16 years agoDrop default debugger window size down a notch
nkeynes [Tue, 20 Nov 2007 08:32:05 +0000]  tree
Drop default debugger window size down a notch
src/gui/debug_win.c


16 years agoFix TRAPA (translator) and add test case
nkeynes [Tue, 20 Nov 2007 08:31:34 +0000]  tree
Fix TRAPA (translator) and add test case
src/sh4/sh4x86.c
src/sh4/sh4x86.in
test/Makefile.in
test/sh4/testsh4.c
test/sh4/trapa.s


16 years agoFix PREF for x86-64, add load_ptr macro
nkeynes [Mon, 19 Nov 2007 08:51:03 +0000]  tree
Fix PREF for x86-64, add load_ptr macro
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoMove name-to-driver mappings to display.c and audio.c respectively
nkeynes [Mon, 19 Nov 2007 08:47:39 +0000]  tree
Move name-to-driver mappings to display.c and audio.c respectively
Move responsibility for invoking texcache_gl_init() to the driver
src/aica/audio.c
src/aica/audio.h
src/display.c
src/display.h
src/drivers/video_x11.c
src/main.c


16 years agoHandle inability to connect the X server a little more cleanly
nkeynes [Mon, 19 Nov 2007 08:46:30 +0000]  tree
Handle inability to connect the X server a little more cleanly
src/drivers/video_gtk.c
src/gui/gtkui.c


.