mesa: add support for glUniformHandleui64*ARB()
[mesa.git] / src / mesa /
2017-06-14 Samuel Pitoisetmesa: add support for glUniformHandleui64*ARB()
2017-06-14 Samuel Pitoisetmesa: add support for unsigned 64-bit vertex attributes
2017-06-14 Samuel Pitoisetmesa: implement ARB_bindless_texture
2017-06-14 Samuel Pitoisetmesa: move some hash declarations to hash.h
2017-06-14 Samuel Pitoisetmapi: add GL_ARB_bindless_texture entry points
2017-06-13 Brian Paulst/mesa: unmap the stream_uploader buffer before drawing
2017-06-13 Samuel Pitoisetst_glsl_to_tgsi: init index to 0 before get_deref_offsets()
2017-06-13 Timothy Arcerist/mesa: skip texture validation logic when nothing...
2017-06-12 Dave Airliest_glsl_to_tgsi: don't try and pass 32-bit values to...
2017-06-12 Lionel Landwerlini965: fix missing break
2017-06-12 Marek Olšákst/mesa: call check_program_state only when needed
2017-06-12 Juan A. Suarez Romeroi965: include gen4_blorp_exec.h into EXTRA_DIST
2017-06-12 Kenneth Graunkei965: Call intel_prepare_render() from intel_update_state()
2017-06-09 Anuj Phogati965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple...
2017-06-09 Anuj Phogati965/cnl: Don't resolve single sampled color rb in...
2017-06-09 Ben Widawskyi965/cnl: Implement depth count workaround
2017-06-09 Anuj Phogati965/cnl: Start using CNL MOCS defines
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
2017-06-09 Anuj Phogati965/cnl: Update few assertions
2017-06-09 Anuj Phogati965/cnl: Add pci id for INTEL_DEVID_OVERRIDE
2017-06-09 Anuj Phogati965/cnl: Wire up android Mesa build files for gen10
2017-06-09 Anuj Phogati965/cnl: Wire up Mesa build files for gen10
2017-06-09 Anuj Phogati965/cnl: Add gen10 specific function declarations
2017-06-09 Matt Turneri965: Temporarily disable async mappings on non-LLC
2017-06-09 Rafael Antognollimesa/main/debug: Check if we successfully reopened...
2017-06-09 Samuel Pitoisetmesa: make use of NewScissorTest driver flags
2017-06-09 Samuel Pitoisetmesa: make use of NewScissorRect driver flags
2017-06-09 Samuel Pitoisetmesa: add gl_driver_flags::NewScissor{Rect,Test}
2017-06-08 Timothy Arcerimesa: add KHR_no_error support to glDrawRangeElements*()
2017-06-08 Timothy Arcerimesa: rework _ae_invalidate_state() so that it just...
2017-06-08 Timothy Arcerimesa: remove redundant _ae_invalidate_state() call
2017-06-08 Timothy Arcerimesa: inline vbo_exec_invalidate_state() and call from...
2017-06-08 Timothy Arcerimesa: rework vbo_exec_init()
2017-06-08 Timothy Arcerimesa: stop passing state bitfield to UpdateState()
2017-06-08 Timothy Arcerist/mesa: add st_invalidate_buffers() helper
2017-06-08 Timothy Arcerir200/radeon: stop calling _ae_invalidate_state() directly
2017-06-08 Varad Gautami965: Add format/modifier advertising
2017-06-08 Varad Gautami965: Support dmabuf import with modifiers
2017-06-08 Daniel Stonei965: Improve same-buffer restriction for imports
2017-06-08 Ben Widawskyi965: Allocate tile aligned height
2017-06-08 Daniel Stonei965: Move fallback size assignment out of bufmgr
2017-06-08 Daniel Stonei965: Invert image modifier/tiling inference
2017-06-08 Rob Herringglsl: Fix gl_shader_stage enum unsigned comparison
2017-06-08 Jason Ekstrandi965: Delete intel_resolve_map
2017-06-08 Jason Ekstrandi965: Use the new tracking mechanism for HiZ
2017-06-08 Jason Ekstrandi965/miptree: Make level_has_hiz take a const miptree
2017-06-08 Jason Ekstrandi965: Wholesale replace the color resolve tracking...
2017-06-08 Jason Ekstrandi965: Delete most of the old resolve interface
2017-06-08 Jason Ekstrandi965: Use the new get/set_aux_state functions for color...
2017-06-08 Jason Ekstrandi965: Move blorp to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move depth to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move images to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move framebuffer fetch to the new resolve functions
2017-06-08 Jason Ekstrandi965: Remove an unneeded render_cache_set_check_flush
2017-06-08 Jason Ekstrandi965: Move color rendering to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move texturing to the new resolve functions
2017-06-08 Jason Ekstrandi965: Use the new resolve function for several simple...
2017-06-08 Jason Ekstrandi965/miptree: Add new entrypoints for resolve management
2017-06-08 Jason Ekstrandi965: Combine render target resolve code
2017-06-08 Jason Ekstrandi965: Be a bit more conservative about certain resolves
2017-06-08 Jason Ekstrandi965/blorp: Move MCS allocation earlier for clears
2017-06-08 Jason Ekstrandi965/blorp: Refactor do_single_blorp_clear
2017-06-08 Jason Ekstrandi965/blorp: Take an explicit fast clear op in resolve_color
2017-06-08 Jason Ekstrandi965/miptree: Move color resolve on map to intel_miptre...
2017-06-08 Jason Ekstrandi965: Inline renderbuffer_att_set_needs_depth_resolve
2017-06-08 Jason Ekstrandi965: Get rid of intel_renderbuffer_resolve_*
2017-06-08 Jason Ekstrandi965/miptree: Refactor intel_miptree_resolve_color
2017-06-08 Jason Ekstrandi965/miptree: Clean up the depth resolve helpers a...
2017-06-08 Jason Ekstrandi965/surface_state: Images can't handle CCS at all
2017-06-08 Jason Ekstrandi965: Mark depth surfaces as needing a HiZ resolve...
2017-06-08 Dave Airliest_glsl_to_tgsi: cleanup variable storage search.
2017-06-08 Rob Herringmesa/main: fix gl_buffer_index enum comparison
2017-06-07 Dave Airliest_glsl_to_tgsi: replace variables tracking list with...
2017-06-07 Dave Airliest_glsl_to_tgsi: rewrite rename registers to use array...
2017-06-07 Dave Airliest_glsl_to_tgsi: bump index back up to 32-bit
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 Hellstromdri: Optionally turn off a couple of GLX extensions...
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 Jason Ekstrandi965: Use BLORP for all HiZ ops
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 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 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()
next