summaryrefslogtreecommitdiff
path: root/libguile/uniform.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Rename scm_t_array_handle.array to .rootDaniel Llorens1-5/+5
2014-01-27Have array impl->vref, vset take SCM, not handlesDaniel Llorens1-2/+4
2014-01-27Match uniform_vector_elements with vector_elementsDaniel Llorens1-12/+12
2014-01-27For uniform vectors SCM_I_ARRAYP can't be trueDaniel Llorens1-6/+5
2014-01-27Don't use generalized-vector functions in uniform.cDaniel Llorens1-10/+31
2013-10-31Support serialization of uniform vector literalsAndy Wingo1-0/+19
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-2/+2
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-2/+2
2010-08-29bitvector workAndy Wingo1-8/+6
2009-12-15Remove unneeded #include <assert.h>.Ludovic Courtès1-2/+0
2009-09-18fix bitvectors after the array handle refactoringAndy Wingo1-30/+26
2009-07-19uniform vector functions to their own fileAndy Wingo1-0/+254