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

14 years ago"MythTV" patch from Wahrhaft, thanks!:
nkeynes [Tue, 02 Jun 2009 23:16:26 +0000]  tree
"MythTV" patch from Wahrhaft, thanks!:
* Add support for LIRC input devices
* Add hotkey input support
* Add command-line option for immediate fullscreen
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoaui.m
src/config.c
src/drivers/input_lirc.c
src/drivers/input_lirc.h
src/gtkui/gtk_hotkeys.c
...

14 years ago000068: Handle sh4_finalize_instruction being called from a syscall (assertion failure)
nkeynes [Sun, 24 May 2009 08:30:35 +0000]  tree
000068: Handle sh4_finalize_instruction being called from a syscall (assertion failure)
(Also introduce IS_SYSCALL() macro to tidy up slightly)
src/sh4/sh4core.in
src/sh4/sh4trans.c
src/syscall.h


15 years agoUpdate test for changes xlat-refactor
nkeynes [Sun, 19 Apr 2009 06:11:19 +0000]  tree
Update test for changes
src/test/testxir.c


15 years agoRemove branch instructions and replace with direct modification of PC + EXIT xlat-refactor
nkeynes [Sun, 19 Apr 2009 05:14:19 +0000]  tree
Remove branch instructions and replace with direct modification of PC + EXIT
Add MIN/MAX instructions (for bound checks)
Implement x86_target_is_legal
Correct a few sh4 instructions
src/sh4/sh4xir.in
src/xlat/x86/x86gen.c
src/xlat/x86/x86target.c
src/xlat/xir.c
src/xlat/xir.h


15 years agoRestructure operand types - xlat-refactor
nkeynes [Sun, 12 Apr 2009 07:24:45 +0000]  tree
Restructure operand types -
rename to forms to avoid conflict for actual data types
temporary operands are now a first class form
remove explicit types for immediates - now implied by opcode
Initial work on promote-source-reg pass
src/Makefile.am
src/Makefile.in
src/sh4/sh4x86.in
src/sh4/sh4xir.in
src/test/testsh4xir.c
src/test/testxir.c
src/xlat/regalloc.c
src/xlat/regalloc.h
src/xlat/x86/x86gen.c
src/xlat/x86/x86op.h
...

15 years agoFix analogue joystick input
nkeynes [Sun, 12 Apr 2009 02:04:27 +0000]  tree
Fix analogue joystick input
src/display.c
src/display.h
src/drivers/joy_linux.c
src/drivers/video_osx.m
src/gtkui/gtk_win.c
src/maple/controller.c


15 years agoUse the configure result for glsl ARB functions rather than the
nkeynes [Sun, 12 Apr 2009 00:04:15 +0000]  tree
Use the configure result for glsl ARB functions rather than the
header file define - more reliable on systems where the headers
don't match the libraries...
src/pvr2/gl_sl.c


15 years agoUpdate sh4_translate_end_block_size() to have the correct backpatch sizes
nkeynes [Sat, 11 Apr 2009 03:28:01 +0000]  tree
Update sh4_translate_end_block_size() to have the correct backpatch sizes
(with recent changes there)
src/sh4/sh4x86.in


15 years agoUpdated brazilian portugese translation thanks to Arthonis!
nkeynes [Thu, 09 Apr 2009 00:01:46 +0000]  tree
Updated brazilian portugese translation thanks to Arthonis!
po/pt_BR.po


15 years agoCommit current work-in-progress to xlat-refactor branch xlat-refactor
nkeynes [Tue, 07 Apr 2009 10:55:03 +0000]  tree
Commit current work-in-progress to xlat-refactor branch
src/Makefile.am
src/Makefile.in
src/sh4/sh4x86.in
src/sh4/sh4xir.h
src/sh4/sh4xir.in
src/test/testsh4xir.c
src/test/testxir.c
src/xlat/dce.c
src/xlat/livevar.c
src/xlat/target.c
...

.