mesa.git
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... glcpp: 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...
2017-06-06 Matt Turneri965: Make unsynchronized maps unsynchronized on non-LLC
2017-06-06 Matt Turneri965: Implement brw_bo_map_unsynchronized() with MAP_ASYNC
2017-06-06 Matt Turneri965: Elide call to set_domain() if MAP_ASYNC
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Drop MAP_READ from some write-only mappings
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Rename *_virtual -> map_*
2017-06-06 Chris Wilsoni965: Pass the map-mode along to intel_mipmap_tree_map_...
2017-06-06 Matt Turneri965: Add a cache_coherent field to brw_bo
2017-06-06 Matt Turneri965: Remove unused 'use_resource_streamer' field
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-06-06 Matt Turneri965: Remove unused brw_bo_map__* functions
2017-06-06 Alex Smithanv: Set better descriptor set limits
2017-06-06 Alex Smithanv: Set driver version to Mesa version
2017-06-06 Alex Smithradv/vulkan: Move radv_get_driver_version to src/vulkan...
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-06 Lionel Landwerlinintel: gen-decoder: rework how we handle groups
2017-06-06 Marek Olšákradeonsi: fix a GPU hang with tessellation on 2-CU...
2017-06-06 Samuel Pitoisetmesa: make use of NewWindowRectangles driver flags
2017-06-06 Samuel Pitoisetmesa: add new gl_driver_flags::NewWindowRectangles
2017-06-06 Samuel Pitoisetmesa: remove call to Driver.Scissor() in _mesa_WindowRe...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when min sample shadin...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when sample mask changes
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when coverage paramete...
2017-06-06 Kenneth Graunkei965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for...
2017-06-06 Dave Airlieradv: expose integrated device type for APUs.
2017-06-06 Bas Nieuwenhuizenac/surface: Fix HTILE for radv.
2017-06-06 Dave Airlieradv: fix write event eop on vega.
2017-06-05 Dave Airlieradv: enable GFX9 on radv
2017-06-05 Dave Airlieradv: turn off geom/tess for gfx9.
2017-06-05 Dave Airlieradv: misc GFX9 changes.
2017-06-05 Dave Airlieradv: add some GFX9 specific events.
2017-06-05 Dave Airlieradv: add IA_MULTI_VGT_PARAM support for GFX9.
2017-06-05 Dave Airlieradv: add rb+ support for GFX9
2017-06-05 Dave Airlieradv: add GFX9 cache flushing support.
2017-06-05 Dave Airlieradv: add texture descriptor/fmask/cmask support for...
2017-06-05 Dave Airlieradv: add GFX9 to initialisation cmd buffer.
next