summaryrefslogtreecommitdiff
path: root/src/imagination
AgeCommit message (Expand)AuthorFilesLines
2022-04-13pvr: Implement vkCreateQueryPool() and vkDestroyQueryPool().Karmjit Mahil3-2/+98
2022-04-13pvr: Add pvrsrvkm visibility test heap.Karmjit Mahil3-6/+32
2022-04-13pvr: Add core count info and pvr_device_runtime_info.Karmjit Mahil6-4/+83
2022-04-08pvr: Remove logic to set vk_device::alloc.Rajnesh Kanwal1-5/+0
2022-04-04pvr: Add stricter type checking in pvr_csb_pack().Karmjit Mahil4-30/+35
2022-03-31vulkan: Move common format function to vulkan/util/vk_format.hRajnesh Kanwal2-21/+9
2022-03-31pvr: Fix seg fault in vkAllocateDescriptorSets().Karmjit Mahil2-7/+6
2022-03-31pvr: fix clang unused function warningFrank Binns1-12/+0
2022-03-30pvr: Check if the buffer/image was bound before unbinding.Rajnesh Kanwal2-2/+6
2022-03-29pvr: Remove duplicate variable queue_create.Vinson Lee1-1/+1
2022-03-25pvr: Use vk_common_GetDeviceQueue API.Rajnesh Kanwal1-12/+0
2022-03-25pvr: Implement vkCreateSampler and vkDestroySampler APIs.Rajnesh Kanwal4-13/+167
2022-03-25pvr: Stop using VK_OUTARRAY_MAKE()Boris Brezillon1-6/+7
2022-03-24pvr: Gate offline compiler build behind -Dtools=imaginationMatt Coster1-1/+4
2022-03-24pvr: do not use fallthrough for unreachable codeErik Faye-Lund1-3/+2
2022-03-24pvr: do not use fallthrough for unreachable codeErik Faye-Lund1-4/+3
2022-03-23pvr: zero-initialize variableErik Faye-Lund1-1/+1
2022-03-23pvr: use a helper to translate stencil-opsErik Faye-Lund1-6/+12
2022-03-23pvr: use a helper to translate compare-opsErik Faye-Lund1-3/+9
2022-03-23pvr: fixup typos when allocating objectErik Faye-Lund2-2/+2
2022-03-23pvr: use zloadformat instead of zstoreformatErik Faye-Lund1-1/+1
2022-03-23pvr: fix overlapping comparisonThomas H.P. Andersen1-1/+1
2022-03-22pvr: Add a Vulkan driver for Imagination Technologies PowerVR Rogue GPUsFrank Binns154-0/+54106