summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost
AgeCommit message (Expand)AuthorFilesLines
7 dayspanfrost: report correct MAX_VARYINGSConstantine Shablia1-3/+1
7 dayspanfrost: Add the BO containing fragment program descriptor to the batchBoris Brezillon1-0/+1
2024-04-26panfrost: check return-code of drmSyncobjWaitErik Faye-Lund1-1/+4
2024-04-26panfrost: assert that drmSyncobjWait returns 0Erik Faye-Lund1-2/+4
2024-04-26panfrost: check return-value from u_trim_pipe_primErik Faye-Lund1-2/+1
2024-04-26panfrost: do not deref potentially null pointerErik Faye-Lund1-1/+2
2024-04-26panfrost: do not write outside num_wg_sysvalBoris Brezillon1-1/+2
2024-04-26panfrost: remove nonsensical assertErik Faye-Lund1-6/+0
2024-04-25panfrost: clamp buffer-size to max-sizeErik Faye-Lund1-1/+3
2024-04-25panfrost: add PAN_MAX_TEXEL_BUFFER_ELEMENTS defineErik Faye-Lund2-1/+3
2024-04-23panfrost: use util_debug_message for perf_debugErik Faye-Lund1-0/+1
2024-04-23panfrost: perf_debug_ctx -> perf_debugErik Faye-Lund5-19/+16
2024-04-23panfrost: use perf_debug_ctx instead of perf_debugErik Faye-Lund2-7/+7
2024-04-22panfrost: fix an incorrect stencil clear optimizationEric R. Smith1-10/+13
2024-04-22panfrost: Use pipe resource helperRobert Mader1-13/+8
2024-04-18panfrost: implement a driver-specific max-miplevelErik Faye-Lund3-3/+9
2024-04-17panfrost: remove panfrost_create_shader_state() related dead codePatrick Lerda1-4/+0
2024-04-16panfrost: mark separate_stencil as valid when surface is validEric R. Smith1-0/+2
2024-04-15panfrost: fix a GPU/CPU synchronization problemEric R. Smith1-1/+1
2024-04-09panfrost: fix polygon offset calculation for floating point ZEric R. Smith1-2/+15
2024-04-08panfrost: add tiler-heap driconfsErik Faye-Lund4-9/+25
2024-04-08panfrost: silence compiler warningErik Faye-Lund1-0/+2
2024-04-03panfrost: mark indirect compute buffer as readEric R. Smith1-0/+5
2024-03-26panfrost: Move the image attribute offset adjustment to a NIR passBoris Brezillon1-0/+9
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo1-1/+1
2024-03-14panfrost/shared: avoid use gallium helper in pan_minmax_cache.*Yonggang Luo1-2/+6
2024-03-12panfrost: derive htAlyssa Rosenzweig1-13/+2
2024-03-12panfrost: add pan_force_afbc_packing driconfErik Faye-Lund2-0/+6
2024-03-12panfrost: add driconf infrastructureErik Faye-Lund3-0/+6
2024-03-12panfrost: give afbc-packing its own flagErik Faye-Lund3-1/+4
2024-03-11panfrost, pan/lib: Move pan_resource_table to panfrostMary Guillemard2-1/+19
2024-03-11pan/bi: Lower ubo table in indices for ValhallMary Guillemard1-0/+15
2024-03-11pan/bi: Rework indices for attributes on ValhallMary Guillemard1-2/+29
2024-03-11pan/bi: Rework indices for image on ValhallMary Guillemard1-6/+40
2024-03-11pan/bi: Rework indices for tex on ValhallMary Guillemard4-0/+89
2024-03-01panfrost: Enable v10 in the gallium driverBoris Brezillon3-1/+4
2024-03-01panfrost: Add support for the CSF job frontendAlyssa Rosenzweig7-1/+1190
2024-03-01panfrost: Add a cleanup_batch() method to panfrost_vtableBoris Brezillon4-1/+12
2024-03-01panfrost: Add a panfrost_context_reinit() helperBoris Brezillon2-0/+9
2024-03-01panfrost: Add arch-specific context init/cleanup hooksBoris Brezillon4-0/+30
2024-03-01panfrost: Relax position result alignment constraint on v10+Boris Brezillon1-1/+1
2024-03-01panfrost: Don't allocate a tiler heap buffer on v10+Boris Brezillon1-3/+9
2024-03-01panfrost: Prepare support for GPU variantsBoris Brezillon1-1/+2
2024-03-01panfrost: Rework the way we compute thread infoBoris Brezillon1-2/+2
2024-03-01pan/kmod: Reject pre 1.1 panfrost kernel driversBoris Brezillon1-5/+1
2024-03-01pan/kmod: Add a PAN_KMOD_VM_FLAG_TRACK_ACTIVITY flagBoris Brezillon1-3/+3
2024-02-26panfrost: support multi-sampled image load/storeEric R. Smith1-8/+17
2024-02-08panfrost: Pad compute jobs with zeros on v4Boris Brezillon1-0/+10
2024-02-07gallium: remove take_ownership from set_vertex_buffers, assume it's trueMarek Olšák1-2/+1
2024-02-05panfrost: Fix dual-source blendingChristian Duerr1-1/+1