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-23glsl2 main: Switch from realloc to talloc_realloc to construct program source.HEADmasterCarl Worth1-2/+2
2010-06-23glsl_type: Add a talloc-based newCarl Worth3-2/+26
2010-06-23Close memory leaks in glsl_type (constructor and get_array_instance)Carl Worth6-18/+25
2010-06-23Close memory leak in lexer.Carl Worth1-1/+3
2010-06-23main: Close memory leak of shader string from load_text_file.Carl Worth1-4/+5
2010-06-23s_symbol: Close memory leak of symbol name.Carl Worth1-2/+2
2010-06-23Close memory leak in ir_call::get_error_instruction.Carl Worth4-20/+22
2010-06-23Close memory leaks from generate_constructor_introCarl Worth1-22/+19
2010-06-23exec_node: Add new talloc-based new()Carl Worth18-235/+351
2010-06-23ast_node: Add new talloc-based new()Carl Worth2-105/+211
[...]
 
Clone
git://people.freedesktop.org/~cworth/glsl2
ssh://people.freedesktop.org/~cworth/glsl2