summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
constant_constructorir_constant_visitor: Use 'union ir_constant_data' instead of open-coded versionIan Romanick14 years
deref_refactorir_reader: Read record_refs.Kenneth Graunke14 years
hierarchical_visitorUse ir_rvalue::variable_referenced instead of open coding itIan Romanick14 years
inline_constructorsAlways emit vector constructors inlineIan Romanick14 years
ir_constant_refactorir_constant: Eliminate 'void *' constructorIan Romanick14 years
linkerFix double usage of the post-inc/dec's temporary pre-inc/dec copy.Eric Anholt14 years
masterast_node: Remove empty destructor.Carl Worth14 years
simple_list_die_die_dieFix function call parameter printer to omit extraneous leading commaIan Romanick14 years
textureUse ir_instruction::visit_children to simplify some visitorsIan Romanick14 years
visit_treeir_validate: Use callback functionality in ir_hierarchical_visitorIan Romanick14 years
[...]
 
 
AgeCommit messageAuthorFilesLines
2010-06-23ast_node: Remove empty destructor.HEADmasterCarl 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.linkerEric Anholt1-5/+4
2010-06-23Avoid using the RHS of an assignment twice.Eric Anholt1-3/+19
[...]
 
Clone
git://people.freedesktop.org/~idr/glsl2
ssh://people.freedesktop.org/~idr/glsl2