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

15 years agoRemove pvr2mmio.h include from pvr2.h (it's supposed to be moore or less private)
nkeynes [Thu, 29 May 2008 10:50:25 +0000]  tree
Remove pvr2mmio.h include from pvr2.h (it's supposed to be moore or less private)
Move redraw function from driver into pvr2_redraw_display()
src/drivers/video_gtk.c
src/pvr2/glrender.c
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/rendbkg.c
src/pvr2/rendsave.c
src/pvr2/scene.c
src/pvr2/tacore.c
src/pvr2/texcache.c
src/pvr2/yuv.c


15 years agoAdd a fallback to 16-bit depth buffers (with appropriate warnings). Could probably be cleaner
nkeynes [Tue, 27 May 2008 23:59:54 +0000]  tree
Add a fallback to 16-bit depth buffers (with appropriate warnings). Could probably be cleaner
src/drivers/video_glx.c


15 years agohange 64-bit configuration to use sizeof(void *) rather than the system id
nkeynes [Mon, 26 May 2008 11:01:42 +0000]  tree
hange 64-bit configuration to use sizeof(void *) rather than the system id
returned by config.guess - config.guess gets it wrong in some situations.
config.h.in
configure
configure.in
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


15 years agoFix save states for x86-64, and ensure compatibility between 32-bit and 64-bit versions
nkeynes [Mon, 26 May 2008 10:42:18 +0000]  tree
Fix save states for x86-64, and ensure compatibility between 32-bit and 64-bit versions
src/display.h
src/eventq.c
src/mem.c
src/mmio.h
src/pvr2/pvr2.c
src/pvr2/tacore.c
src/pvr2/yuv.c
src/sh4/sh4.h
src/util.c


15 years agoCount fpscr ops separately from other LDS/STS instructions
nkeynes [Sun, 25 May 2008 21:01:55 +0000]  tree
Count fpscr ops separately from other LDS/STS instructions
src/sh4/sh4stat.c
src/sh4/sh4stat.h
src/sh4/sh4stat.in
src/sh4/sh4x86.c
src/sh4/sh4x86.in


15 years agoUpdate test again for ftrv change
nkeynes [Sun, 25 May 2008 20:59:29 +0000]  tree
Update test again for ftrv change
src/test/testsh4x86.c


15 years agoPermanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
nkeynes [Thu, 15 May 2008 10:22:39 +0000]  tree
Permanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
config.h.in
configure
configure.in
src/dcload.c
src/dreamcast.c
src/gtkui/gtkcb.c
src/gtkui/main_win.c
src/main.c
src/sh4/sh4.c
src/sh4/sh4core.c
...

15 years agoFix missing semicolon
nkeynes [Tue, 13 May 2008 08:48:15 +0000]  tree
Fix missing semicolon
src/sh4/ia64abi.h


15 years agoCleanup most of the -Wall warnings (getting a bit sloppy...)
nkeynes [Mon, 12 May 2008 10:00:13 +0000]  tree
Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
src/dcload.c
src/display.h
src/dreamcast.c
src/drivers/audio_alsa.c
src/drivers/gl_fbo.c
src/drivers/joy_linux.c
src/drivers/video_gdk.c
src/drivers/video_gl.c
src/drivers/video_gl.h
src/drivers/video_glx.c
...

16 years agoUse the command key for osx exit, as it seems easier than ctrl-alt at the moment
nkeynes [Sun, 20 Apr 2008 05:30:07 +0000]  tree
Use the command key for osx exit, as it seems easier than ctrl-alt at the moment
src/gtkui/main_win.c


.