st/va: implement Context Surface and Buffer
[mesa.git] / src / glsl /
2014-09-30 Ian Romanickglsl: Don't make a name for the function return variable
2014-09-30 Ian Romanickglsl: Don't allocate a name for ir_var_temporary variables
2014-09-30 Ian Romanickglsl: Use ir_var_temporary for compiler generated tempo...
2014-09-30 Ian Romanickglsl: Add context-level controls for whether temporarie...
2014-09-30 Ian Romanickglsl: Never put ir_var_temporary variables in the symbo...
2014-09-30 Ian Romanickglsl: Add the possibility for ir_variable to have a...
2014-09-30 Ian Romanickglsl: Store ir_variable_data::_num_state_slots and...
2014-09-30 Ian Romanickglsl: Squish ir_variable::max_ifc_array_access and...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Ian Romanickglsl: Make ir_variable::max_ifc_array_access private
2014-09-30 Ian Romanickglsl: Store ir_variable::depth_layout using 3 bits
2014-09-30 Ian Romanickglsl: Replace ir_variable::warn_extension pointer with...
2014-09-30 Ian Romanickglsl: Use accessors for ir_variable::warn_extension
2014-09-30 Ian Romanickglsl: Eliminate unused built-in variables after compilation
2014-09-30 Ian Romanickglsl: Validate that built-in uniforms have backing...
2014-09-29 Kalyan Kondapallyglsl: Allow texture2DProjLod and textureCubeLod in...
2014-09-27 Matt Turnerglsl: Recognize open-coded pow(x, y).
2014-09-26 Ian Romanickglsl: Strip arrayness from ir_type_dereference_variable too
2014-09-26 Ian Romanickglsl: Round struct size up to at least 16 bytes
2014-09-26 Ian Romanickglsl: Make sure row-major array-of-structure get correc...
2014-09-26 Ian Romanickglsl: Make sure fields after small structs have correct...
2014-09-26 Tapani Pälliglsl: remove unused link_assign_uniform_block_offsets
2014-09-26 Kalyan Kondapallyglsl: Structures must have same name to be considered...
2014-09-26 Tapani Pälliglsl: fix uniform location count used for glsl types
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
next