Merge branch 'glsl2'
[mesa.git] / src / glsl /
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-16 Kenneth Graunkeglsl2: Add builtins profile for GLSL 1.30.
2010-08-16 Ian Romanicklinker: Include compiler.h to avoid spurious warnings...
2010-08-16 Ian Romanickglsl2: Silence unused variable warning
2010-08-16 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 José Fonsecaglsl: Standardize a few more uses of struct vs class...
2010-08-14 José Fonsecaglsl: Silence gcc warning "control reaches end of non...
2010-08-14 José Fonsecascons: Add new source files.
2010-08-14 Vinson Leeglsl: Clean up header file inclusion.
2010-08-14 Vinson Leeglsl/cl: Add forward declaration.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
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 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 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 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 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-12 Ian Romanickglsl2: Add missing include of string.h
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 Paulglsl2: added casts to silence warnings
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: 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 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 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 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 Anholtglsl2: Add a pass for removing unused functions.
next