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

13 years agoRefactor shader management to support multiple programs, which are all
nkeynes [Fri, 17 Sep 2010 20:08:50 +1000]  tree
Refactor shader management to support multiple programs, which are all
defined in the shaders.glsl, rather than split up into one file per
fragment.
src/Makefile.am
src/Makefile.in
src/pvr2/fragment.glsl
src/pvr2/gl_sl.c
src/pvr2/glrender.c
src/pvr2/glutil.h
src/pvr2/shaders.glsl
src/pvr2/vertex.glsl
src/tools/genglsl.c


13 years agoAdd undocumented option --gl-info to dump out the GL identification and extension list
nkeynes [Fri, 17 Sep 2010 20:05:34 +1000]  tree
Add undocumented option --gl-info to dump out the GL identification and extension list
src/main.c
src/pvr2/glutil.c


13 years agoAdd missing shadow.c
nkeynes [Fri, 17 Sep 2010 20:04:02 +1000]  tree
Add missing shadow.c
src/sh4/shadow.c


13 years agoFix TMU counter reading to only update the count if the timer is actually
nkeynes [Tue, 14 Sep 2010 19:59:05 +1000]  tree
Fix TMU counter reading to only update the count if the timer is actually
running - fixes various timing issues in KOS
src/sh4/timer.c


13 years agoFix commit range to actually mark the whole block instead of half of it
nkeynes [Mon, 13 Sep 2010 19:01:15 +1000]  tree
Fix commit range to actually mark the whole block instead of half of it
src/xlat/xltcache.c


13 years agoImplement shadow-execution 'core' to run translator + interpreter side by
nkeynes [Mon, 13 Sep 2010 10:13:42 +1000]  tree
Implement shadow-execution 'core' to run translator + interpreter side by
side (for testing)
src/Makefile.am
src/Makefile.in
src/main.c
src/sh4/sh4.c
src/sh4/sh4.h
src/sh4/sh4core.in
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
...

13 years agoGTK: Force file extension when creating files
nkeynes [Sat, 11 Sep 2010 09:58:22 +1000]  tree
GTK: Force file extension when creating files
src/gtkui/gtk_ctrl.c
src/gtkui/gtkcb.c
src/gtkui/gtkui.h
src/sh4/timer.c
test/Makefile.in


13 years agoGTK: Comment out non-existent setting menu-items, to reduce potential
nkeynes [Sat, 11 Sep 2010 09:44:21 +1000]  tree
GTK: Comment out non-existent setting menu-items, to reduce potential
confusion
src/gtkui/gtkui.c


13 years agoTweak debug window layout to give the mode dropdown a little more room by default
nkeynes [Sat, 11 Sep 2010 09:39:30 +1000]  tree
Tweak debug window layout to give the mode dropdown a little more room by default
src/gtkui/gtk_debug.c


13 years agoClose tmpfiles at exit rather than destroying them, to avoid triggering the assertion
nkeynes [Fri, 10 Sep 2010 21:42:41 +1000]  tree
Close tmpfiles at exit rather than destroying them, to avoid triggering the assertion
due to the source still being referenced
src/drivers/cdrom/sector.c


.