mesa.git
2010-08-13 José Fonsecatalloc: Make it compile with MSVC, MinGW, and Xcode...
2010-08-13 José Fonsecatalloc: Import 2.0.1 code.
2010-08-13 Ian Romanickglsl2: Use MIN2 from macros.h instead of open coding it
2010-08-12 Ian Romanickglsl2: Use Elements from main/compiler.h instead of...
2010-08-12 Brian Paulmesa: check for null shader->InfoLog before printing
2010-08-12 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-12 Ian Romanickglsl2: Add missing include of string.h
2010-08-12 Jakob Bornecrantzgallium: Link DRI drivers with g++ and test with CXX
2010-08-12 Ian Romanickglsl2: Change command line options passed to flex
2010-08-12 Ian Romanickglsl2: Commit generated files changed by previous commit
2010-08-12 Ian Romanickglsl2: Use bison command line option to set prefix
2010-08-12 Ian Romanickglsl2: Commit generated files changed by previous commit
2010-08-12 Ian Romanickglsl2: Emit error from lexer when illegal reserved...
2010-08-11 Ian Romanickglsl2: Don't declare a variable called sig that shadows...
2010-08-11 Carl Worthglcpp: Fix "unterminated if" diagnostic.
2010-08-11 Carl Worthglccp: Regenerate glcpp-parse.c
2010-08-11 Carl Worthglcpp: Add an explicit diagnostic for #if with no expre...
2010-08-11 Carl Worthglcpp: Reword diagnostic for #elif with no expression
2010-08-11 Carl Worthglcpp: Add several tests for diagnostics.
2010-08-11 Carl Worthglcpp: Regenerate glcpp-lex.c
2010-08-11 Carl Worthglcpp: Initialize line and column numbers to 1, not 0.
2010-08-11 Carl Worthglcpp-test: Capture the stderr output of the preprocessor.
2010-08-11 Brian Paulconfigs: added -ltalloc to config files
2010-08-11 Brian Paulosmesa: link with new libglsl.a lib
2010-08-11 Brian Paulglsl2: added casts to silence warnings
2010-08-11 Brian Paulglsl2: remove stray semicolon
2010-08-11 Brian Paulglsl2: added casts to silence warnings
2010-08-11 Brian Paulglsl2: add cast to silence warning
2010-08-11 Brian Paulglsl2: remove stray semicolon
2010-08-11 Brian Paulglsl2: move declarations before code
2010-08-11 Brian Paulglsl2: remove trailing comma to silence warning
2010-08-11 Carl Worthglcpp: Clean up intermediate file when test suite is...
2010-08-11 Carl Worthglcpp: Regenerate glcpp-parse.c
2010-08-11 Carl Worthglcpp: Additional fixes for not evaluating skipped...
2010-08-11 Kenneth Graunkeglcpp/tests: Commit forgotten file 074-elif-undef.c...
2010-08-11 Kenneth Graunketexture_builtins.py: Remove useless comments.
2010-08-11 Carl Worthglcpp: Discard output of cmp when running the test...
2010-08-11 Carl Worthglcpp: Fix expected result for the 064-version.c test.
2010-08-10 Carl Worthglcpp: Regnerate glcpp-parse.c and glcpp-parse.h
2010-08-10 Carl Worthglcpp: Initialize location structure at beginning of...
2010-08-10 Carl Worthglsl2: Regenerate glsl_parser.cpp and glsl_parser.h
2010-08-10 Carl Worthglsl2: Initialize location structure at beginning of...
2010-08-10 Eric Anholtglsl2: Make ir_algebraic reassociate add/mul operands...
2010-08-10 Eric Anholtglsl2: Add a pass to transform ir_binop_sub to add...
2010-08-10 Eric Anholtglsl2: Add constant propagation.
2010-08-10 Eric Anholti965: More s/stderr/stdout/ for program debug.
2010-08-10 Eric Anholtglsl2: Teach copy propagation about "if" and "loop...
2010-08-09 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-09 Kenneth Graunketexture_builtins.py: Fix cut and paste errors in functi...
2010-08-09 Kenneth Graunkeglsl2: Use gl_DepthRange's proper name.
2010-08-09 Ian Romanickir_algebraic: Support other comparisons in ir_unop_logi...
2010-08-09 Ian Romanickir_algebraic: Convert ir_unop_logic_not handler to...
2010-08-09 Aras Pranckeviciusglsl2: do not use __retval name; two underscores is...
2010-08-09 Aras Pranckeviciusglsl: fix missing return in ir_structure_splitting
2010-08-09 Eric Anholtglsl2: Handle plain variable copies in struct splitting.
2010-08-07 Kenneth Graunkeglsl2: Add the 1.30 reserved keywords.
2010-08-06 Aras Pranckeviciusir_function_inlining: Fix missing iter.next() in inlini...
2010-08-06 Aras Pranckeviciuscopy_propagation: do propagation into non-out call...
2010-08-06 Eric Anholtglsl2: Move gl_program->InputsRead/OutputsWritten setti...
2010-08-06 Eric Anholtir_to_mesa: Add support for sampler arrays.
2010-08-06 Eric Anholtglsl2: Fix inlining with sampler array or struct derefe...
2010-08-06 Eric Anholtglsl2: Don't assert in a couple of places when encounte...
2010-08-06 Eric Anholtir_to_mesa: Give the expected size for _mesa_add_attrib...
2010-08-06 Ian Romanickir_to_mesa: Handle texture-array samplers
2010-08-06 Ian Romanickglsl2: Enable all supported extensions in stand-alone...
2010-08-06 Ian Romanickglsl_type: Don't have two versions of a type with the...
2010-08-06 Ian Romanickglsl2: Log a better error message when a matching funct...
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-05 Eric Anholtglsl2: Insert global declarations at the top of the...
2010-08-05 Eric Anholtir_structure_splitting: Massive fixing to this.
2010-08-05 Eric Anholtglsl2: Make the HV actually call ir_texture's visit_leave.
2010-08-05 Eric Anholtir_structure_splitting: New pass to chop structures...
2010-08-05 Eric Anholtglsl2: Fix the dereferences_variable check in ir_tree_g...
2010-08-05 Eric Anholtglsl2: Don't tree-grafting out assignment to an out...
2010-08-05 Eric Anholtglsl2: Don't dead-code eliminate a call where the retur...
2010-08-05 Eric Anholtglsl2: Add some easy-to-enable debug printfs to ir_dead...
2010-08-05 Eric Anholtir_to_mesa: Don't do function inlining until linking.
2010-08-05 Eric Anholtglsl2: Add a pass for removing unused functions.
2010-08-05 Eric Anholtglsl2: Catch pointless copies in copy propagation.
2010-08-05 Eric Anholtglsl2: Don't try to dump GLSL IR for a shader that...
2010-08-05 Eric Anholtir_to_mesa: Remove debug force-enablement of EmitNoIfs.
2010-08-05 Kenneth Graunkeglcpp: Ignore #if and #elif expressions when skipping.
2010-08-05 Kenneth Graunkeglcpp/tests: Add a corollary to testcase 073 for testin...
2010-08-05 Kenneth Graunkeglcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not...
2010-08-05 Kenneth Graunkeglcpp: Refactor HASH_IF and HASH_ELIF expansion to...
2010-08-05 Eric Anholtglsl2: Remove the shader_in/shader_out tracking separat...
2010-08-05 Eric Anholtglsl2: Remove a dead cut and paste member from ir_varia...
2010-08-05 Eric Anholti965: Settle on printing our program debug to stdout.
2010-08-05 Eric Anholtir_to_mesa: Print shader source and compiled IR under...
2010-08-05 Eric Anholtglsl2: Use linked ir_constant_variable after linking...
2010-08-05 Eric Anholtglsl2: Return progress from ir_vec_index_to_swizzle.
2010-08-04 Ian Romanickglsl2: Generate masked assignments in some expanded...
2010-08-04 Ian Romanickglsl2: Generate masked assignments in vector and matrix...
2010-08-04 Ian Romanickglsl2: Additional validation of write masks
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-08-04 Ian Romanickglsl2: Don't try to construct an ir_assignment with...
2010-08-04 Eric Anholtglsl2: Constant fold the children of many more ir_instr...
2010-08-04 Eric Anholtglsl2: Return a real progress value from constant folding.
2010-08-04 Eric Anholtglsl2: Refactor constant folding of rvalues to a function.
2010-08-04 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
next