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

15 years agoFix minor typo + bug for GTK version
nkeynes [Sun, 01 Jun 2008 00:50:00 +0000]  tree
Fix minor typo + bug for GTK version
src/drivers/video_gtk.c
src/gtkui/gtkui.c


15 years agoFirst cut of the Cocoa GUI implementation
nkeynes [Sun, 01 Jun 2008 00:47:45 +0000]  tree
First cut of the Cocoa GUI implementation
Makefile.am
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_win.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/dckeysyms.h
...

15 years agoBuild tests as part of make check, not make all
nkeynes [Sun, 01 Jun 2008 00:46:15 +0000]  tree
Build tests as part of make check, not make all
test/Makefile.in


15 years agoFix shaders to be disabled until explicitly requested
nkeynes [Sun, 01 Jun 2008 00:37:27 +0000]  tree
Fix shaders to be disabled until explicitly requested
src/pvr2/gl_sl.c


15 years agoSplit gdrom.h into public and private gddriver.h
nkeynes [Thu, 29 May 2008 11:00:26 +0000]  tree
Split gdrom.h into public and private gddriver.h
Reorganize gdrom mount to use a disc change hook
src/drivers/cd_linux.c
src/drivers/cd_none.c
src/gdrom/cdi.c
src/gdrom/edc_ecc.c
src/gdrom/gddriver.h
src/gdrom/gdi.c
src/gdrom/gdimage.c
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/ide.c
...

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


.