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

15 years agoFix core-exit-on-flush in a delay branch slot. Bit of a hack really
nkeynes [Sat, 09 Aug 2008 10:48:03 +0000]  tree
Fix core-exit-on-flush in a delay branch slot. Bit of a hack really
src/sh4/sh4trans.c
src/sh4/xltcache.c
src/sh4/xltcache.h


15 years agoAdd failing test case for the MMU flush-cache case
nkeynes [Sat, 09 Aug 2008 09:13:29 +0000]  tree
Add failing test case for the MMU flush-cache case
test/Makefile.in
test/sh4/testsh4.c
test/sh4/vmexit.s


15 years agoFix ITLB lookup ASID behaviour (was somewhat back-to-front)
nkeynes [Sat, 09 Aug 2008 07:39:47 +0000]  tree
Fix ITLB lookup ASID behaviour (was somewhat back-to-front)
src/sh4/mmu.c


15 years agoFix minor compile warnings
nkeynes [Fri, 08 Aug 2008 00:17:57 +0000]  tree
Fix minor compile warnings
src/drivers/audio_alsa.c
src/drivers/cd_linux.c
src/drivers/video_glx.c


15 years agoAdd ability to bind a render buffer to a texture, with output going to the texture.
nkeynes [Thu, 07 Aug 2008 23:53:17 +0000]  tree
Add ability to bind a render buffer to a texture, with output going to the texture.
(RTT work in progress)
src/display.h
src/drivers/gl_fbo.c
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_null.c
src/drivers/video_osx.c
src/pvr2/pvr2.c


15 years agoAdd --enable-strict-warn to build with -Wall -Werror
nkeynes [Thu, 07 Aug 2008 23:50:52 +0000]  tree
Add --enable-strict-warn to build with -Wall -Werror
configure
configure.in


15 years agoOnly install the .png pixmaps in a make install (.icns are OS X bundle only)
nkeynes [Thu, 07 Aug 2008 23:36:22 +0000]  tree
Only install the .png pixmaps in a make install (.icns are OS X bundle only)
Makefile.am
Makefile.in


15 years agoFix compiler warnings
nkeynes [Thu, 07 Aug 2008 23:35:03 +0000]  tree
Fix compiler warnings
src/test/testsh4x86.c


15 years agoUnroll first iteration of the bounding loop in ta_commit_polygon - more to
nkeynes [Thu, 07 Aug 2008 23:32:34 +0000]  tree
Unroll first iteration of the bounding loop in ta_commit_polygon - more to
remove the compiler warnings than for performance really.
src/pvr2/tacore.c


15 years agoFix x86-64 bugs (only visible on OS X)
nkeynes [Mon, 04 Aug 2008 06:00:11 +0000]  tree
Fix x86-64 bugs (only visible on OS X)
src/sh4/ia64abi.h
src/sh4/sh4x86.in
src/sh4/x86op.h


.