u_blitter: fix a memory leak
[mesa.git] / src / glsl /
2010-08-19 Kenneth Graunkeglsl: Replace sscanf in s_expression reader with strspn...
2010-08-19 Eric Anholtglsl: Also strdup the names of uniform list entries...
2010-08-19 Kenneth Graunkeglcpp: Refresh autogenerated lexer.
2010-08-19 Kenneth Graunkeglcpp: Add basic #line support (adapted from the main...
2010-08-19 Eric Anholtglsl2: Free the shader compiler at dri screen destruction.
2010-08-18 Eric Anholtglsl: Fix leak-causing typo in destructor that made...
2010-08-18 Vinson Leeglsl: Fix uninitialized member in ir_hierarchical_visto...
2010-08-18 Eric Anholtglsl: Garbage collect old prototype for ir_to_mesa.
2010-08-18 Eric Anholtmesa: Free old linked shaders when relinking new shaders.
2010-08-18 Eric Anholtglsl2: Fix copy'n'paste hilarity leading to leaking...
2010-08-18 Kenneth Graunkeglsl: Fix scoping bug in if statements.
2010-08-18 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-08-18 Kenneth Graunkegenerate_builtins.py: Clean up generated output a bit.
2010-08-18 Kenneth Graunkeglsl/builtins: Add forgotten hyperbolic trig builtins...
2010-08-18 Kenneth Graunkeir_constant_expression: Implement equal/notEqual for...
2010-08-18 Kenneth Graunkeglsl2: Regenerate builtin_function.cpp.
2010-08-18 Kenneth Graunkeglsl2: Fix cut and paste error in EXT_texture_array...
2010-08-18 Carl Worthglcpp: Refresh generated files.
2010-08-18 Carl Worthglcpp: Add support for "redefined macro" error.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Allow standalone glcpp to accept a filename...
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Carl Worthglcpp: Regenerated glcpp-lex.c from previous commit.
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-17 Ian Romanickglsl2: Fix transpose of rows and cols
2010-08-17 Ian Romanicklinker: Demote user-defined varyings in the VS-only...
2010-08-17 Eric Anholtglsl: When doing algebraic simplification, make sure...
2010-08-17 Eric Anholtglsl: Make ir_algebraic new expressions allocate out...
2010-08-17 Ian Romanickir_constant: Don't assert on out-of-bounds array accesses
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...
next