android: iris: add iris_seqno.{c,h} to Makefile.sources
freedreno: android: add adreno-pm4-pack.xml.h generation to android build
freedreno/drm: android: add libfreedreno_registers static dependency
android: util: fix build for GL4.1 support
android: svga: fix build for GL4.1 support
android: aco: add aco_ir.cpp to Makefile.sources
android: nvir/gv100: update sources in Makefile.sources
android: panfrost/encoder: add libmesa_nir static dependency
android: freedreno/registers: fix generated headers rules
android: freedreno/common: add support for libfreedreno_common static
android: freedreno/ir3: fix include paths
android: freedreno: move a2xx disasm out of gallium
android: panfrost: Rename encoder/ to lib/
android: panfrost: Move pandecode into lib/
android: pan/mdg: Separate disassembler and compiler targets
android: pan/bi: Separate disasm/compiler targets
android: panfrost: Redirect cmdstream includes through GenXML
android: panfrost/bifrost: add libpanfrost_lib static dependency
android: panfrost: Redirect cmdstream includes through GenXML (v2)
android: util/format: fix generated sources rules
android: amd/registers: switch to new generated register definitions
android: util: fix missing include path
egl/android: HAVE_DRM_GRALLOC path fixes (v2)
android: aco/isel: Move context initialization code to a dedicated file
android: pan/bi: Use new disassembler
android: pan/bi: Use new packing
android: pan/bi: fix typo in bifrost_gen_disasm.c gen rules
android: gallium/iris: cleanup iris_driinfo.h gen rules
android: gallium/radeonsi: cleanup si_driinfo.h gen rules
android: gallium/virgl: cleanup virgl_driinfo.h gen rules
android: util: add log.c to Makefile.sources
android: util: Move xxd.py to util
android: util,ac,aco,radv: Cross-platform memstream API
android: fix libsync dependencies (v2)
android: spirv: fix '::' typo in gen rules
android: pan/bi: Add explicit dependency on the ISA helpers
android: pan/bi: Generate bi_opcodes.{c,h}
android: ac/radv: fix typo in ac_rgp.h listed in Makefile.sources
android: freedreno/ir3: Switch over to new encoder/decoder
android: freedreno/hw/isa: Add description of ir3 ISA
android: pan/mdg: create nir pass to lower image coord bitsize
android: anv: implement anv layer of INTEL_MEASURE
android: iris: implement iris layer of INTEL_MEASURE
android: intel: Print GPU timing data based on INTEL_MEASURE
android: radv: fix building error in radv_android.c
android: radv: port to using common dispatch code.
android: pan/bi: reorder static dependencies in gallium/dri
android: i965: Rename files with "intel_" prefix to "brw_"
android: anv: add libcutils shared dependency
android: vulkan/util: add vk_descriptors.{c,h} to Makefile.sources
android: r600/sfn: fix sfn_nir_algebraic.c gen rules
android: amd/addrlib: define endianess to build
android: panfrost: Use the blend shader cache attached to the device
vulkan/util: Fix implicit declaration of ffs for Android build
android: anv: Remove anv_intel.c from Makefile.sources
compiler/glsl: fix include for Android build
android: anv: fix build error in anv_android.c
android: advertise GL_ARB_texture_non_power_of_two in mesa 11.1
i915: enable GL_APPLE_texture_2D_limited_npot in mesa 11.1
HACK: glsl: disable error on non-constant array indexing
i915: Support Android RGBX8888 format for EGL generated images
Android: enable texture-float
virgl: fix null pointer exceptions
android: clean gallium_dri_intermediates
i915: add mock implementation of GL_OES_EGL_image_external (v2)
HACK: i915: enable image external sampling
add load_pipe_screen for drm_gralloc (v2)
AndroidIA: enable O3 for Mesa compilation
Android: i965: add include to get "xmlpool/options.h"
Android: gallium_dri: add include to get "xmlpool/options.h"
i965/miptree: fix segfaults due to null pointer (v2)
i965: fix Google Play Service crash further
i965/brw_misc_state: fix segfaults due to irb->mt null pointer
i965/intel_fbo: fix segfault due to irb->mt null pointer (v2)
i965/brw_draw: fix depth_irb->mt null pointer
i965/brw_draw: fix stencil_irb->mt null pointer (v2)
i915/miptree: fix segfaults due to null pointer
egl/android: determine how to open device at runtime (v6)
android/anv: cope with AHARDWAREBUFFER_USAGE_GPU_CUBE_MAP missing in O
INTERNAL: prevent deadlock in droid_query_buffer_age
FROMLIST: Check if the window is non-NULL before setting swap interval.
egl/android: fix incompatible pointer in free(device_name)
egl/android: add support for gralloc 1.0 (mesa 19.3) v4b
i965/brw_draw: fix irb->mt null pointer
egl/android: fix gralloc0 fallback paths (mesa 19.3) v2
Revert "egl/android: Only keep BGRA EGL configs as fallback"
android/radv: cope with AHARDWAREBUFFER_USAGE_GPU_CUBE_MAP missing in O
DO NOT MERGE: use libLLVM90 shared library
DO NOT MERGE: use libLLVM10 shared library
egl/android: handle gralloc0 and gralloc1 by union (v2)
egl/android: make gralloc0 and gralloc1 co-exist (v2)
egl/android: remove gralloc_version
Android: use host python explicitly (v3)
DO NOT MERGE: use libLLVM11 shared library
android: move to python3 in all gen rules
egl/android: replace gralloc with gralloc0 in CrOs path
nouveau: fix race in nouveau_screen_get_name
clover/memory: fix data race in buffer subclasses
nouveau/mm: pass mm_bucket to mm_slab_new
nouveau/mm: make code thread safe