summaryrefslogtreecommitdiff
path: root/src/imagination
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-171-5/+2
* pvr: Fix deferred_control_stream_flagsJames Glanville2023-05-171-1/+1
* pvr: Fix seg fault on unused ds attachmentJames Glanville2023-05-171-3/+4
* pvr: Transfer image to buffer dest rectOskar Rundgren2023-05-171-0/+9
* pvr: Transfer optimisation remove unused features from APIOskar Rundgren2023-05-178-132/+11
* pvr: Transfer check valid source address maskOskar Rundgren2023-05-171-1/+1
* pvr: fix texel unwind workaround mappingsOskar Rundgren2023-05-171-4/+7
* pvr: Transfer remove byte unwind workaroundOskar Rundgren2023-05-171-69/+1
* pvr: Transfer support flipped rectangle mappingOskar Rundgren2023-05-173-10/+45
* pvr: Transfer block compressed with 3d twiddled layoutOskar Rundgren2023-05-171-0/+6
* pvr: Transfer ignore non zero stride for twiddled surfaceOskar Rundgren2023-05-171-3/+1
* pvr: PBE fix mesa pipe swizzle conversionOskar Rundgren2023-05-171-36/+100
* pvr: Transfer add s8_uint supportOskar Rundgren2023-05-161-33/+20
* pvr: Transfer add depth merge support for X8_D24Oskar Rundgren2023-05-161-0/+1
* pvr: Add PBE packmode for depth stencil formatsOskar Rundgren2023-05-161-9/+9
* pvr: Add back S8_UINT supportOskar Rundgren2023-05-162-4/+7
* pvr: Transfer multiple emits clip rectangleOskar Rundgren2023-05-161-2/+2
* pvr: Transfer fix blit with multiple emitsOskar Rundgren2023-05-162-2/+9
* pvr: Use original binding numbers instead of reassigningKarmjit Mahil2023-05-162-6/+2
* pvr: Add missing NULL checks in some vkDestroy...() functionsKarmjit Mahil2023-05-163-0/+12
* pvr: Transfer PBE gamma is unsetOskar Rundgren2023-05-161-1/+0
* pvr: Transfer PBE source snorm format should be signedOskar Rundgren2023-05-161-1/+2
* pvr: Allow block compressed source blitOskar Rundgren2023-05-161-1/+2
* pvr: Fix cs corruption in pvr_pack_clear_vdm_state()Karmjit Mahil2023-05-165-54/+93
* pvr: switch pvr_spm to use pvr_bo_suballocLuigi Santivetti2023-05-162-30/+22
* pvr: switch pvr_clear to use pvr_bo_suballocLuigi Santivetti2023-05-165-43/+38
* pvr: switch pvr_descriptor_set_create to use pvr_bo_suballocLuigi Santivetti2023-05-163-16/+15
* pvr: switch pvr_cmd_buffer_alloc_mem to use pvr_bo_suballocLuigi Santivetti2023-05-167-130/+129
* pvr: switch pvr_gpu_upload_* to use pvr_bo_suballocLuigi Santivetti2023-05-1615-235/+275
* pvr: introduce suballocator for internal allocationsLuigi Santivetti2023-05-162-1/+270
* pvr: fixup stack overflow in {start,end}_sub_cmdLuigi Santivetti2023-05-151-6/+19
* pvr: Remove unneeded assert in pvr_get_hw_clear_color()Matt Coster2023-05-151-7/+0
* pvr: Fix off-by-one in pvr_cmd_buffer_upload_desc_set_table() assertMatt Coster2023-05-151-1/+1
* pvr: Correctly compile graphics pipelines without a fragment shaderMatt Coster2023-05-151-75/+81
* pvr: Initialize aspect_mask when creating buffer viewsMatt Coster2023-05-151-0/+1
* pvr: Actually check for depth load when setting up load op constantsMatt Coster2023-05-151-1/+11
* pvr: add GUARD_SIZE_DEFAULT for CDM and VDM control stream links 1 and 2Luigi Santivetti2023-05-103-11/+22
* pvr: use PVR_DW_TO_BYTES for stream_link_space calculationLuigi Santivetti2023-05-101-6/+6
* pvr: Move heap initialisation out of pvr_winsys_helper.Donald Robson2023-05-043-78/+69
* pvr: Reduce free list initial size when multiple devices are createdJarred Davies2023-05-042-3/+24
* pvr: Use vk_device's enabled features structJarred Davies2023-05-045-21/+17
* pvr: Don't ralloc build context from compilerJarred Davies2023-05-041-1/+1
* pvr: Adjust clear's region clip wordsJames Glanville2023-05-042-1/+8
* pvr: Fix incorrect PBE packmode for S8_UINTJames Glanville2023-05-041-0/+2
* pvr: Don't advertise S8_UINT supportKarmjit Mahil2023-05-042-7/+4
* pvr: fix sync waiting while using pvrsrvkmSoroushIMG2023-05-041-107/+70
* vulkan: write beta extensions into generator scripts.Dave Airlie2023-05-041-0/+1
* vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2023-05-031-0/+1
* pvr: Correctly validate PBE accum formatMatt Coster2023-05-021-4/+4
* pvr: Unmap mapped memory on freeMatt Coster2023-05-021-0/+7