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

12 years agoAdd GTK_LIBS to ldadd for testlxpaths, as GLIB_LIBS isn't defined for GTK
nkeynes [Mon, 13 Feb 2012 12:26:01 +1000]  tree
Add GTK_LIBS to ldadd for testlxpaths, as GLIB_LIBS isn't defined for GTK
builds...
src/Makefile.am
src/Makefile.in


12 years agoAdd -Werror for mregparm check, so it actually fails if mregparm isn't
nkeynes [Sun, 12 Feb 2012 16:30:26 +1000]  tree
Add -Werror for mregparm check, so it actually fails if mregparm isn't
accepted
acinclude.m4
configure


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


.