summaryrefslogtreecommitdiff
path: root/src/panfrost
AgeCommit message (Expand)AuthorFilesLines
2024-08-22panvk: Fix viewport calculationMary Guillemard1-1/+1
2024-08-16panvk: Adjust RGB component order for fixed-function blendingBoris Brezillon1-0/+13
2024-08-16panvk: Fix NULL deref on model name when device isn't supportedMary Guillemard1-2/+3
2024-08-14panfrost: use RGB1 component ordering for R5G6B5 pixel formatsEric R. Smith1-24/+20
2024-07-28panvk: Pass attrib_buf_idx_offset to desc_copy_infoMary Guillemard1-2/+1
2024-07-24panvk: Fix image support in vertex jobsMary Guillemard5-8/+17
2024-07-19format: Generate endian-independent format aliasesDaniel Stone6-8/+12
2024-07-17panvk: Fix assertVinson Lee1-1/+1
2024-07-17bi: Implement basic 8-bit vec supportMary Guillemard1-4/+35
2024-07-17bi: Enable lower_pack pass in compilerMary Guillemard1-0/+2
2024-07-17bi: Lower pack_32_4x8_split and pack_32_2x16_split in algebraicMary Guillemard1-0/+5
2024-07-17bi: Enable lower_pack_64_4x16Mary Guillemard1-0/+1
2024-07-17bi: Clean up mem_access_size_align_cbMary Guillemard1-9/+9
2024-07-16ci/panfrost: Update t760 failsMary Guillemard1-0/+1
2024-07-16pan/kmod: Avoid deadlock on VA allocation failure on panthorMary Guillemard1-1/+1
2024-07-11panfrost: add translation between modifier and compression ratesLouis-Francis Ratté-Boulianne2-0/+150
2024-07-11panfrost: add support for AFRC modifiersLouis-Francis Ratté-Boulianne3-9/+157
2024-07-11panfrost: add support for AFRC render targetsLouis-Francis Ratté-Boulianne1-4/+36
2024-07-11panfrost: add support for AFRC texturesLouis-Francis Ratté-Boulianne1-8/+22
2024-07-11panfrost: encode component order as an inverted swizzle (v10)Louis-Francis Ratté-Boulianne4-7/+10
2024-07-11panfrost: add utils for AFRC fixed-rate supportLouis-Francis Ratté-Boulianne5-0/+221
2024-07-11panfrost: add device querying for AFRC supportLouis-Francis Ratté-Boulianne2-0/+12
2024-07-11panfrost: Add AFRC overlay in v10 xml specificationLouis-Francis Ratté-Boulianne1-1/+73
2024-07-07ci: simplify setting .no-auto-retry now that it isn't bundled with unrelated ...Eric Engestrom1-3/+3
2024-07-07ci: split .no-auto-retry out of .scheduled_pipeline-rulesEric Engestrom1-3/+3
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg14-236/+13
2024-06-28panfrost/ci: split gl & vk jobs rulesEric Engestrom1-12/+37
2024-06-28panfrost/ci: drop duplicate job rulesEric Engestrom1-1/+0
2024-06-27panvk: Remove duplicate variable src_idxVinson Lee1-1/+1
2024-06-27panfrost: implement SFBD raw format support on v4Alexandre Marquet1-1/+20
2024-06-27panvk: Add support for layered renderingBoris Brezillon11-134/+272
2024-06-27panvk: Use IDVS jobs when we canBoris Brezillon2-70/+187
2024-06-27pan/blitter: Let pan_preload_fb() callers queue the jobs to the job chainBoris Brezillon3-18/+18
2024-06-27pan/desc: Prepare things for fragment job chainingBoris Brezillon3-11/+13
2024-06-27pan/desc: Extend pan_emit_fbd() to support multilayer renderingBoris Brezillon3-29/+38
2024-06-26meson: add various generated header dependencies as order-only depsEli Schwartz1-0/+1
2024-06-26panvk: Enable texture filtering in CI for Mali-G52Mary Guillemard1-0/+1
2024-06-26panvk: Advertise VK_KHR_sampler_mirror_clamp_to_edgeMary Guillemard1-1/+2
2024-06-26panvk: Implement and advertise anisotropy supportMary Guillemard2-0/+6
2024-06-26panvk: Enable glsl.440.linkage in CI for Mali-G52Mary Guillemard1-0/+1
2024-06-26panvk: Run nir_lower_io_to_vector for fragment shaderMary Guillemard1-0/+4
2024-06-26panvk: Do not emit blend shader when color_mask is 0Mary Guillemard1-0/+10
2024-06-26panvk: Advertise VK_EXT_private_dataMary Guillemard2-0/+2
2024-06-26panvk: Enable compute pipeline in CI for Mali-G52Mary Guillemard2-1/+21
2024-06-26panvk: Report proper workgroup invocation and sizeMary Guillemard1-4/+12
2024-06-26panvk: Skip dispatch on empty workgroupMary Guillemard1-0/+3
2024-06-25panvk: support x11 wsiErik Faye-Lund2-1/+12
2024-06-21treewide: use nir_def_replace sometimesAlyssa Rosenzweig2-8/+4
2024-06-20panvk: Enable offscreen_viewport tests in CI for Mali-G52Mary Guillemard1-0/+1
2024-06-20panvk: Clamp viewport scissor to valid rangeMary Guillemard2-12/+15