summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Move BO cache related fields to a sub-structBoris Brezillon2019-11-083-18/+21
* panfrost: Pipe the GPU ID into compiler and disassemblerTomeu Vizoso2019-11-073-3/+4
* panfrost: Release the ctx->pipe_framebuffer refBoris Brezillon2019-11-071-0/+1
* panfrost: Destroy the upload manager allocated in panfrost_create_context()Boris Brezillon2019-11-071-0/+2
* panfrost: Generate polygon list manually for SFBDTomeu Vizoso2019-11-062-1/+18
* panfrost: Decode blend shaders for SFBDTomeu Vizoso2019-11-061-1/+3
* panfrost: Take into account texture layers in SFBDTomeu Vizoso2019-11-061-5/+6
* panfrost: Rework format encoding on SFBDTomeu Vizoso2019-11-066-46/+104
* panfrost: Set 0x10 bit on mali_shader_meta.unknown2_4 on T720Tomeu Vizoso2019-11-062-7/+3
* panfrost: Add checksum fields to SFBD descriptorTomeu Vizoso2019-11-061-0/+12
* panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASKBoris Brezillon2019-11-041-1/+2
* pan/midgard: Use fp32 blend shadersAlyssa Rosenzweig2019-11-012-10/+10
* android: Add panfrost support to build scriptsRobert Foss2019-10-312-0/+97
* panfrost: Cleanup _shader_upper -> shaderAlyssa Rosenzweig2019-10-291-4/+4
* pan/midgard: Disable precise occlusion queriesAlyssa Rosenzweig2019-10-261-1/+1
* panfrost: allocate bo for occlusion query resultsUrja Rannikko2019-10-262-14/+25
* panfrost: Expose serialized NIR supportAlyssa Rosenzweig2019-10-262-4/+13
* panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()Boris Brezillon2019-10-213-2/+63
* panfrost: Respect offset for imported resourcesDaniel Stone2019-10-181-0/+3
* panfrost: Keep track of active BOsTomeu Vizoso2019-10-173-21/+87
* panfrost: do not report alpha-test as supportedErik Faye-Lund2019-10-172-9/+3
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-171-1/+2
* pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stageAlyssa Rosenzweig2019-10-161-1/+7
* panfrost: Disable frame throttlingAlyssa Rosenzweig2019-10-161-0/+3
* panfrost: Fix support for packed 24-bit formatsBoris Brezillon2019-10-131-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-3/+0
* panfrost: Draw the wallpaper when only depth/stencil bufs are clearedBoris Brezillon2019-10-082-3/+15
* panfrost: Make sure a clear does not re-use a pre-existing batchBoris Brezillon2019-10-083-1/+32
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-071-2/+2
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-071-0/+1
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-071-1/+0
* gitlab-ci: Move LAVA-related files into top-level ci dirTomeu Vizoso2019-10-069-1741/+0
* gitlab-ci: Run dEQP on devices with PanfrostTomeu Vizoso2019-10-063-53/+40
* panfrost: Get rid of the flush in panfrost_set_framebuffer_state()Boris Brezillon2019-10-031-43/+3
* panfrost: Kill the explicit serialization in panfrost_batch_submit()Boris Brezillon2019-10-031-12/+0
* panfrost: Do fine-grained flushing when preparing BO for CPU accessesBoris Brezillon2019-10-032-19/+12
* panfrost: Make sure the BO is 'ready' when picked from the cacheBoris Brezillon2019-10-033-24/+110
* panfrost: Add flags to reflect the BO imported/exported stateBoris Brezillon2019-10-032-2/+8
* panfrost: Add a panfrost_flush_batches_accessing_bo() helperBoris Brezillon2019-10-032-0/+35
* panfrost: Add a panfrost_flush_all_batches() helperBoris Brezillon2019-10-035-15/+64
* panfrost: Prepare panfrost_fence for batch pipeliningBoris Brezillon2019-10-035-58/+59
* panfrost: Start tracking inter-batch dependenciesBoris Brezillon2019-10-033-5/+356
* panfrost: Add a panfrost_freeze_batch() helperBoris Brezillon2019-10-031-18/+44
* panfrost: Use the per-batch fences to wait on the last submitted batchBoris Brezillon2019-10-034-15/+47
* panfrost: Add a batch fenceBoris Brezillon2019-10-032-1/+94
* panfrost: Make panfrost_batch->bos a hash tableBoris Brezillon2019-10-032-12/+23
* panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon2019-10-038-23/+114
* panfrost: Add the shader BO to the batch in patch_shader_state()Boris Brezillon2019-10-031-6/+5
* dEQP-GLES2.functional.buffer.write.use.index_array.* are passing now.Boris Brezillon2019-09-231-2/+0
* panfrost: Fix indexed drawsBoris Brezillon2019-09-231-1/+1