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

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


16 years agoCentralize gl ext checks in glutil.c
nkeynes [Sat, 19 Apr 2008 02:39:37 +0000]  tree
Centralize gl ext checks in glutil.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/scene.c


16 years agoChange secondary colour to 3-components - makes osx happy and is probably more correct anyway
nkeynes [Sat, 19 Apr 2008 02:30:04 +0000]  tree
Change secondary colour to 3-components - makes osx happy and is probably more correct anyway
src/pvr2/glrender.c


16 years agoMove glsl setup out of the drivers
nkeynes [Sat, 19 Apr 2008 00:36:36 +0000]  tree
Move glsl setup out of the drivers
Move pvr2 setup call up to video_gtk (probably needs to go higher really)
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/pvr2/glrender.c


16 years agoAdd spanish and italian translations (contributed by segnini75 and ghost22 respectively)
nkeynes [Thu, 17 Apr 2008 11:01:29 +0000]  tree
Add spanish and italian translations (contributed by segnini75 and ghost22 respectively)
configure
configure.in
po/de.po
po/es.po
po/it.po
po/pt_BR.po


16 years agoCommit NSGL work-in-progress
nkeynes [Thu, 17 Apr 2008 08:15:19 +0000]  tree
Commit NSGL work-in-progress
src/drivers/audio_pulse.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/drivers/video_nsgl.h


.