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

12 years agoGen helper functions for uniform + attribute variables, along with the main
nkeynes [Tue, 07 Feb 2012 11:20:00 +1000]  tree
Gen helper functions for uniform + attribute variables, along with the main
program use, to provide a more usable interface to the shaders
src/pvr2/gl_sl.c
src/pvr2/glrender.c
src/pvr2/glutil.h
src/pvr2/shaders.glsl
src/tools/genglsl.c


12 years agoAdd support for matrix uniforms + vertex attribs
nkeynes [Mon, 30 Jan 2012 23:11:03 +1000]  tree
Add support for matrix uniforms + vertex attribs
src/pvr2/gl_sl.c
src/pvr2/glutil.h


12 years agoReplace wordexp() with a hand-coded env-var substitution. More portable, and
nkeynes [Mon, 30 Jan 2012 20:11:08 +1000]  tree
Replace wordexp() with a hand-coded env-var substitution. More portable, and
avoids bugs with some wordexp() implementations
src/Makefile.am
src/Makefile.in
src/lxpaths.c
src/lxpaths.h
src/pvr2/glrender.c
src/test/testlxpaths.c


12 years agoAdd include sys/socket.h to provide type definitions (needed on some
nkeynes [Mon, 30 Jan 2012 17:47:29 +1000]  tree
Add include sys/socket.h to provide type definitions (needed on some
platforms)
src/ioutil.h


12 years agoFix SL function signatures
nkeynes [Thu, 26 Jan 2012 20:16:51 +1000]  tree
Fix SL function signatures
src/pvr2/gl_sl.c


12 years agoMove the exception exit macros up to sh4core.h
nkeynes [Fri, 23 Dec 2011 08:20:17 +1000]  tree
Move the exception exit macros up to sh4core.h
src/sh4/mmu.c
src/sh4/sh4core.h
src/sh4/shadow.c


12 years agoOnly build shadow "core" if translation is enabled.
nkeynes [Thu, 22 Dec 2011 18:10:36 +1000]  tree
Only build shadow "core" if translation is enabled.
Guard call to sh4_translate_set_profile_blocks
Fix shadow compile when building without frame-address support (although
it's not going to actually work yet)
src/Makefile.am
src/Makefile.in
src/main.c
src/sh4/shadow.c


12 years agoSetup configure to detect/manage CC_FOR_BUILD
nkeynes [Wed, 21 Dec 2011 17:13:08 +1000]  tree
Setup configure to detect/manage CC_FOR_BUILD
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.in


12 years agoAdd checks for -msse3 and -mfpmath=sse before adding them (in case the
nkeynes [Wed, 21 Dec 2011 12:15:06 +1000]  tree
Add checks for -msse3 and -mfpmath=sse before adding them (in case the
compiler doesn't actually support them)
Tweak configure for forward compatibility with more recent autoconfs
Update config.guess + config.sub to more recent versions
acinclude.m4
config.guess
config.sub
configure
configure.in


12 years agoAdd volatile qualifier to return-address frobbing - works around optimizer
Nathan Keynes <nkeynes@lxdream.org> [Fri, 16 Dec 2011 10:08:45 +1000]  tree
Add volatile qualifier to return-address frobbing - works around optimizer
bug in GCC versions after 4.2
acinclude.m4
configure
src/sh4/mmu.c
src/sh4/sh4x86.in
src/sh4/shadow.c


.