summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ast_node: Remove empty destructor.Carl Worth2010-06-232-8/+0
* preprocessor: Initialize a potentially uninitialized variable.Carl Worth2010-06-231-1/+1
* preprocessor: Remove dead code _token_list_lengthCarl Worth2010-06-231-18/+0
* preprocessor: Remove dead code _string_list_append_listCarl Worth2010-06-231-15/+0
* configure: Ensure that config.h can be safely included multiple times.Carl Worth2010-06-231-0/+4
* configure: Remove some dead code.Carl Worth2010-06-231-7/+0
* Fix typos of "variable" as "varaible"Carl Worth2010-06-232-2/+2
* ir_variable: Add some missing initialization to the constructor.Carl Worth2010-06-231-1/+3
* Fix double usage of the post-inc/dec's temporary pre-inc/dec copy.Eric Anholt2010-06-231-5/+4
* Avoid using the RHS of an assignment twice.Eric Anholt2010-06-231-3/+19
* get_lvalue_copy doesn't need all the checking of do_assignment().Eric Anholt2010-06-231-6/+3
* ast_to_hir: Clone LHS derefs of assignment expressions.Eric Anholt2010-06-231-5/+10
* ir_function_inlining: Allow inlining of loops and conditionals.Eric Anholt2010-06-231-25/+1
* Add a virtual clone() method to ir_instruction.Eric Anholt2010-06-2310-328/+305
* Avoid using the same ir_constant 0.0 multiple times in mat constructors.Eric Anholt2010-06-231-2/+1
* glcpp: Support line continuations within preprocessor directives.Kenneth Graunke2010-06-231-0/+79
* glcpp: Make standalone binary use preprocess().Kenneth Graunke2010-06-232-9/+56
* glcpp: Fix "dangerous trailing context" warning.Kenneth Graunke2010-06-231-1/+1
* Remove comment support from the main lexer.Kenneth Graunke2010-06-231-10/+1
* glcpp: Recognize plain "//" as a comment.Kenneth Graunke2010-06-231-1/+1
* Generate errors for empty constructors instead of assertingIan Romanick2010-06-231-1/+8
* linker: Update some comments, remove a couple FINISHMEsIan Romanick2010-06-231-3/+4
* linker: Use InfoLog in assign_attribute_locationsIan Romanick2010-06-231-16/+15
* linker: Refactor parameters to cross_validate_uniformsIan Romanick2010-06-231-6/+4
* linker: Write errors to info log instead of stdoutIan Romanick2010-06-231-48/+84
* linker: Initial implementation of varying slot allocationIan Romanick2010-06-231-3/+76
* linker: Limit attribute allocation to MAX_VERTEX_ATTRIBSIan Romanick2010-06-231-3/+13
* linker: Support matrix and array vertex inputsIan Romanick2010-06-231-15/+179
* linker: Initial implementation of attribute slot allocationIan Romanick2010-06-231-1/+82
* Import some bits Mesa's mtypes.hIan Romanick2010-06-231-0/+221
* Import gl_program_parameter and gl_program_parameter_list types from MesaIan Romanick2010-06-231-1/+46
* linker: Store the par-linked per-stage shaders in the glsl_programIan Romanick2010-06-232-20/+27
* linker: Initial implementation of uniform slot allocationIan Romanick2010-06-231-1/+99
* Import gl_uniform and gl_uniform_list types from MesaIan Romanick2010-06-231-1/+34
* ir_variable: Add query to get number of slots used by a variableIan Romanick2010-06-232-0/+16
* glsl_type: Add method to get number of slots used by a typeIan Romanick2010-06-232-0/+37
* linker: Document what remains to be doneIan Romanick2010-06-231-0/+14
* ir_variable: Set locations for shader built-in variablesIan Romanick2010-06-232-55/+65
* ir_variable: Track the location of uniforms, varings, attributes, etc.Ian Romanick2010-06-232-0/+18
* linker: Initial implementation of interstage input / output validationIan Romanick2010-06-231-1/+105
* ir_variable: Add method to get string representing interpolation qualifierIan Romanick2010-06-232-0/+27
* linker: Initial implementation of interstage uniform validationIan Romanick2010-06-231-1/+69
* ir_constant: Add method to determine if two constants have the same valueIan Romanick2010-06-232-0/+61
* Fix multiple usage of an rvalue in constructor component splitting.Eric Anholt2010-06-231-3/+23
* ir_validate: Use callback functionality in ir_hierarchical_visitorIan Romanick2010-06-231-122/+34
* ir_hierarchical_visitor: Add generic callback functionalityIan Romanick2010-06-232-16/+72
* ir_validate: New pass for checking our invariants.Eric Anholt2010-06-224-0/+199
* ir: Give ir_instruction a print visitor helper.Eric Anholt2010-06-226-9/+13
* Hook up texturing in the hierarchical visitor.Eric Anholt2010-06-221-0/+49
* Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt2010-06-2222-24/+11