37206 コミット (cb5ea0c79bd74ea6263d54302ed19c243ceb05de)
 

作成者 SHA1 メッセージ 日付
  Carl Worth cb5ea0c79b glcpp: Add several tests for diagnostics. 15年前
  Carl Worth 5a6285cc86 glcpp: Regenerate glcpp-lex.c 15年前
  Carl Worth bc64b89808 glcpp: Initialize line and column numbers to 1, not 0. 15年前
  Carl Worth 2bcff4c879 glcpp-test: Capture the stderr output of the preprocessor. 15年前
  Brian Paul dcb3a2899e configs: added -ltalloc to config files 15年前
  Brian Paul 9b2d3c3285 osmesa: link with new libglsl.a lib 15年前
  Brian Paul 9f9386d22a glsl2: added casts to silence warnings 15年前
  Brian Paul 4415a84645 glsl2: remove stray semicolon 15年前
  Brian Paul d3b66be3c7 glsl2: added casts to silence warnings 15年前
  Brian Paul ffd3f15e96 glsl2: add cast to silence warning 15年前
  Brian Paul 30d083903f glsl2: remove stray semicolon 15年前
  Brian Paul d1dda951c8 glsl2: move declarations before code 15年前
  Brian Paul 6dc89d221d glsl2: remove trailing comma to silence warning 15年前
  Carl Worth 8485f4d9aa glcpp: Clean up intermediate file when test suite is interrupted. 15年前
  Carl Worth 764e096647 glcpp: Regenerate glcpp-parse.c 15年前
  Carl Worth 48ba058e7a glcpp: Additional fixes for not evaluating skipped #if/#elif expressions. 15年前
  Kenneth Graunke 298a6fcdde glcpp/tests: Commit forgotten file 074-elif-undef.c.expected. 15年前
  Kenneth Graunke 64b408529a texture_builtins.py: Remove useless comments. 15年前
  Carl Worth 9b7fd2099f glcpp: Discard output of cmp when running the test suite. 15年前
  Carl Worth 4f9a64407c glcpp: Fix expected result for the 064-version.c test. 15年前
  Carl Worth e29cd39125 glcpp: Regnerate glcpp-parse.c and glcpp-parse.h 15年前
  Carl Worth 485f84d366 glcpp: Initialize location structure at beginning of parse. 15年前
  Carl Worth a7d6c496cf glsl2: Regenerate glsl_parser.cpp and glsl_parser.h 15年前
  Carl Worth 60d8c46995 glsl2: Initialize location structure at beginning of parse. 15年前
  Eric Anholt 0ff3b2b344 glsl2: Make ir_algebraic reassociate add/mul operands for constant folding. 15年前
  Eric Anholt 5854d4583c glsl2: Add a pass to transform ir_binop_sub to add(op0, neg(op1)) 15年前
  Eric Anholt 8bebbeb7c5 glsl2: Add constant propagation. 15年前
  Eric Anholt 81996ae861 i965: More s/stderr/stdout/ for program debug. 15年前
  Eric Anholt 2dd3ae0d4a glsl2: Teach copy propagation about "if" and "loop" instructions. 15年前
  Kenneth Graunke 8aa7dbacaf glsl2: Refresh autogenerated file builtin_function.cpp. 15年前
  Kenneth Graunke 2eed82ebc0 texture_builtins.py: Fix cut and paste errors in function names. 15年前
  Kenneth Graunke dbff7b541e glsl2: Use gl_DepthRange's proper name. 15年前
  Ian Romanick c88e60a27b ir_algebraic: Support other comparisons in ir_unop_logic_not 15年前
  Ian Romanick fe277089c7 ir_algebraic: Convert ir_unop_logic_not handler to use a switch statement 15年前
  Aras Pranckevicius 3adce986c4 glsl2: do not use __retval name; two underscores is reserved word according to GLSL spec (and Win7 ATI drivers do complain about that) 15年前
  Aras Pranckevicius 5023edaf5d glsl: fix missing return in ir_structure_splitting 15年前
  Eric Anholt f8d2cfe4a6 glsl2: Handle plain variable copies in struct splitting. 15年前
  Kenneth Graunke b7e63c34e7 glsl2: Add the 1.30 reserved keywords. 15年前
  Aras Pranckevicius 58f1ffdd7c ir_function_inlining: Fix missing iter.next() in inlining sampler params. 15年前
  Aras Pranckevicius 63cddb27d7 copy_propagation: do propagation into non-out call params 15年前
  Eric Anholt 925b49ff31 glsl2: Move gl_program->InputsRead/OutputsWritten setting to an ir pass. 15年前
  Eric Anholt c234d0b25f ir_to_mesa: Add support for sampler arrays. 15年前
  Eric Anholt 199c441239 glsl2: Fix inlining with sampler array or struct dereferences as arguments. 15年前
  Eric Anholt 8d61a23b1a glsl2: Don't assert in a couple of places when encountering sampler arrays. 15年前
  Eric Anholt 658e25987f ir_to_mesa: Give the expected size for _mesa_add_attribute(). 15年前
  Ian Romanick 0a86d766ef ir_to_mesa: Handle texture-array samplers 15年前
  Ian Romanick 4f397e1d64 glsl2: Enable all supported extensions in stand-alone compiler 15年前
  Ian Romanick 0a09d679ca glsl_type: Don't have two versions of a type with the same name 15年前
  Ian Romanick 1e0f0459e0 glsl2: Log a better error message when a matching function cannot be found 15年前
  Eric Anholt bc4034b243 glsl2: Add a pass to convert exp and log to exp2 and log2. 15年前