summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
17 hoursvc4: fix typo in simulator conditional declarationJuan A. Suarez Romero1-1/+1
2 daysvc4,v3d,v3dv: avoid compiling in unused `sim_file` field in the {vc4,v3d}_scr...Eric Engestrom4-2/+9
2 daysv3d,v3dv: simplify USE_V3D_SIMULATOR/using_v3d_simulator logicEric Engestrom10-39/+24
2 daysv3d,v3dv: figure out whether we're using the simulator only onceEric Engestrom3-15/+7
2 daysv3d,v3dv: reuse dep_v3d_hw from simulator/meson.buildEric Engestrom2-2/+0
9 daysv3dv: don't leak cache keyJuan A. Suarez Romero1-3/+1
10 daysfeatures.txt: specify that VK_EXT_depth_clip_enable is only supported on v3dv...Eric Engestrom1-1/+1
10 daysfeatures.txt: specify that VK_EXT_depth_clamp_zero_one is only supported on v...Eric Engestrom1-1/+1
12 daysv3dv: free temp image created when copying with blitJuan A. Suarez Romero1-0/+4
12 daysv3dv: adversise VK_EXT_depth_clamp_zero_oneJuan A. Suarez Romero3-1/+4
2024-07-10v3dv: don't lower fsat on V3D 7.xIago Toral Quiroga6-74/+79
2024-07-10v3dv: make nir helpers receive nir compiler options from callerIago Toral Quiroga5-50/+71
2024-07-03broadcom/ci: disable auto-retry on manual jobsEric Engestrom1-0/+2
2024-07-01v3dv: fix misalignment in descriptor layout structureJuan A. Suarez Romero1-3/+3
2024-07-01v3dv: restrict to channels when encoding border colorJuan A. Suarez Romero1-4/+4
2024-07-01v3dv: do not pass NULL pointer to function not expecting NULLsJuan A. Suarez Romero1-5/+10
2024-07-01v3dv: do not access member of a NULL structureJuan A. Suarez Romero1-1/+1
2024-06-20v3dv: don't call wsi_device_init too earlyIago Toral Quiroga1-4/+4
2024-06-19v3dv/ci: add new timeoutsJuan A. Suarez Romero1-0/+22
2024-06-18v3dv/ci: fix spurious line in expectedJuan A. Suarez Romero1-1/+0
2024-06-17v3dv/ci: add expected failureJuan A. Suarez Romero2-0/+3
2024-06-17v3dv: expose VK_KHR_maintenance5Iago Toral Quiroga3-1/+14
2024-06-17v3dv: fix handling of pipeline flags when pipeline init failsIago Toral Quiroga1-25/+31
2024-06-17panvk: Generate proper device and driver UUIDsMary Guillemard4-22/+37
2024-06-12v3dv: add more checks for device lossIago Toral Quiroga2-0/+5
2024-06-11v3dv: support VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHRIago Toral Quiroga1-0/+13
2024-06-10v3dv/pipeline: ensure vk_graphics_pipeline_all_state alive when still neededAlejandro Piñeiro1-3/+4
2024-06-10v3dv: disable some TLB paths for cases of linear depth/stencil storesIago Toral Quiroga1-0/+26
2024-06-10v3dv: remove blit shader restriction on depth/stencil not being linearIago Toral Quiroga1-5/+0
2024-06-07v3d/drm-shim: emulate a rpi4 instead of a rpi3Eric Engestrom1-1/+1
2024-06-07v3d,v3dv: document cl_emit_with_prepackedAlejandro Piñeiro2-2/+20
2024-06-06v3dv: allow VK_REMAINING_ARRAY_LAYERS in VkImageSubresourceLayersIago Toral Quiroga1-34/+60
2024-06-06v3dv: fix a few asserts that check layerCount instead of array_layersIago Toral Quiroga1-7/+7
2024-06-06v3dv: fix pipeline leaks when meta pipeline cache is disabledIago Toral Quiroga2-27/+59
2024-06-05v3dv: add missing bounds check in VK_EXT_4444_formatsEric Engestrom1-1/+4
2024-06-05broadcom: move HW-dependant constants to v3d_device_infoAlejandro Piñeiro9-89/+44
2024-06-05v3dv: implement vkGetRenderingAreaGranularityKHRIago Toral Quiroga1-22/+59
2024-06-03v3dv: implement vkGetDeviceImageSubresourceLayoutKHRIago Toral Quiroga1-0/+20
2024-06-03v3dv: add a get_image_subresource_layout helperIago Toral Quiroga1-7/+16
2024-06-03v3dv: refactor create_imageIago Toral Quiroga1-13/+19
2024-06-03v3dv: implement vkGetImageSubresourceLayout2KHRIago Toral Quiroga1-4/+7
2024-05-31v3d: really fix CLE MMU errors on 7.1HW Rpi5Jose Maria Casanova Crespo2-14/+19
2024-05-31v3dv: really fix CLE MMU errors on 7.1HW Rpi5Jose Maria Casanova Crespo2-15/+19
2024-05-30v3dv: shader modules are deprecated with VK_KHR_maintenance5Iago Toral Quiroga2-15/+48
2024-05-29v3d,v3dv: add compatibility revision in GPU nameJuan A. Suarez Romero4-4/+10
2024-05-29v3dv: lower maxVertexInputBindingStride to match vulkan runtimeIago Toral Quiroga1-1/+1
2024-05-29v3dv/device: set DescriptorUpdateAfterBind limitsAlejandro Piñeiro1-0/+21
2024-05-29v3dv/device: compute maxDescriptorSet*Limits multiplying per-stage by 4Alejandro Piñeiro2-10/+15
2024-05-29v3dv: handle VkPipelineCreateFlags2CreateInfoKHRIago Toral Quiroga2-6/+20
2024-05-29v3dv: handle VkBufferUsageFlags2CreateInfoKHRIago Toral Quiroga3-4/+23