summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: bump version for 19.3.1mesa-19.3.1Dylan Baker2019-12-181-1/+1
* docs: remove new_features.txt from stable branchDylan Baker2019-12-181-20/+0
* mesa: avoid triggering assert in implementationLionel Landwerlin2019-12-171-0/+6
* i965: expose MESA_FORMAT_B8G8R8X8_SRGB visualTapani Pälli2019-12-171-7/+14
* dri: add __DRI_IMAGE_FORMAT_SXRGB8Tapani Pälli2019-12-173-0/+8
* virgl: Increase the shader transfer buffer by doubling the sizeGert Wollny2019-12-171-2/+3
* anv: Export filter_minmax support only when it's really supportedIván Briano2019-12-161-1/+1
* amd/common: Always use addrlib for HTILE tc-compat.Bas Nieuwenhuizen2019-12-161-11/+4
* amd/common: Fix tcCompatible degradation on Stoney.Bas Nieuwenhuizen2019-12-161-1/+1
* radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes2019-12-121-0/+8
* anv: fix fence underlying primitive checksLionel Landwerlin2019-12-121-3/+13
* iris: Default to X-tiling for scanout buffers without modifiersKenneth Graunke2019-12-121-0/+2
* cherry-ignore: update for the 19.3.1 cycleDylan Baker2019-12-121-0/+4
* docs/19.3.0: Add SHA256 sumsDylan Baker2019-12-121-1/+1
* VERSION: bump for 19.3.0 finalmesa-19.3.0Dylan Baker2019-12-121-1/+1
* docs: add release notes for 19.3.0Dylan Baker2019-12-121-0/+3138
* Revert "egl: move #include of local headers out of Khronos headers"Dylan Baker2019-12-123-4/+3
* Revert "egl: avoid local modifications for eglext.h Khronos standard header f...Dylan Baker2019-12-122-11/+11
* anv: fix incorrect VMA alignment for CCS main surfacesLionel Landwerlin2019-12-121-2/+12
* ac/nir: fix out-of-bound access when loading constants from globalSamuel Pitoiset2019-12-121-4/+14
* radeonsi: use gfx9.surf_offset to compute texture offsetPierre-Eric Pelloux-Prayer2019-12-121-1/+2
* android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi2019-12-113-3/+16
* anv: Don't leak when set_tiling failsJason Ekstrand2019-12-111-3/+4
* iris: Fix import of multi-planar surfaces with modifiersNanley Chery2019-12-112-1/+12
* iris: try to set the specified tiling when importing a dmabufJames Xiong2019-12-113-11/+29
* gallium: Store the image format in winsys_handleNanley Chery2019-12-112-0/+10
* radv: Fix RGBX Android<->Vulkan format correspondence.Bas Nieuwenhuizen2019-12-111-1/+1
* meson/broadcom: libbroadcom_cle also needs zlibDylan Baker2019-12-111-1/+1
* meson/broadcom: libbroadcom_cle needs expat headersDylan Baker2019-12-111-1/+1
* anv: fix missing gen12 handlingLionel Landwerlin2019-12-101-0/+3
* radeonsi: fix multi plane buffers creationPierre-Eric Pelloux-Prayer2019-12-101-2/+4
* gallium/util: Support POLYGON in u_stream_outputs_for_verticesAlyssa Rosenzweig2019-12-101-1/+8
* anv: Re-emit all compute state on pipeline switchJason Ekstrand2019-12-101-0/+7
* freedreno: reorder format checkFritz Koenig2019-12-103-6/+6
* gallium/dri2: Fix creation of multi-planar modifier imagesNanley Chery2019-12-101-19/+16
* glsl/nir: iterate the system values list when adding varyingsTimothy Arceri2019-12-101-25/+36
* intel/compiler: Fix 'comparison is always true' warningIan Romanick2019-12-101-2/+2
* nir/lower_clip: Fix incorrect driver loc for clipdist outputsRob Clark2019-12-101-0/+11
* cherry-ignore: update for 19.3-rc7Dylan Baker2019-12-041-1/+2
* intel/perf: fix improper pointer accessLionel Landwerlin2019-12-041-1/+1
* intel/perf: simplify the processing of OA reportsLionel Landwerlin2019-12-041-28/+36
* intel/perf: take into account that reports read can be fairly oldLionel Landwerlin2019-12-041-3/+4
* intel/perf: set read buffer len to 0 to identify empty bufferLionel Landwerlin2019-12-041-2/+3
* intel/perf: fix invalid hw_id in query resultsLionel Landwerlin2019-12-041-2/+6
* VERSION: bump version for 19.3-rc6mesa-19.3.0-rc6Dylan Baker2019-12-041-1/+1
* aco: fix a couple of value numbering issuesDaniel Schürmann2019-12-041-8/+14
* anv: Set up SBE_SWIZ properly for gl_ViewportJason Ekstrand2019-12-031-2/+2
* iris: Allow max dynamic pool size of 2GB for gen12Jordan Justen2019-12-031-1/+9
* nir/lower_io_to_vector: don't create arrays when not neededRhys Perry2019-12-031-1/+7
* radv: set writes_memory for global memory stores/atomicsRhys Perry2019-12-031-8/+25