mesa.git
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Add a README file for the new compiler.
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...
2010-06-24 Eric AnholtMerge branch 'mesa'
2010-06-24 Eric AnholtMove the talloc_parent lookup down in a few hot paths.
2010-06-24 Eric AnholtMerge remote branch 'cworth/master'
2010-06-24 Eric Anholtir_to_mesa: Handle a limited subset of matrix multiplic...
2010-06-24 Eric Anholtir_to_mesa: Handle constant matrices.
2010-06-24 Eric Anholtir_to_mesa: Fix copy-and-wasted second argument to...
2010-06-24 Eric Anholtir_to_mesa: Don't allocate temps for swizzles.
2010-06-24 Eric Anholtir_to_mesa: Set up storage for uniform vars.
2010-06-24 Eric Anholtir_to_mesa: Move the classes into the file now that...
2010-06-24 Eric Anholtir_to_mesa: Remove old monoburg structure.
2010-06-24 Eric Anholtir_to_mesa: Restrict dst writemasks like we did in...
2010-06-24 Eric Anholtir_to_mesa: Fix copy-and-wasted DIV instruction sequence.
2010-06-24 Eric Anholtir_to_mesa: Remove the BURG code.
2010-06-24 Eric Anholtir_to_mesa: Fix mapping of FS texcoord inputs and color...
2010-06-24 Eric Anholtir_to_mesa: Try to fix up the dereference handling...
2010-06-24 Eric Anholtir_to_mesa: Implement min and max expressions.
2010-06-24 Eric Anholtir_to_mesa: Don't assert over assignments with a consta...
2010-06-24 Eric Anholtir_to_mesa: Add support for trunc/ceil/floor.
2010-06-24 Eric Anholtir_to_mesa: Implement neg expression.
2010-06-24 Eric Anholtir_to_mesa: Add sin/cos.
2010-06-24 Eric Anholtir_to_mesa: Start trying to support struct storage.
2010-06-24 Eric Anholtir_to_mesa: Fix up array indexing.
2010-06-24 Eric Anholtir_to_mesa: Remove stale comment about monoburg.
2010-06-24 Eric Anholtir_to_mesa: Add support for variable indexing of tempor...
2010-06-24 Eric Anholtir_to_mesa: Clean up some handling of builtins and...
2010-06-24 Eric Anholtir_to_mesa: Add support for loops.
2010-06-24 Eric AnholtMake loop jump mode public so I can switch on it.
2010-06-24 Eric Anholtir_to_mesa: Add logic_or and logic_and to get CorrectFu...
2010-06-24 Eric Anholtir_to_mesa: add logic_xor to get CorrectParse2.vert...
2010-06-24 Eric Anholtir_to_mesa: add logic_not and f2b to get CorrectParse2...
2010-06-24 Eric Anholtir_to_mesa: Add support for ir_if.
2010-06-24 Eric Anholtir_to_mesa: Add support for comparison operations.
2010-06-24 Eric Anholtir_to_mesa: Introduce shorthand for common Mesa IR...
2010-06-24 Eric Anholtir_to_mesa: Add ir_unop_f2i -> OPCODE_TRUNC.
2010-06-24 Eric Anholtir_to_mesa: Add codegen for rsq expression operation.
2010-06-24 Eric Anholtir_to_mesa: Add exp/log expression operations.
2010-06-24 Eric Anholtir_to_mesa: Add (almost) the rest of the builtin varyings.
2010-06-24 Eric Anholtir_to_mesa: Support gl_Position output.
2010-06-24 Eric Anholtir_to_mesa: Support gl_FragData[] output.
2010-06-24 Eric Anholtir_to_mesa: Support gl_FragData[] output.
2010-06-24 Eric Anholtir_to_mesa: Start doing some int support.
2010-06-24 Eric Anholtir_to_mesa: Fix bugs in swizzle handling for scalar...
2010-06-24 Eric Anholtir_to_mesa: Fix copy'n'paste bug where divide multiplie...
2010-06-24 Eric Anholtir_to_mesa: Emit more reduced writemasks for ops on...
2010-06-24 Eric Anholtir_to_mesa: Handle swizzles on LHS of assignment (write...
2010-06-24 Eric Anholtir_to_mesa: Produce multiple scalar ops when required...
2010-06-24 Eric Anholtir_to_mesa: Get temps allocated at the right times.
2010-06-24 Eric Anholtir_to_mesa: Make the first temp index we use 1 to show...
2010-06-24 Eric Anholtir_to_mesa: Fix up the assign rule to use left and...
2010-06-24 Eric Anholtir_to_mesa: Do my best to explain how the codegen rules...
2010-06-24 Eric Anholtir_to_mesa: Print out the ir along with the Mesa IR.
2010-06-24 Eric Anholtir_to_mesa: Fix up src reg swizzling.
2010-06-24 Eric Anholtir_to_mesa: Remove dead code from when this was an...
2010-06-24 Eric Anholtir_to_mesa: Fill in more bits of dest resg.
2010-06-24 Eric Anholtir_to_mesa: Print out the resulting program.
2010-06-24 Eric AnholtAdd missing dist file.
2010-06-24 Eric AnholtIgnore the generated codegen files for now.
2010-06-24 Eric Anholtir_to_mesa: Start building GLSL IR to Mesa IR conversion.
2010-06-24 Eric AnholtMake inlined function variables auto, not in/out.
2010-06-24 Ian RomanickMake sure that symbols aren't multiply defined in the...
2010-06-24 Eric AnholtAttach a pointer to variable names in LIR dumping.
2010-06-24 Eric AnholtQuiet unused arg warning for ir_constant cloning.
2010-06-24 Eric AnholtMove ir_constant cloning alongside the other cloning...
2010-06-24 Eric AnholtDon't forget to add the declaration of our temporary...
2010-06-24 Eric Anholtir_function_inlining: Re-add the "s/return/retval ...
2010-06-24 Eric AnholtFix variable remapping in function cloning.
2010-06-24 Carl Worthglsl2 main: Switch from realloc to talloc_realloc to...
2010-06-24 Carl Worthglsl_type: Add a talloc-based new
2010-06-24 Carl WorthClose memory leaks in glsl_type (constructor and get_ar...
2010-06-24 Carl WorthClose memory leak in lexer.
2010-06-24 Carl Worthmain: Close memory leak of shader string from load_text...
2010-06-24 Carl Worths_symbol: Close memory leak of symbol name.
2010-06-24 Carl WorthClose memory leak in ir_call::get_error_instruction.
2010-06-24 Carl WorthClose memory leaks from generate_constructor_intro
2010-06-24 Carl Worthexec_node: Add new talloc-based new()
2010-06-24 Carl Worthast_node: Add new talloc-based new()
2010-06-23 Carl Worthexec_node: Remove destructor from exec_node and all...
2010-06-23 Carl Worthglsl_symbol_table: Add new talloc-based new()
2010-06-23 Carl Worthglsl2 main: Use talloc to allocate _mesa_glsl_parse_state
2010-06-23 Carl Worthglsl2 main: Use talloc to allocate whole_program struct.
2010-06-23 Carl Worthast_node: Remove empty destructor.
2010-06-23 Carl Worthpreprocessor: Initialize a potentially uninitialized...
2010-06-23 Carl Worthpreprocessor: Remove dead code _token_list_length
2010-06-23 Carl Worthpreprocessor: Remove dead code _string_list_append_list
2010-06-23 Carl Worthconfigure: Ensure that config.h can be safely included...
2010-06-23 Carl Worthconfigure: Remove some dead code.
2010-06-23 Carl WorthFix typos of "variable" as "varaible"
2010-06-23 Carl Worthir_variable: Add some missing initialization to the...
2010-06-23 Eric AnholtFix double usage of the post-inc/dec's temporary pre...
2010-06-23 Eric AnholtAvoid using the RHS of an assignment twice.
2010-06-23 Eric Anholtget_lvalue_copy doesn't need all the checking of do_ass...
2010-06-23 Eric Anholtast_to_hir: Clone LHS derefs of assignment expressions.
2010-06-23 Eric Anholtir_function_inlining: Allow inlining of loops and condi...
2010-06-23 Eric AnholtAdd a virtual clone() method to ir_instruction.
2010-06-23 Eric AnholtAvoid using the same ir_constant 0.0 multiple times...
2010-06-23 Kenneth Graunkeglcpp: Support line continuations within preprocessor...
2010-06-23 Kenneth Graunkeglcpp: Make standalone binary use preprocess().
next