radeonsi: add has_draw_indirect_multi flag
[mesa.git] / src / mesa /
2016-08-06 Mathias Fröhlichmesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop...
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-08-05 Kenneth Graunkei965: Rework the unlit centroid workaround.
2016-08-04 Eric Anholtmesa: Dynamically allocate the matrix stack.
2016-08-04 Eric Anholtstate_tracker: Initialize the draw context only when...
2016-08-04 Kenneth Graunkei965: Use a separate register for every access to an...
2016-08-03 Haixia Shii965: use mt->offset in intel_miptree_map_movntdqa()
2016-08-02 Matt Turneri965: Disable the unlit centroid workaround on Gen7.
2016-08-01 Matt Turneri915: Avoid aliasing violation.
2016-08-01 Matt Turnerglsl_to_tgsi: Avoid aliasing violations.
2016-08-01 Brian Paulst/mesa: silence missing braces warning in st_program.c
2016-08-01 Timothy Arcerii965: fix comparison warning
2016-07-31 Mathias Fröhlichmesa: Remove set but not used gl_client_array::Stride.
2016-07-31 Mathias Fröhlichmesa: Remove set but not used gl_client_array::Enabled.
2016-07-31 Mathias Fröhlichvbo: Use the VAO array enabled flags in vbo_exec_array.
2016-07-31 Mathias Fröhlichvbo: Walk the VAO in check_array_data.
2016-07-31 Mathias Fröhlichvbo: Walk the VAO in print_draw_arrays.
2016-07-31 Mathias Fröhlichmesa: Walk the VAO in _mesa_print_arrays.
2016-07-31 Mathias Fröhlichvbo: Walk the VAO to check for mapped buffers.
2016-07-31 Mathias Fröhlichvbo: Walk the VAO to see if all varyings are in vbos.
2016-07-31 Mathias Fröhlichmesa: Implement _mesa_all_varyings_in_vbos.
2016-07-31 Mathias Fröhlichmesa: Unbind deleted vbo using _mesa_bind_vertex_buffer.
2016-07-30 Marek Olšákmesa: remove dd_function_table::UseProgram
2016-07-30 Marek Olšákst/mesa: update sampler states when shaders are changed
2016-07-30 Marek Olšákst/mesa: don't dirty sample shading on _NEW_PROGRAM
2016-07-30 Marek Olšákst/mesa: remove excessive shader state dirtying
2016-07-30 Marek Olšákst/mesa: unreference optional shaders when unbinding
2016-07-30 Marek Olšákst/mesa: skip updates of states that have no effect
2016-07-30 Marek Olšákst/mesa: completely rewrite state atoms
2016-07-30 Marek Olšákst/mesa: remove st_tracked_state::name
2016-07-30 Marek Olšákst/mesa: remove atom debugging code
2016-07-29 Kenneth Graunkei965: Fix move_interpolation_to_top() pass.
2016-07-28 Nicolai Hähnlest_glsl_to_tgsi: only skip over slots of an input array...
2016-07-28 Timothy Arcerii965: remove unnecessary null check
2016-07-27 Mathias Fröhlichvbo: Fix handling of POS/GENERIC0 attributes.
2016-07-26 Vedran Miletićmesa: standardize naming Mesa3D, MESA -> Mesa
2016-07-26 Kenneth Graunkemesa: Make MESA_SHADER_CAPTURE_PATH skip shaders with...
2016-07-26 Matt Turnermesa: Avoid aliasing violation in uniform_query.cpp.
2016-07-26 Matt Turnermesa: Avoid aliasing violation in FXT1.
2016-07-26 Matt Turnerswrast: Avoid aliasing violation.
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-07-26 Jason Ekstrandi965/miptree: Stop multiplying cube depth by 6 in HiZ...
2016-07-26 Jason Ekstrandi965/miptree/isl: Stop multiplying depth by 6 for cubes
2016-07-26 Jason Ekstrandi965/blorp/gen8: Stop multiplying depth by 6 for cubes
2016-07-25 Nils Wallméniusmain: memcpy larger chunks in _mesa_propagate_uniforms_...
2016-07-23 Ilia Mirkinglsl: reuse main extension table to appropriately restr...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-23 Kenneth Graunkemesa: Don't call GenerateMipmap if Width or Height...
2016-07-22 Jason Ekstrandi965: Get rid of the do_lower_unnormalized_offsets...
2016-07-22 Jason Ekstrandi965/nir: Enable NIR lowering of txf and rect offsets
2016-07-22 Marek Olšákgallium: add PIPE_FLUSH_DEFERRED
2016-07-22 Timothy Arcerii965: fix varying output setup
2016-07-22 Kenneth Graunkemesa: Add GL_BGRA_EXT to the list of GenerateMipmap...
2016-07-22 Kenneth Graunkei965: Fix "operation operation" in comment.
2016-07-22 Kenneth Graunkei965: Fix shared atomic intrinsics to pay attention...
2016-07-21 Kenneth Graunkei965: Include VUE handles for GS with invocations > 1.
2016-07-21 Timothy Arcerii965: print error messages if gs fails to compile
2016-07-21 Timothy Arcerii965: enable GL4.4 for Gen8+
2016-07-21 Timothy Arcerii965: enable ARB_enhanced_layouts for gen6+
2016-07-21 Timothy Arcerii965/vec4: add packing support for tcs load outputs
2016-07-21 Timothy Arcerii965/vec4: add support for packing tes inputs
2016-07-21 Timothy Arcerii965/vec4: add support for packing tcs outputs
2016-07-21 Timothy Arcerii965/vec4: support packing tcs inputs
2016-07-21 Timothy Arcerii965/vec4: add component packing for gs
2016-07-21 Timothy Arcerii965/vec4: add support for packing vs/gs/tes outputs
2016-07-21 Timothy Arcerii965/vec4: add support for packing inputs
2016-07-21 Timothy Arcerii965: add helper for creating packing writemask
2016-07-21 Timothy Arcerii965: add helpers for creating component layout swizzle
2016-07-20 Timothy Arcerii965: enable ARB_enhanced_layouts for gen8+
2016-07-20 Timothy Arcerii965: add component packing support for load_output...
2016-07-20 Timothy Arcerii965: enable component packing for vs and fs
2016-07-20 Timothy Arcerii965: bring back type_size_vec4_times_4()
2016-07-20 Kenneth Graunkei965: Move VS load_input handling to nir_emit_vs_intrin...
2016-07-20 Kenneth Graunkei965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID...
2016-07-20 Kenneth Graunkei965: Rewrite FS input handling to use the new NIR...
2016-07-20 Kenneth Graunkei965: Move load_interpolated_input/barycentric_* intrin...
2016-07-20 Kenneth Graunkei965: Add a pass to demote sample interpolation intrinsics.
2016-07-20 Jason Ekstrandi965: Stop muging cube array lengths by 6
2016-07-20 Jason Ekstrandi965/miptree: Set logical_depth0 == 6 for cube maps
2016-07-20 Jason Ekstrandi965/miptree: Enforce that height == 1 for 1-D array...
2016-07-20 Emil Velikovi965: store reference to the context within struct...
2016-07-20 Emil Velikovmesa: scons: remove left over src/glsl include
2016-07-20 Emil Velikovmesa: scons: list builddir before srcdir
2016-07-20 Emil Velikovmesa: automake: list builddir before srcdir
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-20 Kenneth Graunkei965: Use tex_mocs instead of rb_mocs for GL images.
2016-07-19 Ian Romanickst/mesa: Enable MESA_shader_integer_functions on all...
2016-07-19 Ian Romanicki965: Enable MESA_shader_integer_functions on all GLSL...
2016-07-19 Ian Romanicki965: Don't lower uaddCarry and usubBorrow in both...
2016-07-19 Ian Romanicki965: Update assertion to account for Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_find_lsb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ifind_msb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ufind_msb
2016-07-19 Ian Romanicki965: Always enable GL_ARB_shading_language_packing
2016-07-19 Ian Romanicki965: Move enable of EXT_shader_integer_mix
2016-07-19 Ian RomanickMESA_shader_integer_functions: Boiler plate extension...
2016-07-18 Jason Ekstrandi965: Skip update_texture_surface when the plane doesn...
2016-07-18 Anuj Phogati965/gen9: Enable KHR_texture_compression_astc_sliced_3d
2016-07-18 Anuj Phogatmesa: Add the infrastructure for KHR_texture_compressio...
next