summaryrefslogtreecommitdiffstats
path: root/hir_field_selection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Close memory leak in ir_call::get_error_instruction.Carl Worth2010-06-231-1/+1
* exec_node: Add new talloc-based new()Carl Worth2010-06-231-2/+3
* Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt2010-06-221-2/+2
* Begin refactoring ir_dereferenceIan Romanick2010-05-261-1/+2
* Convert structure field dereferences to HIRIan Romanick2010-04-281-1/+7
* Use glsl_type::is_error instead of comparison with glsl_error_type pointerIan Romanick2010-03-261-1/+1
* Move swizzles out of ir_dereference and into their own class.Kenneth Graunke2010-03-261-107/+12
* Add new abstract ir_rvalue class; rework accordingly.Kenneth Graunke2010-03-261-4/+4
* Use glsl_type::get_instance instead of _mesa_glsl_get_vector_typeIan Romanick2010-03-241-2/+3
* Fix typo in swizzle processing loopIan Romanick2010-03-241-1/+1
* Trivial cleanups in generate_swizzleIan Romanick2010-03-241-4/+3
* Use ir_dereference::set_swizzleIan Romanick2010-03-241-22/+3
* Convert is_glsl_type_vector to glsl_type::is_vectorIan Romanick2010-03-091-1/+1
* Conver IR structures to use exec_list instead of simple_nodeIan Romanick2010-03-081-1/+1
* Make AST->HIR conversion a method of ast_node, re-enableIan Romanick2010-03-011-1/+1
* Convert to new interfaces so that it will compileIan Romanick2010-02-251-6/+6
* Rename .cc files to .cppIan Romanick2010-02-221-0/+187