index
:
~cworth/glsl2
cleanups
master
Carl's edits to the glsl2 project.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
cleanups
ast_node: Remove empty destructor.
Carl Worth
14 years
master
glsl2 main: Switch from realloc to talloc_realloc to construct program source.
Carl Worth
14 years
Age
Commit message
Author
Files
Lines
2010-06-23
glsl2 main: Switch from realloc to talloc_realloc to construct program source.
HEAD
master
Carl Worth
1
-2
/
+2
2010-06-23
glsl_type: Add a talloc-based new
Carl Worth
3
-2
/
+26
2010-06-23
Close memory leaks in glsl_type (constructor and get_array_instance)
Carl Worth
6
-18
/
+25
2010-06-23
Close memory leak in lexer.
Carl Worth
1
-1
/
+3
2010-06-23
main: Close memory leak of shader string from load_text_file.
Carl Worth
1
-4
/
+5
2010-06-23
s_symbol: Close memory leak of symbol name.
Carl Worth
1
-2
/
+2
2010-06-23
Close memory leak in ir_call::get_error_instruction.
Carl Worth
4
-20
/
+22
2010-06-23
Close memory leaks from generate_constructor_intro
Carl Worth
1
-22
/
+19
2010-06-23
exec_node: Add new talloc-based new()
Carl Worth
18
-235
/
+351
2010-06-23
ast_node: Add new talloc-based new()
Carl Worth
2
-105
/
+211
[...]
Clone
git://people.freedesktop.org/~cworth/glsl2
ssh://people.freedesktop.org/~cworth/glsl2