About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/panfrost
AgeCommit message (Expand)Author
2025-11-06panvk: fix mem alloc size for VkBuffer backed by imported blob AHBYiwei Zhang
2025-11-06panvk: Advertise VK_KHR_pipeline_binaryFaith Ekstrand
2025-11-06panvk: Initialize the disk cache earlierFaith Ekstrand
2025-11-06panvk: include cmd stages for semaphores on submitAksel Hjerpbakk
2025-11-06pan: Move point size and viewport lowering to postprocessFaith Ekstrand
2025-11-06pan/bi: Move lower_noperspective*() to postprocess()Faith Ekstrand
2025-11-06pan/bi: Call constant folding in postprocess()Faith Ekstrand
2025-11-06pan: roll lower_texture() into postprocess()Faith Ekstrand
2025-11-05treewide: use BITSET_BYTES, BITSET_RZALLOCAlyssa Rosenzweig
2025-11-05pan: Make W_entry loop awareChristoph Pillmayer
2025-11-05pan: Add spill cost metricChristoph Pillmayer
2025-11-05pan: Pull out normal block logic from compute_w_entryChristoph Pillmayer
2025-11-04panfrost: add 422 AFBC formatsEric R. Smith
2025-11-04pan: Add 16 bit AFBC support (v10+ only)Eric R. Smith
2025-11-04panfrost: update AFBC code to handle tiling for 64bpp formatsEric R. Smith
2025-11-04panvk: sanity check block size for unorm formatEric R. Smith
2025-11-04panvk: fix sample shading of internal blend shader for MSAAYiwei Zhang
2025-11-04treewide: use UTIL_DYNARRAY_INITAlyssa Rosenzweig
2025-11-03panfrost/ci: Enable G610 piglit jobValentine Burley
2025-11-03panfrost/ci: Drop redundant PAN_MESA_DEBUG variablesValentine Burley
2025-10-31panfrost,tu: use util_is_alignedAlyssa Rosenzweig
2025-10-31panfrost/panvk: Add size calculations to compiler register codeEric R. Smith
2025-10-29panvk: support VK_EXT_device_memory_reportYiwei Zhang
2025-10-28panvk: use nir_log_shader to log NIR on AndroidYiwei Zhang
2025-10-28panvk/ci: Add an ANGLE job on G925Valentine Burley
2025-10-28panvk/ci: Add a VKCTS job on G925Valentine Burley
2025-10-28panfrost/ci: Drop redundant KERNEL_IMAGE_NAME for rock-5bValentine Burley
2025-10-28ci: Update linux-firmware version to pick up more ARM firmwareValentine Burley
2025-10-24util/dynarray: infer type in appendAlyssa Rosenzweig
2025-10-24panvk: Enable the disk cacheFaith Ekstrand
2025-10-24panvk: Use the build SHA for the pipeline/binary cache UUIDsFaith Ekstrand
2025-10-24panvk: Add an in-memory shader cacheFaith Ekstrand
2025-10-24panvk/shader: Use the right copy size for deserializing dynamic UBOs/SSBOsFaith Ekstrand
2025-10-24panvk/shader: [de]serialize desc_info.max_varying_loadsFaith Ekstrand
2025-10-24panvk/shader: Implement [de]serialization of ASM and NIR stringsFaith Ekstrand
2025-10-24panvk: Only call req_res when requiredLars-Ivar Hesselberg Simonsen
2025-10-23panfrost: cleanup outputs_read/outputs_written at pan_shader_infoAlejandro PiƱeiro
2025-10-22panvk: cull semaphores in unrelated subqueuesAksel Hjerpbakk
2025-10-22panvk: refactor vk_stage_to_subqueue_maskAksel Hjerpbakk
2025-10-22panvk/v9+: Reduce maxBoundDescriptorSets to 7Lars-Ivar Hesselberg Simonsen
2025-10-22panfrost: fix cl_local_size for precompiled shadersOlivia Lee
2025-10-21panvk: support VK_EXT_external_memory_acquire_unmodifiedYiwei Zhang
2025-10-21panvk: Fix integer dot product propertiesFaith Ekstrand
2025-10-21nir: remove manual nir_store_globalGeorg Lehmann
2025-10-21nir: remove manual nir_load_globalGeorg Lehmann
2025-10-20pan/va: make valhall_parse_isa input explicitRomaric Jodin
2025-10-20panvk: use cs_move_reg32 and lower to cs_add32 if neededYiwei Zhang
2025-10-20panvk: minor cleanup in cmd_prepare_push_uniformsYiwei Zhang
2025-10-20panvk: fix to advance vs res_table properlyYiwei Zhang
2025-10-20panvk: fix to advance vs driver_set properlyYiwei Zhang