summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: Remove LLVM from ARM test drivers.Eric Anholt2020-04-132-9/+5
* ci: Split out radv build-testing on arm64Rohan Garg2020-04-131-1/+11
* glsl: stop processing function parameters if error happenedTapani Pälli2020-04-132-1/+5
* i965: share buffer managers across screensLionel Landwerlin2020-04-134-12/+94
* i965: store DRM fd on intel_screenLionel Landwerlin2020-04-136-20/+17
* iris: make resources take a ref on the screen objectLionel Landwerlin2020-04-134-7/+38
* iris: share buffer managers accross screensLionel Landwerlin2020-04-135-20/+102
* iris: properly free resources on BO allocation failureLionel Landwerlin2020-04-132-3/+3
* .pick_status.json: Update to 28d36d26c2212276e1238fad8f0b12caab97fee8Dylan Baker2020-04-131-0/+234
* v3d: Primitive Counts Feedback needs an extra 32-bit padding.Jose Maria Casanova Crespo2020-04-102-2/+3
* swr/rasterizer: Use private functions for min/max to avoid namespace issues.Vinson Lee2020-04-102-46/+46
* .pick_status.json: Update to 65e2eaa4d3a7095ac438fafb09d1e36a4210966eDylan Baker2020-04-101-0/+495
* radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen2020-04-094-2/+4
* radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen2020-04-092-5/+7
* radeonsi: don't lower constant arrays to uniforms in GLSL IRTimothy Arceri2020-04-092-1/+2
* radv: Store 64-bit availability bools if requested.Bas Nieuwenhuizen2020-04-092-72/+57
* nir: fix wrong assignment to buffer in xfb_varyings_infoHyunjun Ko2020-04-092-6/+6
* mesa/st: release variants for active programs before unrefTapani Pälli2020-04-094-7/+23
* mesa/st: unbind shader state before deleting itTapani Pälli2020-04-092-1/+7
* nir: fix definition of imadsh_mix16 for vectorsRob Clark2020-04-092-4/+4
* nir/load_store_vectorize: Fix shared atomic infoJason Ekstrand2020-04-092-15/+15
* nv50: don't try to upload MSAA settings for BUFFER texturesIlia Mirkin2020-04-092-2/+2
* EGL: Add eglSetDamageRegionKHR to GLVND dispatch listDaniel Stone2020-04-092-1/+4
* radv/llvm: enable 16-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-092-9/+8
* ac/nir: split 16-bit SSBO stores on GFX6Samuel Pitoiset2020-04-092-5/+6
* ac/nir: split 16-bit load/store to global memory on GFX6Samuel Pitoiset2020-04-092-5/+3
* radv/llvm: enable 8-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-092-8/+7
* ac/nir: split 8-bit SSBO stores on GFX6Samuel Pitoiset2020-04-092-1/+10
* ac/nir: split 8-bit load/store to global memory on GFX6Samuel Pitoiset2020-04-092-10/+23
* anv/image: Use align_u64 for image offsetsJason Ekstrand2020-04-092-3/+3
* anv/pipeline: allow more than 16 FS inputsJuan A. Suarez Romero2020-04-092-15/+22
* intel/compiler: store the FS inputs in WM prog dataJuan A. Suarez Romero2020-04-093-1/+7
* i965: Move down genX_upload_sbe in profiles.Mathias Fröhlich2020-04-096-5/+39
* Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure"Emil Velikov2020-04-092-3/+5
* egl/drm: reinstate (kms_)swrast supportEmil Velikov2020-04-092-6/+2
* glx: set the loader_logger early and for everyoneEmil Velikov2020-04-093-3/+5
* .pick_status.json: Update to 089e1fb287eb9b70c191091128ed5ba7edd2960aDylan Baker2020-04-091-0/+2439
* gitlab-ci/lava: fix handling of lava tagsNeil Armstrong2020-04-041-1/+2
* gallium/auxiliary/vl: fix bob compute shaders for deint yuvThong Thai2020-04-042-1/+5
* docs/relnotes: add sha256sum for 20.0.4Eric Engestrom2020-04-031-1/+1
* VERSION: bump to 20.0.4mesa-20.0.4Eric Engestrom2020-04-031-1/+1
* docs: add release notes for 20.0.4Eric Engestrom2020-04-031-0/+68
* Revert "spirv: Implement OpCopyObject and OpCopyLogical as blind copies"Jason Ekstrand2020-04-022-24/+4
* .pick_status.json: Update to c71c1f44b055c680f073a2608a3bf560b55f8974Eric Engestrom2020-04-021-0/+369
* docs/relnotes: add sha256sum for 20.0.3Eric Engestrom2020-04-011-1/+1
* VERSION: bump to 20.0.3mesa-20.0.3Eric Engestrom2020-04-011-1/+1
* docs: add release notes for 20.0.3Eric Engestrom2020-04-011-0/+177
* svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom2020-04-016-9/+51
* nir: fix crash in varying packing on interface mismatchTimothy Arceri2020-04-012-3/+23
* spirv: Implement OpCopyObject and OpCopyLogical as blind copiesJason Ekstrand2020-04-012-4/+24