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

12 years agoBreak tools out into its own Makefile using CC_FOR_BUILD
nkeynes [Fri, 10 Feb 2012 19:26:10 +1000]  tree
Break tools out into its own Makefile using CC_FOR_BUILD
.hgignore
Makefile.in
acinclude.m4
config.h.in
configure
configure.in
m4/ccforbuild.m4
src/Makefile.am
src/Makefile.in
src/tools/Makefile.am
...

12 years agoAdd wrangling for some of the core vs EXT/ARB versions of functions + macros
nkeynes [Tue, 07 Feb 2012 14:27:13 +1000]  tree
Add wrangling for some of the core vs EXT/ARB versions of functions + macros
config.h.in
configure
configure.in
src/drivers/gl_fbo.c
src/pvr2/glutil.h
src/pvr2/texcache.c


12 years agoAdd enable/disable vertex attribute calls when making a shader active
nkeynes [Tue, 07 Feb 2012 11:59:07 +1000]  tree
Add enable/disable vertex attribute calls when making a shader active
Add vec3 uniform setter
src/pvr2/gl_sl.c
src/tools/genglsl.c


12 years agoAdd enable/disable vertex attribute calls when making a shader active
nkeynes [Tue, 07 Feb 2012 11:44:19 +1000]  tree
Add enable/disable vertex attribute calls when making a shader active
src/pvr2/gl_sl.c
src/tools/genglsl.c


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


.