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

15 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


15 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


15 years agoImplement a sorted TLB lookup table (big improvement over the linear table scan)
nkeynes [Fri, 07 Nov 2008 06:39:12 +0000]  tree
Implement a sorted TLB lookup table (big improvement over the linear table scan)
Optimize out the 1C000000 -> FC000000 check at the end of the lookup functions
src/sh4/mmu.c


15 years agoFix (extremely boneheaded) failure to convert pc to physical address before
nkeynes [Wed, 05 Nov 2008 10:05:08 +0000]  tree
Fix (extremely boneheaded) failure to convert pc to physical address before
storing in the translation cache (in other words, the translation cache was
effectively disabled for MMU code). MMU code is now about 3 times faster...
src/sh4/sh4trans.c


15 years agoEnable sse-math for all platforms
nkeynes [Fri, 31 Oct 2008 03:27:43 +0000]  tree
Enable sse-math for all platforms
configure
configure.in


.