v3dv: add paths to handle partial copies of linear images
[platform/upstream/mesa.git] / src / broadcom / vulkan / v3dv_meta_copy.c
2023-01-16 Iago Toral Quirogav3dv: add paths to handle partial copies of linear...
2022-12-16 Iago Toral Quirogav3dv: be more careful when restoring dirty state after...
2022-11-21 Maíra Canalv3dv: fix multiple typos
2022-08-15 Iago Toral Quirogav3dv: postpone tile state allocation for render pass...
2022-07-19 Konstantin Seurerv3dv: Use nir_gen_rect_vertices
2022-07-12 Eric Engestromv3dv: use updated tokens from vk.xml
2022-07-12 Iago Toral Quirogav3dv: fix comment in texel buffer shader copy path
2022-06-28 Boris Brezillonv3dv: Use vk_pipeline_hash_shader_stage()
2022-06-28 Boris Brezillonv3dv: Fix nir_shader leaks in v3dv_meta_{clear,copy}()
2022-05-31 Iago Toral Quirogav3dv: consume barriers at the right stages
2022-05-26 Alejandro Piñeirov3dv/format: Add support for VK_KHR_format_feature_flags2
2022-05-19 Jason Ekstrandv3dv: Loosen an assert in copy_buffer_to_image_shader
2022-05-17 Jason Ekstrandv3dv: Drop the region temporary from blit_shader
2022-05-17 Jason Ekstrandv3dv: Don't use color aspects for depth/stencil images
2022-05-17 Jason Ekstrandv3dv: Add a create_image_view helper for internal views
2022-04-22 Juan A. Suarez Romerov3dv: duplicate key on hashtable insert
2022-03-18 Iago Toral Quirogav3dv: return early on image to buffer blit copies if...
2022-03-18 Iago Toral Quirogav3dv: TFU destination must be UIF
2022-02-18 Jose Maria Casanov... v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd
2022-01-19 Dave Airliemesa/*: add a shader primitive type to get away from...
2021-11-19 Alejandro Piñeirovulkan: move common format helpers to vk_format
2021-11-02 Ella Stanforthv3dv: Implement VK_KHR_create_renderpass2
2021-10-29 Jason Ekstrandvulkan: Move all the common object code to runtime/
2021-10-22 Iago Toral Quirogav3dv: refactor TFU jobs
2021-09-02 Iago Toral Quirogav3dv: make v3dv_image derive from vk_image
2021-07-16 Iago Toral Quirogav3dv: don't overallocate tile state for meta TLB operations
2021-07-16 Iago Toral Quirogav3dv: allow limiting amount of tile state allocated
2021-07-15 Iago Toral Quirogav3dv: refactor meta copy/clear code
2021-07-13 Iago Toral Quirogav3dv: use defines for push constant offsets used by...
2021-07-13 Iago Toral Quirogav3dv: allow batching texel buffer copies for 3D images
2021-07-13 Iago Toral Quirogav3dv: implement layered texel buffer copies using a...
2021-07-13 Iago Toral Quirogav3dv: fix push constant range for texel buffer copy...
2021-07-12 Iago Toral Quirogav3dv: fix copy buffer to image TFU path for 3D images
2021-06-22 Alejandro Piñeirov3dv: move several hw version dependant code to their...
2021-06-22 Alejandro Piñeirov3dv: split v3dv_format hw version dependant code to...
2021-06-21 Iago Toral Quirogav3dv: implement vkCmdResolveImage2KHR
2021-06-21 Iago Toral Quirogav3dv: implement vkCmdCopyImage2KHR
2021-06-21 Iago Toral Quirogav3dv: implement vkCmdCopyBufferToImage2KHR and vkCmdCop...
2021-06-21 Iago Toral Quirogav3dv: implement vkCmdCopyBuffer2KHR
2021-06-21 Iago Toral Quirogav3dv: implement vkCmdBlitImage2KHR
2021-06-17 Charliev3dv: add ASTC formats to get_compatible_tlb_format
2021-06-17 Charliev3dv: divide by block size in copy_image_blit
2021-05-31 Georg Lehmannv3dv: use VKAPI_ATTR and VKAPI_CALL.
2021-05-27 Iago Toral Quirogav3dv: implement VK_KHR_get_memory_requirements2
2021-05-26 Iago Toral Quirogav3dv: implement VK_KHR_bind_memory2
2021-04-29 Juan A. Suarez Romerov3dv: check dest bitsize in color blit
2021-04-29 Juan A. Suarez Romerov3dv: rename VC5 to V3D
2021-03-17 Alejandro Piñeirov3dv: avoid some maybe-uninitialized warnings
2021-03-17 Lukas Fellerv3dv: fix stride in buffer copy
2021-03-15 Mike Blumenkrantzv3dv: use common interfaces for shader modules
2021-02-12 Alejandro Piñeirov3dv/meta_copy: get tlb compatible BC compressed format...
2021-02-05 Iago Toral Quirogav3dv: allow a component swizzle in copy_buffer_to_image...
2021-02-05 Iago Toral Quirogav3dv: batch copies in the copy_buffer_to_image_blit...
2021-02-05 Iago Toral Quirogav3dv: handle D/S buffer to image copies with the texel...
2021-01-25 Connor Abbottv3dv/meta: Use sized types for nir_tex_instr::dest_type
2021-01-21 Arcady Goldmints... v3dv: Fix uninitialized variable warnings
2021-01-06 Christian Gmeinerv3dv: use intrinsic builders
2020-12-17 Iago Toral Quirogav3dv: fix BO list for TFU jobs
2020-12-17 Iago Toral Quirogav3dv: fix incorrect slice selection for TFU jobs
2020-12-01 Iago Toral Quirogav3dv: don't log out of pool memory errors for internal...
2020-12-01 Iago Toral Quirogav3dv: ignore filter in TFU blit path
2020-12-01 Iago Toral Quirogav3dv: add a helper to choose a compatible TFU format
2020-12-01 Iago Toral Quirogav3dv: handle Z mirroring in the TFU blit path
2020-12-01 Iago Toral Quirogav3dv: expand the formats that can be handled in the...
2020-11-30 Iago Toral Quirogav3dv: expand format coverage in TFU path for buffer...
2020-11-30 Iago Toral Quirogav3dv: fix base layer for 3D blits in the TFU path
2020-11-30 Iago Toral Quirogav3dv: add a TFU path for image copies
2020-11-30 Iago Toral Quirogav3dv: add a format parameter to emit_tfu_job
2020-11-30 Iago Toral Quirogav3dv: support compressed formats with TFU unit
2020-11-30 Iago Toral Quirogav3dv: remove obsolete disabled code
2020-11-27 Iago Toral Quirogav3dv: batch buffer to image copies with the texel buffe...
2020-11-27 Iago Toral Quirogav3dv: fix leak in the buffer to image copy via texel...
2020-11-19 Iago Toral Quirogav3dv: remove box check from texel buffer copy fragment...
2020-11-17 Alejandro Piñeirov3dv: use the common base object type and struct
2020-11-17 Iago Toral Quirogav3dv: rename playout and dslayout fields to use undersc...
2020-11-17 Iago Toral Quirogav3dv: blit shader clean-ups
2020-11-17 Iago Toral Quirogav3dv: initialize pipeline layouts for meta operations...
2020-11-17 Iago Toral Quirogav3dv: add a buffer to image copy path using a texel...
2020-11-11 Eric Anholtnir/builder: Add a name format arg to nir_builder_init_...
2020-11-11 Eric Anholtnir/builder: Drop the mem_ctx arg from nir_builder_init...
2020-11-11 Eric Anholtnir_builder: Return a new builder from nir_builder_init...
2020-11-02 Iago Toral Quirogav3dv: update assertion to match VK_KHR_maintenance1...
2020-11-02 Iago Toral Quirogav3dv: fix base slice selection for copies involving...
2020-10-27 Iago Toral Quirogav3dv: grow meta descriptor pool dynamically
2020-10-22 Iago Toral Quirogav3dv: handle buffer to linear depth/stencil image copie...
2020-10-22 Iago Toral Quirogav3dv: handle compressed image to buffer copies on the...
2020-10-22 Iago Toral Quirogav3dv: fix Z coordinate for 3D blits
2020-10-22 Iago Toral Quirogav3dv: do not attempt to blit from a linear image source
2020-10-22 Iago Toral Quirogav3dv: fix multi-layered buffer to image copies on the...
2020-10-22 Iago Toral Quirogav3dv: skip unnecessary tile loads when blitting
2020-10-13 Iago Toral Quirogav3dv: fix buffer copies to compressed images on the...
2020-10-13 Iago Toral Quirogav3dv: limit blit framebuffer dimensions to max coordinates
2020-10-13 Iago Toral Quirogav3dv: fix blit path for copies from 3D compressed images
2020-10-13 Iago Toral Quirogav3dv: always program a reasonable internal depth type...
2020-10-13 Alejandro Piñeirov3dv/meta_copy: fix TFU blitting when using 3D images
2020-10-13 Alejandro Piñeirov3dv/meta_copy: handle mirroring z component bliting...
2020-10-13 Iago Toral Quirogav3dV: move meta init/finish to meta implementation...
2020-10-13 Iago Toral Quirogav3dv: fix 3D image blits
2020-10-13 Alejandro Piñeirov3dv/meta: fix hash table insertion
2020-10-13 Iago Toral Quirogav3dv: handle multisample image clears
next