radv: fix dumping compute shader on the graphics queue
[mesa.git] / src / mesa /
2018-05-25 Jose Dapena Pazmesa: do not leak ctx->Shader.ReferencedProgram references
2018-05-24 Tapani Pällii965: enable OES_texture_view for gen8+
2018-05-24 Tapani Pällimesa: changes to expose OES_texture_view extension
2018-05-23 Francisco Jerezi965: Use intel_bufferobj_buffer() wrapper in image...
2018-05-23 Francisco Jerezi965: Handle non-zero texture buffer offsets in buffer...
2018-05-23 Francisco Jerezi965: Move buffer texture size calculation into a commo...
2018-05-23 Francisco JerezRevert "mesa: simplify _mesa_is_image_unit_valid for...
2018-05-23 Miguel Casasi965: add {X,A}BGR2101010 to 'intel_image_formats'
2018-05-23 Miguel Casasdri_util: Add R10G10B10{A,X}2 translation between DRI...
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-05-22 Jason Ekstrandi965/miptree: Move the access_raw call to the individua...
2018-05-22 Jason Ekstrandi965: Remove support for the BLT ring
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for blit maps on gen6+
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for validation tex copies on...
2018-05-22 Jason Ekstrandi965: Delete the blitter path for CopyTexSubImage
2018-05-22 Jason Ekstrandi965: Don't fall back to the blitter in BlitFramebuffer
2018-05-22 Jason Ekstrandi965: Remove some unused includes of intel_blit.h
2018-05-22 Jason Ekstrandi965/blit: Delete intel_emit_linear_blit
2018-05-22 Jason Ekstrandi965: Use meta for pixel ops on gen6+
2018-05-22 Kenneth Graunkei965: Emit VF cache invalidates for 48-bit addressing...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-20 Timothy Arcerimesa: stop hiding query parameters from OpenGL compat
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-18 Nanley Cheryi965/miptree: Remove format assertion in alloc_aux
2018-05-18 Nanley Cheryi965/miptree: Simplify the switch in supports_ccs
2018-05-18 Nanley Cheryi965: Make get_ccs_surf succeed in alloc_aux
2018-05-18 Christian Gmeinerst/mesa: only define GLSL 1.4 for compat if driver...
2018-05-18 Dave Airlievbo: remove MaxVertexAttribStride assert check.
2018-05-17 Timothy Arcerimesa: drop GL_EXT_polygon_offset support
2018-05-17 Mathias Fröhlichmesa: The glArrayElement api is independent of the...
2018-05-17 Mathias Fröhlichmesa: Flag _NEW_ARRAY only if we are changing ctx-...
2018-05-17 Mathias Fröhlichmesa: Remove flush_vertices argument from VAO methods.
2018-05-17 Mathias Fröhlichmesa: Remove FLUSH_VERTICES from VAO state changes.
2018-05-17 Nanley Cheryi965/blorp: Disable BLORP clear color updates
2018-05-17 Nanley Cheryi965/blorp: Also skip the fast clear if the clear color...
2018-05-17 Nanley Cheryi965/clear: Drop a stale comment in fast_clear_depth
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965/clear: Remove an early return in fast_clear_depth
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-05-17 Nanley CheryRevert "i965: Make the miptree clear color setter take...
2018-05-17 Nanley Cheryi965/miptree: Unify aux buffer allocation
2018-05-17 Nanley Cheryi965: Prepare to delete intel_miptree_alloc_ccs()
2018-05-17 Nanley Cheryi965/miptree: Drop the mt param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Drop the alloc_flags param from alloc_aux...
2018-05-17 Nanley Cheryi965/miptree: Drop the name param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Initialize the indirect clear color to...
2018-05-17 Nanley Cheryi965/miptree: Add and use a memset option in alloc_aux_...
2018-05-17 Nanley Cheryi965/miptree: Zero-initialize CCS_D buffers
2018-05-17 Nanley Cheryi965/miptree: Fix handling of uninitialized MCS buffers
2018-05-17 Timothy Arcerimesa: add glUniform*ui{v} support to display lists
2018-05-16 jenny.q.caomesa: cast the GLenum16 to GLint to avoid compile warni...
2018-05-15 Rob Clarkmesa/st: handle vert_attrib_mask in nir case too
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-05-12 Vinson Leescons: Add PROGRAM_NIR_FILES.
2018-05-12 Timothy Arcerist/nir: use NIR for asm programs
2018-05-12 Timothy Arcerist/nir: make st_nir_opts() available externally
2018-05-10 Brian Paulmesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet...
2018-05-10 Brian Paulmesa: fix glGetInteger/Float/etc queries for vertex...
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Remove Array._DrawArrays.
2018-05-10 Mathias Fröhlichi965: Remove the now unused gl_vertex_array.
2018-05-10 Mathias Fröhlichi965: Remove the gl_vertex_array indirection.
2018-05-10 Mathias Fröhlichi965: Implement all_varyings_in_vbos in terms of Array...
2018-05-10 Mathias Fröhlichst/mesa: Remove the now unused gl_vertex_array.
2018-05-10 Mathias Fröhlichst/mesa: Make feedback draw and rasterpos use _DrawVAO.
2018-05-10 Mathias Fröhlichst/mesa: Use Array._DrawVAO in st_atom_array.c.
2018-05-10 Mathias Fröhlichst/mesa: Make the input_to_index array available.
2018-05-10 Mathias Fröhlichst/mesa: Use _DrawVAO for edgeflag enabled check.
2018-05-10 Mathias Fröhlichmesa: Compute effective buffer bindings in the vao.
2018-05-10 Jason Ekstrandi965,anv: Set the CS stall bit on the ISP disable PIPE_...
2018-05-09 Xiong, Jamesmain: fail texture_storage() call if the size is not...
2018-05-09 Xiong, Jamesmain: return 0 length when the queried program object...
2018-05-09 Kenneth Graunkei965: Shut up unused variable warnings.
2018-05-09 Rhys Perrymesa: fix error handling in get_framebuffer_parameteriv
2018-05-09 Lionel Landwerlini965: require pixel scoreboard stall prior to ISP disable
2018-05-09 Jason Ekstrandi965/blorp: Remove a pile of blorp_blit restrictions
2018-05-09 Jason Ekstrandi965/blorp: Allow blorp blits for 16x MSAA
2018-05-09 Jason Ekstrandi965/surface_state: Use an identity swizzle pre-Haswell
2018-05-09 Lionel Landwerlini965: silence unused variable
2018-05-09 Timothy Arcerimesa: remove hard-coded OpenGL 3.2 compat limit
2018-05-09 Timothy Arcerimesa: add GLSLVersionCompat constant
2018-05-09 Timothy Arcerimesa: dont call _mesa_override_glsl_version() in _mesa_...
2018-05-09 Timothy Arcerimesa: dont set GLSLVersion in _mesa_init_constants()
2018-05-08 Kenneth Graunkei965: Dump validation list on INTEL_DEBUG=bat,submit.
2018-05-08 Jason Ekstrandi965/miptree: Remove redundant fields from intel_miptre...
2018-05-08 Jason Ekstrandi965: Simplify brw_emit_depthbuffer and brw_emit_depth_...
2018-05-08 Jason Ekstrandi965: Move brw_emit_depth_stencil_hiz higher up in...
2018-05-08 Jason Ekstrandi965: Use ISL for emitting depth/stencil/hiz state...
2018-05-08 Jason Ekstrandi965: Use the brw_depthbuffer atom on all gens
2018-05-08 Jason Ekstrandi965: Always set depth/stencil write enables on gen7+
2018-05-08 Jason Ekstrandi965: Re-order depth/stencil/hiz/clear packets to match ISL
2018-05-08 Jason Ekstrandi965: Re-emit depth/stencil/hiz on BRW_NEW_AUX_STATE
2018-05-08 Alejandro Piñeiromesa/formatquery: remove online compression check on...
2018-05-08 Kenneth Graunkei965: Don't leak blorp on Gen4-5.
2018-05-07 Kenneth Graunkei965: Set initial kflags on BO creation.
2018-05-04 Ian Romanickr200: Enable NV_fog_distance
2018-05-04 Ian Romanicki965: Enable NV_fog_distance
2018-05-04 Ian Romanickffvertex: Don't try to read output registers in fog...
2018-05-04 Ian Romanickmesa: Add missing support for glFogiv(GL_FOG_DISTANCE_M...
next