dri/vmwgfx: Disable a couple of glx extensions also for Ubuntu unity / compiz
[mesa.git] / src /
2017-06-07 Thomas Hellstromdri/vmwgfx: Disable a couple of glx extensions also...
2017-06-07 Thomas Hellstromdri: Turn of a couple of glx extensions for gnome-shell...
2017-06-07 Thomas Hellstromst/dri: Allow gallium drivers to turn off two GLX exten...
2017-06-07 Thomas Hellstromdri: Optionally turn off a couple of GLX extensions...
2017-06-07 Thomas Hellstromst/dri: Allow dri users to query also driver options
2017-06-07 Marek Olšákradeonsi: clean up decompress blend state names
2017-06-07 Marek Olšákgallium/radeon: clean up a misleading statement from...
2017-06-07 Marek Olšákradeonsi: don't use 1D tiling for Z/S on VI to get...
2017-06-07 Marek Olšákradeonsi: enable TC-compatible stencil compression...
2017-06-07 Marek Olšákst/mesa: don't keep framebuffer state in st_context
2017-06-07 Marek Olšákst/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB...
2017-06-07 Marek Olšákst/mesa: use gl_driver_flags::NewFramebufferSRGB
2017-06-07 Marek Olšákmesa: add gl_driver_flags::NewFramebufferSRGB
2017-06-07 Marek Olšákradeonsi/gfx9: prevent a race when the previous shader...
2017-06-07 Marek Olšákradeonsi/gfx9: wait for main part compilation of 1st...
2017-06-07 Marek Olšákradeonsi/gfx9: fix LS scratch buffer support without...
2017-06-07 Marek Olšákradeonsi: move streamout state update out of si_update_...
2017-06-07 Marek Olšákradeonsi: remove dead code in declare_input_fs
2017-06-07 Marek Olšákradeonsi: move handling of DBG_NO_OPT_VARIANT into...
2017-06-07 Marek Olšákradeonsi: use a compiler queue with a low priority...
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Marek Olšákradeonsi: decrease the number of compiler threads to...
2017-06-07 Marek Olšákradeonsi: drop unfinished shader compilations when...
2017-06-07 Marek Olšákutil/u_queue: add a way to remove a job when we just...
2017-06-07 Rob Clarkfreedreno/a5xx: set SP_BLEND_CONTROL properly
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2017-06-07 Rob Clarkfreedreno: drop timestamp field
2017-06-07 Rob Clarkfreedreno/a5xx: refactor out helper for LRZ flush
2017-06-07 Rob Clarkfreedreno: reshuffle FD_MESA_DEBUG bitmask
2017-06-07 Rob Clarkfreedreno: update generated headers
2017-06-07 Marek Olšákgallium/u_blitter: use 2D_ARRAY for cubemap blits if...
2017-06-07 Marek Olšákgallium/u_blitter: use TXF if possible
2017-06-07 Marek Olšákgallium/u_blitter: use TEX_LZ if it's supported
2017-06-07 Marek Olšákgallium/util: add _LZ and TXF options to simple shaders
2017-06-07 Marek Olšákgallium/ureg: add TEX/TXF_LZ opcodes to ureg
2017-06-07 Jason Ekstrandi965: Use BLORP for all HiZ ops
2017-06-07 Jason Ekstrandblorp: Use FullSurfaceDepthandStencilClear for blorp_hiz_op
2017-06-07 Jason Ekstrandi965: Move the post-HiZ-clear flush/stall to intel_hiz_exec
2017-06-07 Jason Ekstrandintel/blorp: Plumb through access to the workaround BO
2017-06-07 Nanley Cheryanv/blorp: Move the depth cache flush outside of BLORP
2017-06-07 Jason Ekstrandintel/blorp: Refactor the HiZ op interface
2017-06-07 Jason Ekstrandi965/blorp: Inline gen6_blorp_exec
2017-06-07 Jason Ekstrandi965: Perform HiZ flush/stall prior to HiZ resolves
2017-06-07 Jason Ekstrandi965: Move the pre-depth-clear flush/stalls to intel_hi...
2017-06-07 Jason Ekstrandi965/blorp: Take a layer range in intel_hiz_exec
2017-06-07 Jason Ekstrandi965/miptree: Store fast clear colors in an isl_color_value
2017-06-07 Thomas Hellstromdri3/GLX: Fix drawable invalidation v2
2017-06-07 Kenneth Graunkei965: Fix alpha to one with dual color blending.
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glTexSubImage*D()
2017-06-07 Samuel Pitoisetmesa: add texsubimage() helper
2017-06-07 Samuel Pitoisetmesa: make _mesa_texture_sub_image() static
2017-06-07 Samuel Pitoisetmesa: rename texsubimage() to texsubimage_err()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glCopyImageSubData()
2017-06-07 Samuel Pitoisetmesa: add copy_image_subdata() helper
2017-06-07 Samuel Pitoisetmesa: add prepare_target() helper
2017-06-07 Samuel Pitoisetmesa: rename prepare_target() to prepare_target_err()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBlitNamedFramebuffer()
2017-06-07 Samuel Pitoisetmesa: add blit_named_framebuffer() helper
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBlitFramebuffer()
2017-06-07 Samuel Pitoisetmesa: add validate_depth_buffer() helper
2017-06-07 Samuel Pitoisetmesa: add validate_stencil_buffer() helper
2017-06-07 Samuel Pitoisetmesa: add validate_color_buffer() helper
2017-06-07 Samuel Pitoisetmesa: wrap blit_framebuffer() into blit_framebuffer_err()
2017-06-07 Samuel Pitoisetmesa: add 'no_error' parameter to blit_framebuffer()
2017-06-07 Samuel Pitoisetmesa: make _mesa_blit_framebuffer() static
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBindBuffer()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glInvalidateBufferData()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glInvalidateBufferSu...
2017-06-07 Samuel Pitoisetmesa: add invalidate_buffer_subdata() helper
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glBindVertexBuffers()
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glVertexArrayVertexB...
2017-06-07 Samuel Pitoisetmesa: add vertex_array_vertex_buffers_err() helper
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glScissor*()
2017-06-07 Samuel Pitoisetmesa: add scissor() and scissor_array() helpers
2017-06-07 Samuel Pitoisetmesa: rename ScissorIndexed() to scissor_indexed_err()
2017-06-07 Samuel Pitoisetmesa: use _mesa_set_scissor() in ScissorIndexed()
2017-06-07 Samuel Pitoisetmesa: make _mesa_scissor_bounding_box() static
2017-06-07 Samuel Pitoisetmesa: inline update_image_transfer_state() into _mesa_u...
2017-06-07 Samuel Pitoisetmesa: remove useless check in _mesa_update_pixel()
2017-06-07 Iago Toral Quirogaglcpp: fix #undef to match latest spec update and GLSLa...
2017-06-07 Dave Airlieac/nir: move gpr counting inside argument handling.
2017-06-07 Dave Airlieac/nir: assign argument param pointers in one place.
2017-06-07 Dave Airlieac/nir: consolidate setting userdata location
2017-06-07 Timothy Arceriglthread: remove extra _mesa_glthread_finish() from...
2017-06-07 Anuj Phogatintel: Fix broxton 2x6 way size computation
2017-06-07 Dave Airlieradv: move chip_class extraction down further.
2017-06-07 Dave Airlieradv: move lots of index related things into the bind.
2017-06-07 Dave Airlieradv: move calculating the vertex sgpr to the pipeline.
2017-06-07 Dave Airlieradv: rename and make global some functions.
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-06 Dave Airlieradv/gfx9: use correct register setting for uconfig...
2017-06-06 Bas Nieuwenhuizenradv: Remove SI num RB override for occlusion queries.
2017-06-06 Bas Nieuwenhuizenradv: Split out updating the vertex descriptors.
2017-06-06 Bas Nieuwenhuizenradv: Move pipeline stuff from flush_state to emit_grap...
2017-06-06 Bas Nieuwenhuizenradv: Add early exit for cache flushes.
2017-06-06 Bas Nieuwenhuizenradv: Remove vertex_descriptors_dirty.
2017-06-06 Bas Nieuwenhuizenradv: Don't use a divide by index_size.
2017-06-06 Chris Wilsoni965: Explicitly disallow tiled memcpy path on Gen4...
2017-06-06 Matt Turneri965: Remove brw_bo_map_unsynchronized()
2017-06-06 Matt Turneri965: Use unsynchronized mappings for BufferSubData...
next