summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* aco: don't split live-ranges of linear VGPRsDaniel Schürmann2019-12-031-4/+11
* aco: add v_nop inbetween exec write and VMEM/DS/FLATRhys Perry2019-12-031-5/+8
* aco: fix i2i64Rhys Perry2019-12-031-2/+6
* aco: propagate p_wqm on an image_sample's coordinate p_create_vectorRhys Perry2019-12-031-9/+12
* etnaviv: remove dead codeChristian Gmeiner2019-12-031-3/+0
* i965: update Makefile.sources for perf changesJonathan Gray2019-12-031-2/+0
* panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon2019-12-033-1/+23
* gallium: Fix the ->set_damage_region() implementationBoris Brezillon2019-12-033-4/+35
* radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen2019-12-031-9/+4
* winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray2019-12-031-1/+0
* radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen2019-12-031-14/+15
* drirc: Set vs_position_always_invariant for Shadow of Mordor on IntelKenneth Graunke2019-12-031-0/+10
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-12-038-0/+23
* radv/gfx10: fix implementation of exclusive scansSamuel Pitoiset2019-12-031-25/+58