mesa/src/intel/vulkan
Jason Ekstrand 6790397346 anv: Support modifiers in GetImageFormatProperties2
Images with modifiers come with restrictions:

 1. They have to be simple 2D images right now

 2. They need to have a sensible format (not compressed, multi-plane, or
    non-power-of-two)

 3. If a CCS modifier is being requested, they have to actually support
    CCS_E and be CCS-compatible with any other formats the client may
    wish to use for image views.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434>
2020-01-17 18:27:29 +00:00
..
tests anv/tests: Initialize the BO cache and device mutex 2019-10-31 13:46:09 +00:00
anv_allocator.c anv: drop unused #include 2019-12-13 20:42:40 +00:00
anv_android.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_android.h anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_android_stubs.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_batch_chain.c anv: Always add in EXEC_OBJECT_WRITE when specified in extra_flags 2019-12-06 19:58:07 +00:00
anv_blorp.c anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9 2020-01-04 12:25:54 -08:00
anv_cmd_buffer.c anv: fix missing gen12 handling 2019-12-10 16:06:54 +00:00
anv_descriptor_set.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_device.c anv: Enable Vulkan 1.2 support 2020-01-15 08:34:57 -06:00
anv_dump.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
anv_entrypoints_gen.py anv/entrypoints: Better handle promoted extensions 2019-11-26 02:48:42 +00:00
anv_extensions.py anv: Enable Vulkan 1.2 support 2020-01-15 08:34:57 -06:00
anv_extensions_gen.py anv: manually add KHR_display to the list of platforms 2019-07-07 15:34:09 +03:00
anv_formats.c anv: Support modifiers in GetImageFormatProperties2 2020-01-17 18:27:29 +00:00
anv_gem.c intel/common: provide common ioctl routine 2019-08-01 16:38:40 -07:00
anv_gem_stubs.c anv: gem-stubs: return a valid fd got anv_gem_userptr() 2019-09-25 22:02:51 +03:00
anv_genX.h anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA 2019-12-05 10:59:10 -06:00
anv_icd.py anv: fix typo 2019-06-29 22:41:06 +01:00
anv_image.c anv: Support modifiers in GetImageFormatProperties2 2020-01-17 18:27:29 +00:00
anv_intel.c anv: Add allocator support for client-visible addresses 2019-12-05 10:59:10 -06:00
anv_nir.h anv: drop unused parameter from apply layout pass 2019-12-16 14:35:25 +02:00
anv_nir_add_base_work_group_id.c anv: Rework push constant handling 2019-11-18 18:35:14 +00:00
anv_nir_apply_pipeline_layout.c anv: drop unused parameter from apply layout pass 2019-12-16 14:35:25 +02:00
anv_nir_compute_push_layout.c anv: Move gen8+ push constant packet workaround. 2019-12-04 20:48:25 +00:00
anv_nir_lower_multiview.c nir/builder: Add a build_deref_array_imm helper 2019-03-07 21:20:30 +00:00
anv_nir_lower_ycbcr_textures.c anv: constify pipeline layout in nir passes 2019-12-16 14:35:22 +02:00
anv_pass.c anv: Enable Vulkan 1.2 support 2020-01-15 08:34:57 -06:00
anv_perf.c anv: fix error message 2019-10-24 13:57:40 +00:00
anv_pipeline.c anv: Ignore some CreateInfo structs when rasterization is disabled 2020-01-03 13:57:31 -08:00
anv_pipeline_cache.c anv: More carefully dirty state in BindPipeline 2019-11-18 18:35:14 +00:00
anv_private.h anv: Support modifiers in GetImageFormatProperties2 2020-01-17 18:27:29 +00:00
anv_queue.c anv: Enable Vulkan 1.2 support 2020-01-15 08:34:57 -06:00
anv_util.c anv/util: Split a vk_errorv helper out of vk_errorf 2018-10-26 13:27:21 -05:00
anv_wsi.c anv: Use BO fences/semaphores for AcquireNextImage 2019-12-06 19:58:07 +00:00
anv_wsi_display.c anv,radv: Add support for VK_KHR_get_display_properties2 2018-07-09 17:09:41 -07:00
anv_wsi_wayland.c anv: drop unused includes 2018-10-24 18:15:05 +01:00
anv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
gen7_cmd_buffer.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
gen8_cmd_buffer.c anv: set depth stall enabled when depth flush enabled on gen12 2020-01-16 14:05:54 +02:00
genX_blorp_exec.c anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA 2019-12-05 10:59:10 -06:00
genX_cmd_buffer.c anv: Drop some VK_IMAGE_TILING_OPTIMAL checks 2020-01-17 18:27:29 +00:00
genX_gpu_memcpy.c anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA 2019-12-05 10:59:10 -06:00
genX_pipeline.c anv: Ignore some CreateInfo structs when rasterization is disabled 2020-01-03 13:57:31 -08:00
genX_query.c anv: Enable Vulkan 1.2 support 2020-01-15 08:34:57 -06:00
genX_state.c anv: Enable Vulkan 1.2 support 2020-01-15 08:34:57 -06:00
meson.build anv: Rework push constant handling 2019-11-18 18:35:14 +00:00
TODO anv: Implement pipeline statistics queries 2017-03-17 12:12:50 -07:00
vk_format_info.h anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format 2019-06-24 08:28:18 +03:00