gallium/r300: Fix a link error in the tests
[mesa.git] / src / glsl /
2014-08-12 Chris Forbesglsl: Allow dynamically uniform sampler array indexing...
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-08-07 Carl Worthglsl/glcpp: Rename one test to avoid a duplicate test...
2014-08-07 Carl Worthglsl/glcpp: Fix handling of commas that result from...
2014-08-07 Carl Worthglsl/glcpp: Integrate recent glcpp-test-cr-lf test...
2014-08-07 Carl Worthglsl/glcpp: Fix glcpp-test to correctly extract test...
2014-08-07 Carl Worthglsl/glcpp: Fix line-continuation code to handle multip...
2014-08-07 Carl Worthglsl/glcpp: Don't include any newline characters in...
2014-08-07 Carl Worthglsl/glcpp: Treat CR+LF pair as a single newline
2014-08-07 Carl Worthglsl/glcpp: Add test script for testing various line...
2014-08-07 Carl Worthglsl/glcpp: Fix for macros that expand to include ...
2014-08-07 Carl Worthglsl/glcpp: Swallow empty #pragma directives.
2014-08-07 Carl Worthglsl/glcpp: Fix #pragma to not over-increment the line...
2014-08-07 Carl Worthglsl/glcpp: Add testing for null directives with spaces...
2014-08-07 Carl Worthglsl/glcpp: Fix NULL directives when followed by a...
2014-08-07 Carl Worthglsl/glcpp: Add tests for #define followed by comments
2014-08-07 Carl Worthglsl/glcpp: Allow single-line comments immediately...
2014-08-07 Carl Worthglsl/glcpp: Add test for "#define without macro name"
2014-08-07 Carl Worthglsl/glcpp: Add explicit error for "#define without...
2014-08-07 Tapani Pälliglsl: support unsigned increment in ir_loop controls
2014-08-04 Ian Romanickglsl: Rebuild the symbol table without unreachable...
2014-08-04 Kenneth Graunkeglsl: Only create one ir_function for a given name.
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-08-04 Ian Romanickglsl: Do not add extra padding to structures
2014-08-04 Ian Romanickglsl: Correctly determine when the field of a UBO is...
2014-08-04 Ian Romanicklinker: Use the matrix layout information in ir_variabl...
2014-08-04 Ian Romanickglsl: Track matrix layout of variables using two bits
2014-08-04 Ian Romanickglsl: Also track matrix layout information into structures
2014-08-04 Ian Romanickglsl: Track matrix layout of structure fields using...
2014-08-04 Ian Romanickglsl: Correctly load columns of a row-major matrix
2014-08-04 Ian Romanicklinker: Add padding after the last field of a structure
2014-08-04 Ian Romanicklinker: Add a last_field parameter to various program_r...
2014-08-04 Ian Romanickglsl: Do not eliminate 'shared' or 'std140' blocks...
2014-08-04 Ian Romanickglsl: Use the without_array predicate to simplify some...
2014-08-04 Ian Romanickglsl: Add without_array type predicate
2014-08-04 Ian Romanickglsl: Use constant_expression_value instead of as_constant
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-04 Tapani Pälliglsl: fix switch statement default case regressions
2014-08-01 Kevin Rogovindefine GL_OES_standard_derivatives if extension is...
2014-07-30 Brian Paulglsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC...
2014-07-29 Carl Worthglsl: Add flex options to eliminate the default rule
2014-07-29 Carl Worthglsl/glcpp: Add flex options to eliminate the default...
2014-07-29 Carl Worthglsl/glcpp: Combine the two rules matching any character
2014-07-29 Carl Worthglsl/glcpp: Alphabetize lists of start conditions
2014-07-29 Carl Worthglsl/glcpp: Add a catch-all rule for unexpected characters.
2014-07-29 Carl Worthglsl/glcpp: Treat carriage return as equivalent to...
2014-07-29 Carl Worthglsl/glcpp: Add test for a multi-line comment within...
2014-07-29 Carl Worthglsl/glcpp: Test that macro parameters substitute immed...
2014-07-29 Carl Worthglsl/glcpp: Add (non)-support for ++ and -- operators
2014-07-29 Carl Worthglsl/glcpp: Emit error for duplicate parameter name...
2014-07-29 Carl Worthglsl/glcpp: Add an explanatory comment for "loc !=...
2014-07-29 Carl Worthglsl/glcpp: Drop the HASH_ prefix from token names...
2014-07-29 Kenneth Graunkeglsl: Properly lex extra tokens when handling # directives.
2014-07-29 Carl Worthglsl: Add an internal-error catch-all rule
2014-07-29 Carl Worthglsl/glcpp: Correctly parse directives with intervening...
2014-07-29 Carl Worthglsl/glcpp: Rename HASH token to HASH_TOKEN
2014-07-29 Carl Worthglsl/glcpp: Don't use start-condition stack when switch...
2014-07-29 Carl Worthglsl/glcpp: Add a -d/--debug option to the standalone...
2014-07-29 Carl Worthglsl/glcpp: Fix off-by-one error in column in first...
2014-07-29 Carl Worthglsl/glcpp: Minor tweak to wording of error message
2014-07-29 Carl Worthglsl/glcpp: Stop using a lexer start condition (<SKIP...
2014-07-29 Carl Worthglsl/glcpp: Abstract a bit of common code for returning...
2014-07-29 Carl Worthglsl/glcpp: Drop extra, final newline from most output
2014-07-29 Carl Worthglsl/glcpp: Add testing for EOF sans newline (and fix...
2014-07-29 Carl Worthglsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
2014-07-29 Carl Worthglsl/glcpp: Add support for comments between #define...
2014-07-29 Carl Worthglsl/glcpp: Emit proper error for #define with a non...
2014-07-29 Carl Worthglsl/glcpp: Add testing for directives preceded by...
2014-07-29 Carl Worthglsl/glcpp: Fix to emit spaces following directives
2014-07-28 Jordan Justenglsl/cs: Add several GLSL compute shader variables
2014-07-26 Chris Forbesglsl: No longer require ubo block index to be constant...
2014-07-26 Chris Forbesglsl: Accept nonconstant array references in lower_ubo_...
2014-07-26 Chris Forbesglsl: Convert uniform_block in lower_ubo_reference...
2014-07-26 Chris Forbesglsl: Mark entire UBO array active if indexed with...
2014-07-26 Chris Forbesglsl: Allow non-constant UBO array indexing with GLSL4...
2014-07-23 Ian Romanickglsl: Fix some bad indentation
2014-07-19 Ian Romanickglsl: Fix bad indentation
2014-07-17 Marek Olšákglsl: add a mechanism to allow #extension directives...
2014-07-17 Tapani Pälliglsl: handle a switch where default is in the middle...
2014-07-16 Kenneth Graunkeglsl: Make the tree rebalancer use vector_elements...
2014-07-16 Kenneth Graunkeglsl: Guard against error_type in the tree rebalancer.
2014-07-16 Kenneth Graunkeglsl: Make the tree rebalancer bail on matrix operands.
2014-07-15 Matt Turnerglsl: Don't declare variables in for-loop declaration.
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-15 Connor Abbottexec_list: Add a function to give the length of a list.
2014-07-15 Connor Abbottexec_list: Add a prepend function.
2014-07-15 Matt Turnerglsl: Update expression types after rebalancing the...
2014-07-15 Matt Turnerglsl: Add callback_leave to ir_hierarchical_visitor.
2014-07-14 Cody Northropglsl: Fix aggregates with dynamic initializers.
2014-07-11 Chris Forbesglsl: add new interpolateAt* builtin functions
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-11 Chris Forbesallow builtin functions to require parameters to be...
2014-07-10 Brian Paulglsl/glcpp: move macro declaration before code to fix...
2014-07-09 Carl Worthglsl/glcpp: Don't choke on an empty pragma
2014-07-09 Carl Worthglsl/glcpp: Promote "extra token at end of directive...
2014-07-09 Carl Worthglsl/glcpp: Once again report undefined macro name...
2014-07-09 Carl Worthglsl/glcpp: Add short-circuiting for || and && in ...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to properly lex entire "preproces...
next