summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Merge varyings_mem into transient buffersAlyssa Rosenzweig2019-07-173-15/+5
* softpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2019-07-172-15/+8
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke2019-07-163-12/+3
* u_format: Remove pointless comments.Eric Anholt2019-07-161-6/+0
* u_half_test: Turn it into an actual unit test.Eric Anholt2019-07-161-4/+5
* panfrost: Use 64-bit descriptors globallyTomeu Vizoso2019-07-163-32/+10
* panfrost: Implement opportunistic AFBCAlyssa Rosenzweig2019-07-165-1/+100
* panfrost/mfbd: Zero out framebuffer_strideAlyssa Rosenzweig2019-07-161-2/+3
* panfrost: AFBC buffers must be cache-line alignedAlyssa Rosenzweig2019-07-161-0/+5
* panfrost: Add Z/S and MRT BOs to the jobAlyssa Rosenzweig2019-07-162-10/+12
* panfrost: Set usage2 during draw, not CSOAlyssa Rosenzweig2019-07-162-24/+37
* v3d: flag dirty state when binding new sampler statesIago Toral Quiroga2019-07-161-0/+20
* lima/ppir: Fix assert condition in ppir_codegen_encode_branch.Vinson Lee2019-07-151-1/+1
* panfrost/ci: Blacklist flush finish testsAlyssa Rosenzweig2019-07-151-0/+1
* panfrost: Don't leak oversized transient allocationsAlyssa Rosenzweig2019-07-151-0/+4
* panfrost: Implement panfrost_bo_cache_evict_allAlyssa Rosenzweig2019-07-151-1/+9
* panfrost: Implement panfrost_bo_cache_getAlyssa Rosenzweig2019-07-151-1/+16
* panfrost: Implement panfrost_bo_cache_putAlyssa Rosenzweig2019-07-151-2/+6
* panfrost: Add pan_bucket helperAlyssa Rosenzweig2019-07-151-0/+6
* panfrost: Implement pan_bucket_index helperAlyssa Rosenzweig2019-07-151-0/+25
* panfrost: Add BO cache data structureAlyssa Rosenzweig2019-07-153-0/+24
* panfrost: Describe BO cache architectureAlyssa Rosenzweig2019-07-151-0/+20
* panfrost: Stub out panfrost_bo_cache_evictAlyssa Rosenzweig2019-07-153-0/+17
* panfrost: Stub out panfrost_bo_cache_putAlyssa Rosenzweig2019-07-154-3/+34
* panfrost: Stub out panfrost_bo_cache_getAlyssa Rosenzweig2019-07-154-10/+66
* panfrost: Don't leak the blend CSO hash tableAlyssa Rosenzweig2019-07-151-3/+2
* panfrost: Cleanup after scoreboardingAlyssa Rosenzweig2019-07-151-0/+6
* panfrost: Allocate UBOs on the stack, not the heapAlyssa Rosenzweig2019-07-153-2/+5
* radeonsi: verify buffer_offset value before using itPierre-Eric Pelloux-Prayer2019-07-151-0/+7
* gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2019-07-156-21/+34
* iris: Better handle decoder base addressesKenneth Graunke2019-07-151-0/+3
* 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-156-166/+0
* 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
* 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
* meson: Add dep_thread dependency.Vinson Lee2019-07-131-0/+1