nv50/ir: avoid deleting pseudo instructions too early
[mesa.git] / src / glsl /
2014-09-23 Juha-Pekka Heikkilaglsl: Check realloc return value in ir_function::matchi...
2014-09-23 Juha-Pekka Heikkilaglsl: Check calloc return value in link_intrastage_shad...
2014-09-23 Juha-Pekka Heikkilaglsl: add missing null check in tfeedback_decl::init()
2014-09-23 Juha-Pekka Heikkilaglsl: Fix memory leak in glsl_lexer.ll
2014-09-22 Brian Paulglsl: use ptrdiff_t cast to silence g++ sign warning
2014-09-16 Chris Forbesglsl: fix error message for redeclaring gl_PerVertex...
2014-09-15 Kalyan KondapallyGenerate a warning when not writing gl_Position with...
2014-09-12 Kenneth Graunkeglsl: Speed up constant folding for swizzles.
2014-09-11 Frank Henigmanglsl: allow precision qualifier on sampler arrays
2014-09-11 Tapani Pälliglsl: mark variable as loop constant when it is set...
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-09-10 Ian Romanickglsl/linker: Make get_main_function_signature public
2014-09-09 Kalyan KondapallyLinking fails when not writing gl_Position.
2014-09-04 Kenneth Graunkeglsl: Report progress from opt_copy_propagation_elements().
2014-09-04 Kenneth Graunkeglsl: Skip rewriting instructions in opt_cpe when unnec...
2014-09-04 Kenneth Graunkeglsl: Initialize source_chan in opt_copy_propagation_el...
2014-09-03 tiffanyglsl: fix assertion which fails for unsigned array...
2014-09-02 Dave Airlieglsl: free uniform_map on failure path.
2014-08-31 Abdiel Janulgueglsl: Optimize clamp(x, b, 1.0), where b > 0.0 as max...
2014-08-31 Abdiel Janulgueglsl: Optimize clamp(x, 0.0, b), where b < 1.0 as min...
2014-08-31 Abdiel Janulgueglsl: Optimize clamp(x, 0, 1) as saturate(x)
2014-08-31 Abdiel Janulgueglsl: Implement saturate as ir_unop_saturate
2014-08-31 Abdiel Janulgueglsl: Add a pass to lower ir_unop_saturate to clamp...
2014-08-31 Abdiel Janulgueglsl: Add constant evaluation of ir_unop_saturate
2014-08-31 Abdiel Janulgueglsl: Add ir_unop_saturate
2014-08-30 Ian Romanickglsl: Use bit-flags image attributes and uint16_t for...
2014-08-30 Ian Romanickglsl: Use a single bit for the dual-source blend index
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-28 Alexander von Gluck IVglsl: Add strings.h on non-MSC platforms
2014-08-25 Chris Forbesglsl: Remove bogus "OUPTUT" token
2014-08-22 Carl Worthglcpp: Don't use alternation in the lookahead for empty...
2014-08-21 Connor Abbottglsl/linker: pass through the is_intrinsic flag
2014-08-20 Carl Worthglcpp: Fix glcpp-test-cr-lf "make check" test for Mac...
2014-08-20 Carl Worthglcpp: Use printf instead of "echo -n" in glcpp-test
2014-08-20 Timothy Arceriglsl: Use the without_array predicate in some more...
2014-08-19 Matt Turnerglsl: Use UniformBooleanTrue value for uniform initiali...
2014-08-15 Chris Forbesglsl: Mark program as using dFdy if coarse/fine variant...
2014-08-15 Ilia Mirkinglsl: add ARB_derivative control support
2014-08-14 Aras Pranckeviciusglsl: Fixed vectorize pass vs. texture lookups.
2014-08-12 Emil Velikovandroid: glsl: the stlport over the limited Android STL
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...
next