summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
cleanupsast_node: Remove empty destructor.Carl Worth14 years
masterglsl2 main: Switch from realloc to talloc_realloc to construct program source.Carl Worth14 years
 
 
AgeCommit messageAuthorFilesLines
2010-06-23ast_node: Remove empty destructor.cleanupsCarl Worth2-8/+0
2010-06-23preprocessor: Initialize a potentially uninitialized variable.Carl Worth1-1/+1
2010-06-23preprocessor: Remove dead code _token_list_lengthCarl Worth1-18/+0
2010-06-23preprocessor: Remove dead code _string_list_append_listCarl Worth1-15/+0
2010-06-23configure: Ensure that config.h can be safely included multiple times.Carl Worth1-0/+4
2010-06-23configure: Remove some dead code.Carl Worth1-7/+0
2010-06-23Fix typos of "variable" as "varaible"Carl Worth2-2/+2
2010-06-23ir_variable: Add some missing initialization to the constructor.Carl Worth1-1/+3
2010-06-23Fix double usage of the post-inc/dec's temporary pre-inc/dec copy.Eric Anholt1-5/+4
2010-06-23Avoid using the RHS of an assignment twice.Eric Anholt1-3/+19
[...]
 
Clone
git://people.freedesktop.org/~cworth/glsl2
ssh://people.freedesktop.org/~cworth/glsl2