mesa.git
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-06-10 Marius Gräfegallium: fixed modulo zero crashes in tgsi interpreter...
2017-06-10 Grazvydas Ignotasnir: make various getters take const pointers
2017-06-09 Ben Widawskyi965/cnl: Add a preliminary device for Cannonlake
2017-06-09 Jason Ekstrandanv: Don't advertise support on anything above gen9
2017-06-09 Anuj Phogati965/cnl: Enable CCS_E and RT support for few formats
2017-06-09 Anuj Phogati965/cnl: Reformat surface_format_info table to accomod...
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 cnl bits in aubinator
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 Phogatintel/genxml: Update genx_bits for gen10+
2017-06-09 Anuj Phogati965/cnl: Add gen10 specific function declarations
2017-06-09 Anuj Phogati965/cnl: Include gen10_pack.h
2017-06-09 Anuj Phogati965/cnl: Define genX(x) and GENX(x) for gen10
2017-06-09 Jason Ekstrandi965/genxml: Add gen10.xml
2017-06-09 Ben Widawskyi965: Make feature macros gen8 based
2017-06-09 Dave Airlieradv: set fmask state to all 0s when no fmask. (v2)
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 Brian Paultgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentation
2017-06-09 Frank Richtergallium/wgl: Allow context creation even if SetPixelFor...
2017-06-09 Varad Gautamst/dri: support format modifier queries
2017-06-09 Varad Gautamgallium: introduce format modifier querying
2017-06-09 Varad Gautamst/dri: support format queries
2017-06-09 Varad Gautamst/dri: implement DRIimage creation from dmabufs with...
2017-06-09 Varad Gautamst/dri: implement createImageWithModifiers in DRIimage
2017-06-09 Varad Gautamst/dri: enable DRIimage modifier queries
2017-06-09 Varad Gautamgallium/winsys/drm: introduce modifier field to winsys_...
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-09 Tapani Pälliegl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
2017-06-09 Dave Airlieradv: introduce perf test env var and allow to enable...
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 Tim Rowleyswr: relax c++ requirement from c++14 to c++11
2017-06-08 Juan A. Suarez... radeonsi: call LLVMAddEarlyCSEMemSSAPass only for LLVM...
2017-06-08 Marek Olšákgallium/radeon: don't allocate HTILE in a separate...
2017-06-08 Marek Olšákradeonsi: rename depth decompress functions
2017-06-08 Marek Olšákradeonsi: rename shader resource decompress masks to...
2017-06-08 Marek Olšákradeonsi: rename is_compressed_colortex -> color_needs_...
2017-06-08 Marek Olšákradeonsi: disable the patch ID workaround on SI when...
2017-06-08 Marek Olšákradeonsi: don't update dependent states if it has no...
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 Daniel Stoneegl/dri2: Avoid sign extension when building modifier
2017-06-08 Vinson Leei915g: Add blitter_context argument.
2017-06-08 Lucas Stachetnaviv: flush resource when binding as sampler view
2017-06-08 Lucas Stachetnaviv: don't flush resource to self without TS
2017-06-08 Lucas Stachetnaviv: upgrade DISCARD_RANGE to DISCARD_WHOLE_RESOURC...
2017-06-08 Lucas Stachetnaviv: simplify transfer tiling handling
2017-06-08 Lucas Stachetnaviv: don't read back resource if transfer discards...
2017-06-08 Lucas Stachetnaviv: honor PIPE_TRANSFER_UNSYNCHRONIZED flag
2017-06-08 Lucas Stachetnaviv: slim down resource waiting
2017-06-08 Rob Herringglsl: Fix gl_shader_stage enum unsigned comparison
2017-06-08 Rob HerringAndroid: vulkan: fix build error due to extra )
2017-06-08 Iago Toral... Fix glcpp test expectations
2017-06-08 Vlad Golovkinutil: make set's deleted_key_value declaration consiste...
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 Ekstrandintel/isl: Add an enum for describing auxiliary compres...
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
next