summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-151-0/+1
* panfrost: Advertise more depth/stencil formatsAlyssa Rosenzweig2019-07-151-2/+7
* panfrost/mfbd: Add Z32 rendering supportAlyssa Rosenzweig2019-07-151-4/+24
* panfrost: Fix blend_cso if nr_cbufs == 0Alyssa Rosenzweig2019-07-151-3/+6
* panfrost: Cleanup shader upload codeAlyssa Rosenzweig2019-07-154-71/+14
* panfrost: Remove all old allocatorsAlyssa Rosenzweig2019-07-157-166/+1
* panfrost: Use transient memory for occlusion queriesAlyssa Rosenzweig2019-07-151-1/+1
* panfrost: Remove bizarre hackAlyssa Rosenzweig2019-07-151-9/+0
* panfrost: Upload vertex descriptors to *transient* memoryAlyssa Rosenzweig2019-07-152-11/+20
* panfrost: Delay resource mmapsAlyssa Rosenzweig2019-07-153-3/+15
* panfrost: Cleanup PAN_ALLOCATE_*Alyssa Rosenzweig2019-07-151-4/+18
* panfrost/drm: Don't mmap INVISIBLE buffersAlyssa Rosenzweig2019-07-151-4/+12
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-151-3/+3
* radv/gfx10: export the PrimitiveID for ES stages (VS or TES)Samuel Pitoiset2019-07-151-5/+55
* radv/gfx10: declare an external symbol for the ESGS ringSamuel Pitoiset2019-07-151-0/+25
* radv/gfx10: allocate ESGS ring space for exporting PrimitiveIDSamuel Pitoiset2019-07-151-1/+20
* radv/gfx10: fix crash when emitting NGG GS prologueSamuel Pitoiset2019-07-151-8/+15
* lima/ppir: Fix branch codegenVasily Khoruzhick2019-07-143-3/+5
* lima/ppir: Fix assert condition in ppir_codegen_encode_discardVasily Khoruzhick2019-07-141-1/+1
* etnaviv: fix incorrect varying interpolationJonathan Marek2019-07-141-5/+7
* etnaviv: reduce rs alignment requirement for two pixel pipes GPUJonathan Marek2019-07-144-39/+24
* etnaviv: fix nearest_linear / linear_nearest filtering on GC3000Jonathan Marek2019-07-142-2/+10
* etnaviv: fix nearest filteringJonathan Marek2019-07-141-2/+7
* radv/gfx10: Fix DCC clears.Bas Nieuwenhuizen2019-07-141-3/+10
* meson: Add dep_thread dependency.Vinson Lee2019-07-131-0/+1
* lima: Fix compiler warnings for unused functions.Andreas Baierl2019-07-132-1/+3
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-123-3/+71
* mesa: Port errors.c to util/list.h instead of simple_list.Kenneth Graunke2019-07-121-31/+18
* intel: Run the optimization loop before and after lowering int64Jason Ekstrand2019-07-131-1/+3
* panfrost/decode: Drop _replay prefixAlyssa Rosenzweig2019-07-124-72/+72
* panfrost/decode: Drop _name suffixesAlyssa Rosenzweig2019-07-123-28/+28
* panfrost/decode: Add MEMORY_PROP_DIR variantAlyssa Rosenzweig2019-07-121-4/+12
* panfrost/decode: Copy embedded structs before usingAlyssa Rosenzweig2019-07-121-4/+8
* panfrost/decode: Remove pandecode_decode_fbd_typeAlyssa Rosenzweig2019-07-121-8/+0
* panfrost/midgard: Use generic outmod typeAlyssa Rosenzweig2019-07-121-1/+1
* panfrost: Precompute scoreboard dependentsAlyssa Rosenzweig2019-07-121-4/+54
* panfrost: Remove transient pool abstractionAlyssa Rosenzweig2019-07-122-54/+0
* panfrost: Subdivide fixed-size transient slabsAlyssa Rosenzweig2019-07-123-5/+21
* panfrost: Recycle fixed-size transient BOsAlyssa Rosenzweig2019-07-122-3/+26
* panfrost: Bookkeep transient indicesAlyssa Rosenzweig2019-07-123-2/+16
* panfrost: Rewrite allocate_transient with new abstractionAlyssa Rosenzweig2019-07-121-29/+20
* panfrost: Add pan_bo_for_screen helperAlyssa Rosenzweig2019-07-121-0/+10
* panfrost: Add panfrost_transient_bo arrayAlyssa Rosenzweig2019-07-123-0/+47
* panfrost: Don't upload vertex/tiler twiceAlyssa Rosenzweig2019-07-121-5/+15
* panfrost/drm: Check allocation size is positiveAlyssa Rosenzweig2019-07-121-0/+4
* mesa/glspirv: Validate that compute shaders are not linked with other stagesNeil Roberts2019-07-121-0/+10
* mesa/glspirv: Validate that there is a VS when there is a TCS, TES or GSNeil Roberts2019-07-121-0/+25
* i965: don't use disk cache with SPIR-V shadersAlejandro Piñeiro2019-07-121-2/+16
* glsl/shader_cache: handle SPIR-V shadersAlejandro Piñeiro2019-07-121-5/+5
* nir/linker: Initialize UniformDataDefaults when using SPIR-VArcady Goldmints-Orlov2019-07-122-0/+7