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

16 years agoChange block signature to return pointer to next block (if known)
nkeynes [Fri, 28 Sep 2007 07:27:20 +0000]  tree
Change block signature to return pointer to next block (if known)
Rewrite block-exit code
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoAdd xlat_get_lut_entry method
nkeynes [Fri, 28 Sep 2007 07:26:35 +0000]  tree
Add xlat_get_lut_entry method
Force blocks to be 32-bit aligned (slight optimization)
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoRemove MMU check (probably shouldn't be here anyway), and disable
nkeynes [Fri, 28 Sep 2007 07:25:22 +0000]  tree
Remove MMU check (probably shouldn't be here anyway), and disable
TRACE_IO checks by default
src/sh4/sh4mem.c


16 years agoAdd GLSL loader framework
nkeynes [Fri, 28 Sep 2007 07:24:14 +0000]  tree
Add GLSL loader framework
src/Makefile.am
src/Makefile.in
src/drivers/fragment.glsl
src/drivers/gl_common.h
src/drivers/gl_sl.c
src/drivers/gl_slsrc.c
src/drivers/vertex.glsl
src/drivers/video_x11.c
src/tools/genglsl.c


16 years agoAdd BSR tests
nkeynes [Fri, 28 Sep 2007 07:21:58 +0000]  tree
Add BSR tests
test/Makefile
test/sh4/bsr.s
test/sh4/testsh4.c


16 years agoUpdate release notes for M3 MILESTONE3
nkeynes [Thu, 20 Sep 2007 11:24:45 +0000]  tree
Update release notes for M3
RELEASE_NOTES


16 years agoRun in translation mode by default now
nkeynes [Thu, 20 Sep 2007 08:42:40 +0000]  tree
Run in translation mode by default now
src/main.c


16 years agoMove support routines to sh4.c
nkeynes [Thu, 20 Sep 2007 08:37:19 +0000]  tree
Move support routines to sh4.c
src/sh4/sh4.c
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoAdd translation cache invalidation
nkeynes [Thu, 20 Sep 2007 08:35:04 +0000]  tree
Add translation cache invalidation
src/sh4/sh4mem.c
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoAdd tests for TAS.B
nkeynes [Thu, 20 Sep 2007 08:34:23 +0000]  tree
Add tests for TAS.B
test/Makefile
test/sh4/tas.s
test/sh4/testsh4.c


.