mesa.git
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-16 Rob Clarkglsl: move builtin vector types to glsl_types.cpp
2015-10-16 Rob Clarkglsl: couple shader_enums cleanups
2015-10-16 Timothy Arceriglsl: initialise record array count to 1
2015-10-16 Timothy Arcerinir: add atomic lowering support for AoA
2015-10-16 Timothy Arcerinir: wrapper for glsl_type arrays_of_arrays_size()
2015-10-16 Ilia Mirkinconfigure: show which gallium drivers/sts are built
2015-10-16 Brian Paultgsi: initialize ctx.file in tgsi_dump_instruction()
2015-10-16 Samuel Pitoisetnvc0: add a note about MP counters on GF100/GF110
2015-10-16 Samuel Pitoisetnvc0: add MP counters variants for GF100/GF110
2015-10-16 Samuel Pitoisetnvc0: move SW/HW queries info to their respective files
2015-10-16 Samuel Pitoisetnvc0: enable compute support by default on Fermi
2015-10-16 Samuel Pitoisetnvc0: allow only one active query for the MP counters...
2015-10-16 Samuel Pitoisetnvc0: read MP counters of all GPCs on Fermi
2015-10-16 Samuel Pitoisetnvc0: store the number of GPCs to nvc0_screen
2015-10-16 Samuel Pitoisetnvc0: fix unaligned mem access when reading MP counters...
2015-10-16 Samuel Pitoisetnvc0: fix monitoring multiple MP counters queries on...
2015-10-16 Samuel Pitoisetnvc0: fix queries which use multiple MP counters on...
2015-10-16 Samuel Pitoisetnvc0: allow to use 8 MP counters on Fermi
2015-10-16 Samuel Pitoisetnvc0: fix sequence field init for MP counters on Fermi
2015-10-16 Samuel Pitoisetnvc0: correctly enable the MP counters' multiplexer...
2015-10-16 Samuel Pitoisetnvc0: rip off the kepler MP-enabling logic from the...
2015-10-16 Samuel Pitoisetnvc0: split out begin_query() hook used by MP counters
2015-10-16 Samuel Pitoisetnvc0: remove useless call to query_get_cfg() in nvc0_hw...
2015-10-16 Brian Paulsvga: only count hardware buffer mappings for HUD
2015-10-16 Neha Bhendesvga: add new GALLIUM_HUD queries
2015-10-16 Brian Paulsvga: use new svga_new_shader_variant() function
2015-10-16 Brian Paulsvga: pass context to svga_tgsi_vgpu9_translate()
2015-10-16 Brian Paulsvga: remove svga_tgsi_vgpu9_translate() call in GS...
2015-10-16 Brian Paulglsl: silence warning about unhandled ast_unsized_array...
2015-10-16 Brian Paulst/mesa: fix incorrect pointer type arguments in st_new...
2015-10-16 Brian PaulRevert "mesa: remove FLUSH_VERTICES() in _mesa_MatrixMo...
2015-10-16 Samuel Iglesias... glsl: fix check SSBOs support for builtin functions
2015-10-16 Tapani Pällimesa: Set api prefix to version string when overriding...
2015-10-16 Iago Toral... nir: Get the number of SSBOs and UBOs right
2015-10-16 Iago Toral... i965/vec4: Use the right number of UBOs
2015-10-16 Iago Toral... i965/fs: use the right number of UBOs
2015-10-15 Rob Clarkfreedreno: add debug option to dirty state after draw
2015-10-15 Rob Clarkfreedreno/a3xx: cache-flush is needed after MEM_WRITE
2015-10-15 Rob Clarkgallium/util: fix debug_get_flags_option on 32-bit...
2015-10-15 Chih-Wei Huangnv30: include the header of ffs prototype
2015-10-15 Chih-Wei Huangnv50/ir: use C++11 standard std::unordered_map if possible
2015-10-15 Jason Ekstrandnir/prog: Don't double-insert the fog-coord variable
2015-10-15 Jason Ekstrandnir/glsl: Use shader_prog->Name for naming the NIR...
2015-10-15 Jason Ekstrandnir: Add helpers for creating variables and adding...
2015-10-15 Jason Ekstrandnir/prog: Use nir_foreach_variable
2015-10-15 Brian Paulmesa: wrap a ridiculously long line in es1_conversion.c
2015-10-15 Brian Paulmesa: add num_buffers() helper in blend.c
2015-10-15 Brian Paulmesa: optimize _UsesDualSrc blend flag setting
2015-10-15 Brian Paulmesa: fix incorrect error string in _mesa_BlendEquation...
2015-10-15 Brian Paulmesa: move validate_blend_factors() call after no-chang...
2015-10-15 Brian Paulmesa: optimize no-change check in _mesa_BlendEquationSe...
2015-10-15 Brian Paulmesa: optimize no-change check in _mesa_BlendEquation()
2015-10-15 Brian Paulmesa: optimize no-change check in _mesa_BlendFuncSeparate()
2015-10-15 Brian Paulmesa: short-cut new_state == _NEW_LINE in _mesa_update_...
2015-10-15 Brian Paulmesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
2015-10-15 Chih-Wei Huangmesa: android: Fix the incorrect path of sse_minmax.c
2015-10-15 Mauro Rossii965: android: add the i965_compile_FILES sources to...
2015-10-15 Emil Velikovprogram: convert _mesa_init_gl_program() to take struct...
2015-10-15 Emil Velikovnir: include nir_instr_set.h in the tarball
2015-10-15 Timothy Arceriglsl: Allow arrays of arrays in GLSL ES 3.10 and GLSL...
2015-10-15 Timothy Arceriglsl: allow for AoA in calculating offset to ubo start...
2015-10-15 Timothy Arceriglsl: build ubo name and indexing offset for AoA
2015-10-15 Timothy Arceriglsl: link uniform block arrays of arrays
2015-10-15 Timothy Arceriglsl: Add AoA support when checking for non-const index
2015-10-15 Timothy Arceriglsl: Add support for lowering interface block arrays...
2015-10-15 Timothy Arceriglsl: add AoA support for an inteface with unsized...
2015-10-15 Timothy Arceriglsl: add AoA support for linking interface blocks...
2015-10-15 Timothy Arceriglsl: avoid hitting assert for arrays of arrays
2015-10-15 Timothy Arceriglsl: add AoA support for atomic counters
2015-10-15 Timothy Arceriglsl: add std140 layout support for AoA
2015-10-15 Timothy Arcerii965: add arrays of arrays support for varyings
2015-10-15 Timothy Arceriglsl: calculate AoA uniform offset correctly for structs
2015-10-15 Timothy Arceriglsl: remove dead code in a single pass
2015-10-15 Timothy Arceriglsl: dont allow gl_PerVertex to be redeclared as an...
2015-10-15 Timothy Arceriglsl: check that only the outermost array is unsized
2015-10-15 Timothy Arceriglsl: allow AoA to be sized by initializer or constructor
2015-10-15 Timothy Arceriglsl: add support for initialising sampler AoA
2015-10-15 Timothy Arceriglsl: Add support for linking uniform arrays of arrays
2015-10-14 Kenneth Graunkei965: Don't hardcode FS in "validation failed!" message.
2015-10-14 Jordan Justenglsl: Support uint index in lower_vector_insert
2015-10-14 Jordan Justenglsl: Support uint index in do_vec_index_to_cond_assign
2015-10-14 Jordan Justeni965/fs: Ignore compute shaders in brw_nir_lower_inputs
2015-10-14 Jordan Justeni965/fs: Simplify FS in brw_nir_lower_inputs to only...
2015-10-14 Brian Paulmesa: remove unused functions in program.c
2015-10-14 Brian Paulmesa: minor indentation fix in _mesa_BindTextureUnit()
2015-10-14 Brian Paulmesa: remove unused texUnit local in _mesa_BindTextureU...
2015-10-14 Krzysztof Sobieckist/fbo: use pipe_surface_release instead of pipe_surfac...
2015-10-14 Marta Lofstedtglsl: Enable split of lower UBOs and SSBO also for...
2015-10-14 Jose Fonsecaglsl: Include util/strndup.h.
2015-10-14 Tapani Pälliglsl: calculate TOP_LEVEL_ARRAY_SIZE and STRIDE when...
2015-10-14 Tapani Pälliglsl: add top level array size and stride to gl_uniform...
2015-10-14 Iago Toral... i965: Adapt SSBOs to work with their own separate index...
2015-10-14 Iago Toral... glsl/lower_ubo_reference: lower UBOs and SSBOs to separ...
2015-10-14 Iago Toral... mesa: Add {Num}UniformBlocks and {Num}ShaderStorageBloc...
2015-10-14 Iago Toral... mesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-14 Iago Toral... glsl: Fix variable_referenced() for vector_{extract...
2015-10-14 Iago Toral... nir: split SSBO min/max atomic instrinsics into signed...
2015-10-14 Iago Toral... i965/vec4: fix indentation in vec4_visitor::calculate_l...
next