summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-12glsl2: Use MIN2 from macros.h instead of open coding itIan Romanick1-11/+7
2010-08-12glsl2: Use Elements from main/compiler.h instead of open-codingIan Romanick6-16/+5
2010-08-12mesa: check for null shader->InfoLog before printingBrian Paul1-1/+3
2010-08-12glsl2: Commit generated file changed by previous commitIan Romanick1-0/+1
2010-08-12glsl2: Add missing include of string.hIan Romanick1-107/+108
2010-08-12gallium: Link DRI drivers with g++ and test with CXXJakob Bornecrantz1-8/+5
2010-08-11glsl2: Change command line options passed to flexIan Romanick1-1/+1
2010-08-11glsl2: Commit generated files changed by previous commitIan Romanick2-249/+249
2010-08-11glsl2: Use bison command line option to set prefixIan Romanick2-2/+1
2010-08-11glsl2: Commit generated files changed by previous commitIan Romanick3-1259/+1287
2010-08-11glsl2: Emit error from lexer when illegal reserved word is encounteredIan Romanick2-41/+53
2010-08-11glsl2: Don't declare a variable called sig that shadows the other oneIan Romanick1-1/+1
2010-08-11glcpp: Fix "unterminated if" diagnostic.Carl Worth4-4/+8
2010-08-11glccp: Regenerate glcpp-parse.cCarl Worth1-376/+393
2010-08-11glcpp: Add an explicit diagnostic for #if with no expression.Carl Worth2-1/+14
2010-08-11glcpp: Reword diagnostic for #elif with no expressionCarl Worth3-3/+2
2010-08-11glcpp: Add several tests for diagnostics.Carl Worth20-0/+72
2010-08-11glcpp: Regenerate glcpp-lex.cCarl Worth1-9/+23
2010-08-11glcpp: Initialize line and column numbers to 1, not 0.Carl Worth1-1/+1
2010-08-11glcpp-test: Capture the stderr output of the preprocessor.Carl Worth1-1/+1
2010-08-11configs: added -ltalloc to config filesBrian Paul2-2/+2
2010-08-11osmesa: link with new libglsl.a libBrian Paul1-2/+1
2010-08-11glsl2: added casts to silence warningsBrian Paul3-12/+12
2010-08-11glsl2: remove stray semicolonBrian Paul1-1/+1
2010-08-11glsl2: added casts to silence warningsBrian Paul1-4/+4
2010-08-11glsl2: add cast to silence warningBrian Paul1-1/+1
2010-08-11glsl2: remove stray semicolonBrian Paul1-1/+1
2010-08-11glsl2: move declarations before codeBrian Paul1-2/+4
2010-08-11glsl2: remove trailing comma to silence warningBrian Paul1-1/+1
2010-08-11glcpp: Clean up intermediate file when test suite is interrupted.Carl Worth1-0/+2
2010-08-11glcpp: Regenerate glcpp-parse.cCarl Worth1-111/+133
2010-08-11glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth5-19/+61
2010-08-10glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.Kenneth Graunke1-0/+4
2010-08-10texture_builtins.py: Remove useless comments.Kenneth Graunke1-2/+2
2010-08-10glcpp: Discard output of cmp when running the test suite.Carl Worth1-1/+1
2010-08-10glcpp: Fix expected result for the 064-version.c test.Carl Worth1-0/+1
2010-08-10glcpp: Regnerate glcpp-parse.c and glcpp-parse.hCarl Worth2-215/+224
2010-08-10glcpp: Initialize location structure at beginning of parse.Carl Worth1-0/+8
2010-08-10glsl2: Regenerate glsl_parser.cpp and glsl_parser.hCarl Worth2-496/+505
2010-08-10glsl2: Initialize location structure at beginning of parse.Carl Worth1-1/+9
2010-08-09glsl2: Make ir_algebraic reassociate add/mul operands for constant folding.Eric Anholt1-1/+107
2010-08-09glsl2: Add a pass to transform ir_binop_sub to add(op0, neg(op1))Eric Anholt5-0/+80
2010-08-09glsl2: Add constant propagation.Eric Anholt6-0/+486
2010-08-09i965: More s/stderr/stdout/ for program debug.Eric Anholt3-3/+3
2010-08-09glsl2: Teach copy propagation about "if" and "loop" instructions.Eric Anholt1-90/+158
2010-08-09glsl2: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-2/+2
2010-08-09texture_builtins.py: Fix cut and paste errors in function names.Kenneth Graunke3-4/+4
2010-08-09glsl2: Use gl_DepthRange's proper name.Kenneth Graunke1-1/+1
2010-08-09ir_algebraic: Support other comparisons in ir_unop_logic_notIan Romanick1-0/+4
2010-08-09ir_algebraic: Convert ir_unop_logic_not handler to use a switch statementIan Romanick1-9/+19