index
:
~idr/glsl2
constant_constructor
deref_refactor
hierarchical_visitor
inline_constructors
ir_constant_refactor
ir_loop
linker
master
simple_list_die_die_die
struct
texture
visit_tree
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
constant_constructor
ir_constant_visitor: Use 'union ir_constant_data' instead of open-coded version
Ian Romanick
14 years
deref_refactor
ir_reader: Read record_refs.
Kenneth Graunke
14 years
hierarchical_visitor
Use ir_rvalue::variable_referenced instead of open coding it
Ian Romanick
15 years
inline_constructors
Always emit vector constructors inline
Ian Romanick
14 years
ir_constant_refactor
ir_constant: Eliminate 'void *' constructor
Ian Romanick
14 years
linker
Fix double usage of the post-inc/dec's temporary pre-inc/dec copy.
Eric Anholt
14 years
master
ast_node: Remove empty destructor.
Carl Worth
14 years
simple_list_die_die_die
Fix function call parameter printer to omit extraneous leading comma
Ian Romanick
15 years
texture
Use ir_instruction::visit_children to simplify some visitors
Ian Romanick
15 years
visit_tree
ir_validate: Use callback functionality in ir_hierarchical_visitor
Ian Romanick
14 years
[...]
Age
Commit message
Author
Files
Lines
2010-06-23
ast_node: Remove empty destructor.
HEAD
master
Carl Worth
2
-8
/
+0
2010-06-23
preprocessor: Initialize a potentially uninitialized variable.
Carl Worth
1
-1
/
+1
2010-06-23
preprocessor: Remove dead code _token_list_length
Carl Worth
1
-18
/
+0
2010-06-23
preprocessor: Remove dead code _string_list_append_list
Carl Worth
1
-15
/
+0
2010-06-23
configure: Ensure that config.h can be safely included multiple times.
Carl Worth
1
-0
/
+4
2010-06-23
configure: Remove some dead code.
Carl Worth
1
-7
/
+0
2010-06-23
Fix typos of "variable" as "varaible"
Carl Worth
2
-2
/
+2
2010-06-23
ir_variable: Add some missing initialization to the constructor.
Carl Worth
1
-1
/
+3
2010-06-23
Fix double usage of the post-inc/dec's temporary pre-inc/dec copy.
linker
Eric Anholt
1
-5
/
+4
2010-06-23
Avoid using the RHS of an assignment twice.
Eric Anholt
1
-3
/
+19
[...]
Clone
git://people.freedesktop.org/~idr/glsl2
ssh://people.freedesktop.org/~idr/glsl2