radeonsi: use r600_common_context less pt5
[mesa.git] / src / mesa /
2018-04-05 Rafael Antognollii965/surface_state: Emit the clear color address instea...
2018-04-05 Rafael Antognollii965/blorp: Update the fast clear value buffer.
2018-04-05 Rafael Antognollii965: Add aux_buf variable to simplify code.
2018-04-05 Rafael Antognollii965/miptree: Add new clear color BO for winsys aux...
2018-04-05 Rafael Antognollii965/miptree: Add space to store the clear value in...
2018-04-04 Marek Olšákst/mesa: set stencil border color the same as intensity
2018-04-04 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-04-04 Sergii Romantsovi965: Extend the negative 32-bit deltas to 64-bits
2018-04-03 Jakob Bornecrantzst/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebu...
2018-04-03 Dylan Bakermesa: ensure that variable is initialized
2018-04-03 Tapani PälliRevert "mesa: add GL_HALF_FLOAT as supported type to...
2018-04-02 Marek Olšákst/mesa: don't draw if the bound element array buffer...
2018-04-02 Timothy Arcerist/glsl_to_nir: gather next_stage in shader_info
2018-03-31 Mathias Fröhlichvbo: Use alloca for _vbo_draw_indirect.
2018-03-31 Mathias Fröhlichvbo: Remove unused includes to vbo_private.h
2018-03-31 Mathias Fröhlichvbo: Move vbo_split into the tnl module.
2018-03-31 Mathias Fröhlichvbo: Readd the arrays argument to the legacy draw methods.
2018-03-31 Mathias Fröhlichvbo: Remove the now unused vbo draw path.
2018-03-31 Mathias Fröhlichtnl: Push down the gl_vertex_array inputs into tnl...
2018-03-31 Mathias Fröhlichvbo: Remove vbo_indirect_draw_func.
2018-03-31 Mathias Fröhlichi965: Push down the gl_vertex_array inputs into i965.
2018-03-31 Mathias Fröhlichgallium: Push down the gl_vertex_array inputs into...
2018-03-30 Neil Robertsspirv: Fix building with SCons
2018-03-30 Brian Paulmesa: fix MSVC bitshift overflow warnings
2018-03-30 Brian Paulst/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl...
2018-03-30 Jakob Bornecrantzvbo: MaxVertexAttribStride is not always set
2018-03-30 Eduardo Lima Mitevi965: Don't call process_glsl_ir() for SPIR-V shaders
2018-03-30 Eduardo Lima Mitevi965: Call spirv_to_nir() instead of glsl_to_nir()...
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add a _mesa_spirv_to_nir() function
2018-03-30 Eduardo Lima Mitevmesa/program: Link SPIR-V shaders using the SPIR-V...
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add _mesa_spirv_link_shaders() function
2018-03-30 Eduardo Lima Mitevmesa: Add a reference to gl_shader_spirv_data to gl_lin...
2018-03-30 Nicolai Hähnlemesa: Implement glSpecializeShaderARB
2018-03-30 Alejandro Piñeiroi965: initialize SPIR-V capabilities
2018-03-30 Nicolai Hähnlemesa: add gl_constants::SpirVCapabilities
2018-03-29 Ian Romanicki965: Don't request GLSL IR lowering of gl_VertexID
2018-03-29 Ian Romanicki965: Silence unused parameter warning
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Dylan Bakermeson: use dep_libdrm version for pkg-config
2018-03-29 Brian Paulst/mesa: silence unhandled switch case warning
2018-03-29 Henri Verbeetmesa: Inherit texture view multi-sample information...
2018-03-29 Eric Anholtst: Don't try to finalize the texture in st_render_text...
2018-03-28 Timothy Arcerist/glsl_to_nir: set driver location for bindless images...
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-28 Kenneth Graunkei965: Drop alignment parameter from bo_alloc_internal().
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-27 Timothy Arcerist/glsl_to_nir: correctly handle arrays packed across...
2018-03-27 Timothy Arcerist/glsl_to_nir: fix driver location for dual-slot packe...
2018-03-27 Lin Johnsonmesa: add GL_HALF_FLOAT as supported type to readpixels
2018-03-27 Eric Anholtst: Allow accelerated CopyTexImage from RGBA to RGB.
2018-03-26 Gert Wollnymesa/st/tests: Use tgsi opcode enum also in the test...
2018-03-23 Mathias Fröhlichvbo: Make sure the internal VAO's stay within limits.
2018-03-23 Mathias Fröhlichmesa: Flag early if we modify a SharedAndImmutable...
2018-03-23 Mathias Fröhlichmesa: When copying a VAO also copy the vertex attribute...
2018-03-23 Brian Paulst/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_...
2018-03-23 Brian Paulst/mesa: whitespace/formatting fixes in st_atom_constbuf.c
2018-03-23 Brian Paulst/mesa: s/unsigned/enum pipe_shader_type/
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
2018-03-22 Lionel Landwerlini965: add performance query support on CNL
2018-03-22 Lionel Landwerlini965: perf: add support for new equation operators
2018-03-22 Lionel Landwerlini965: perf: query topology
2018-03-22 Lionel Landwerlini965/perf: fix config registration when uploading to...
2018-03-22 Anuj Phogatintel: Disable fast color clear on icl
2018-03-22 Mathias Fröhlichvbo: Remove now duplicate _DrawVAO notification.
2018-03-22 Mathias Fröhlichvbo: Remove now duplicate _vbo_update_inputs from dlist...
2018-03-22 Mathias Fröhlichvbo: Remove redundant set of DriverFlags.NewArray in...
2018-03-22 Mathias Fröhlichvbo: Remove vbo...recalculate_inputs from vbo_exec_inva...
2018-03-22 Mathias Fröhlichmesa: A change of gl_vertex_processing_mode needs an...
2018-03-22 Mathias Fröhlichmesa: Set DriverFlags.NewArray together with vbo.....
2018-03-22 Mathias Fröhlichmesa: Update VAO internal state when setting the _DrawVAO.
2018-03-22 Mathias Fröhlichvbo: Move vbo_bind_arrays into a dd_driver_functions...
2018-03-22 Mathias Fröhlichmesa: Move vbo draw functions into dd_function_table.
2018-03-21 Lionel Landwerlini965: fix android build
2018-03-20 Eric Anholtintel/blorp: Fix compiler warning about num_layers.
2018-03-20 Lionel Landwerlini965: fix out of tree autotools build
2018-03-20 Emil Velikovi965: annotate brw_oa.py's --header and --code as required
2018-03-20 Lionel Landwerlini965: pipecontrol: add LRI write immediate flag
2018-03-20 Lionel Landwerlini965: fix autotools/android build
2018-03-20 Emil Velikovst/mesa: add compiler/nir/ prefix for nir includes
2018-03-20 Lionel Landwerlini965: perf: reduce i965 binary size
2018-03-20 Lionel Landwerlini965: perf: fix a counter return type on hsw
2018-03-20 Tapani Pällimesa: fix leaking ParameterValueOffset
2018-03-20 Timothy Arcerist/nir: fix atomic lowering for gallium drivers
2018-03-20 Timothy Arcerist/radeonsi: enable uniform packing in NIR backend
2018-03-20 Timothy Arcerist: add uniform packing support to lower_uniforms_to_ubo()
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2018-03-20 Timothy Arcerist: add st_glsl_type_dword_size() helper
2018-03-20 Timothy Arcerist/glsl_to_nir: add support for packed builtin uniforms
2018-03-20 Timothy Arcerimesa: add _mesa_add_sized_state_reference() helper
2018-03-20 Timothy Arcerimesa: add support propagate uniform support for packed...
2018-03-20 Timothy Arcerimesa: allow for uniform packing when adding uniforms...
2018-03-20 Timothy Arcerimesa: add packing support for setting uniform handles
2018-03-20 Timothy Arcerimesa: add packing support for setting uniforms
2018-03-20 Timothy Arcerimesa: create copy uniform to storage helpers
2018-03-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-20 Timothy Arcerimesa: add PackedDriverUniformStorage const
2018-03-19 Marek Olšákmesa: adjust incorrect comment in texture_buffer_range
next