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

14 years agoFix 64-bit disassembly
nkeynes [Sun, 14 Dec 2008 06:36:49 +0000]  tree
Fix 64-bit disassembly
src/test/testsh4x86.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h


14 years agoCommit configure (missed from previous commit)
nkeynes [Thu, 11 Dec 2008 23:29:12 +0000]  tree
Commit configure (missed from previous commit)
configure


14 years agoMake HAVE_FASTCALL dependent on whether the compiler supports the attribute,
nkeynes [Thu, 11 Dec 2008 23:28:50 +0000]  tree
Make HAVE_FASTCALL dependent on whether the compiler supports the attribute,
rather than on whether we're making an optimized build - in any case there's
no good reason to disable it for debug builds.
acinclude.m4
aclocal.m4
configure.in


14 years agoDisable the generational translation cache - I've got no evidence that it
nkeynes [Thu, 11 Dec 2008 23:26:03 +0000]  tree
Disable the generational translation cache - I've got no evidence that it
actually helps performance, and it simplifies things to get rid of it (in
particular, translated code doesn't have to worry about being moved now).
src/dreamcast.h
src/sh4/xltcache.c
src/test/testxlt.c


14 years agoOnly call finish_rendering() for texture renders - workaround bug in apple/intel drivers
nkeynes [Thu, 11 Dec 2008 21:33:08 +0000]  tree
Only call finish_rendering() for texture renders - workaround bug in apple/intel drivers
src/pvr2/pvr2.c


15 years agoUpdate to print symbols for matching operands
nkeynes [Thu, 04 Dec 2008 09:06:35 +0000]  tree
Update to print symbols for matching operands
src/x86dasm/i386-dis.c
src/x86dasm/x86dasm.c


15 years agoFixup testsh4x86 to actually work (as opposed to just barely compiling)
nkeynes [Thu, 04 Dec 2008 09:05:56 +0000]  tree
Fixup testsh4x86 to actually work (as opposed to just barely compiling)
src/test/testsh4x86.c


15 years agoFix compile of testsh4x86
nkeynes [Sat, 08 Nov 2008 00:12:14 +0000]  tree
Fix compile of testsh4x86
src/test/testsh4x86.c


15 years agoFix "0" being confused with "not defined"
nkeynes [Fri, 07 Nov 2008 07:53:31 +0000]  tree
Fix "0" being confused with "not defined"
src/drivers/genkeymap.pl


15 years agoFix incorrect calculation of width and size (darn missing parentheses)
nkeynes [Fri, 07 Nov 2008 07:39:52 +0000]  tree
Fix incorrect calculation of width and size (darn missing parentheses)
src/pvr2/pvr2.c


.