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

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


16 years agoAdd a 'translate and run' method for running uncached code
nkeynes [Wed, 19 Sep 2007 12:09:33 +0000]  tree
Add a 'translate and run' method for running uncached code
src/sh4/sh4trans.c


16 years agoFix SHLL/SHLR/SHAL/SHAR flag setting
nkeynes [Wed, 19 Sep 2007 11:30:30 +0000]  tree
Fix SHLL/SHLR/SHAL/SHAR flag setting
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoAdd tests for SHLL, SHLR, SHAL, SHAR, ROTL, ROTR, ROTCL and ROTCR
nkeynes [Wed, 19 Sep 2007 11:22:43 +0000]  tree
Add tests for SHLL, SHLR, SHAL, SHAR, ROTL, ROTR, ROTCL and ROTCR
test/Makefile
test/sh4/rot.s
test/sh4/shl.s
test/sh4/testsh4.c


.