profile/ivi/mesa.git
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-16 Ian Romanickir_to_mesa: Silence unused variable warnings
2010-08-16 Ian Romanickir_to_mesa: Clean up assertions in ir_to_mesa_visitor...
2010-08-16 Ian Romanickir_to_mesa: Support texture rectangle targets
2010-08-16 Marek Olšákst/mesa: remove output register reads inside shaders
2010-08-15 Vinson Leemesa: Check that _XOPEN_SOURCE is defined before using it.
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 José FonsecaReplace our custom C99 headers with code.google.com...
2010-08-14 José Fonsecaglsl: Standardize a few more uses of struct vs class...
2010-08-14 José Fonsecascons: Link talloc.
2010-08-14 José Fonsecaglsl: Silence gcc warning "control reaches end of non...
2010-08-14 José Fonsecamesa: Silence gcc warning "control reaches end of non...
2010-08-14 José Fonsecamesa: Silence gcc warning "missing initializer for...
2010-08-14 José Fonsecamesa: Recent versions of MSVC define the single precisi...
2010-08-14 José Fonsecascons: Add new source files.
2010-08-14 José Fonsecamesa: atan2f and powf need two args.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Ian Romanickmesa: Work-arounds for platforms that lack C99 math...
2010-08-14 Kenneth Graunkeglsl2/Makefile: Add a 'make builtins' target.
2010-08-14 Kenneth Graunkeglsl2: Rework builtin function generation.
2010-08-14 Kenneth Graunkeir_reader: Don't mark functions as defined if their...
2010-08-14 Ian Romanickglsl2: Commit generated file change by commit ab18be74
2010-08-14 Eric Anholtglsl2: Add a pass to strip out noop swizzles.
2010-08-14 Eric Anholtglsl2: Convert ir_constant_propagation to ir_rvalue_vis...
2010-08-14 Eric Anholtglsl2: Add a generic visitor class to call back with...
2010-08-14 Eric Anholtmesa: Avoid using c++ keyword in dri_util.h when compil...
2010-08-14 Eric Anholtintel: Remove include of texmem.h, since we haven't...
2010-08-14 Eric Anholtglsl2: Move ir_to_mesa handling to driver CompileShader...
2010-08-14 Eric Anholtglsl2: Add support for ir_unop_neg to ir_mat_op_to_vec
2010-08-14 Eric Anholtglsl2: Move the common optimization passes to a helper...
2010-08-14 Kenneth Graunkeglsl2: Refresh autogenerated bison parser.
2010-08-14 Vinson LeeFix an MSVC build error (bugzilla 29570).
2010-08-13 Ian Romanickglsl2: Remove unnecessary use of 'struct' before type...
2010-08-13 Ian RomanickAdd missing intmax_t and uintmax_t
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-13 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-13 Ian Romanickglsl2: Use --nounistd to fix MSVC build
2010-08-13 Ian Romanicklinker: Assign attrib location 0 if gl_Vertex is not...
2010-08-13 Jakob Bornecrantzglsl2: Include string.h in preprocessor
2010-08-13 Ian Romanickglsl2: Commit generated files changed by previous two...
2010-08-13 Ian Romanickglsl2: Avoid token name collisions with names used...
2010-08-13 Ian Romanickglsl2: Eliminate tokens for square matrix short names
2010-08-13 José Fonsecascons: Build the new glsl2 code.
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...
next