mesa/src/intel/vulkan
Jason Ekstrand b29cf7daf3 anv: Make anv_vma_alloc/free a lot dumber
All they do now is take a size, align, and flags and figure out which
heap to allocate in.  All of the actual code to deal with the BO is in
anv_allocator.c.  We want to leave anv_vma_alloc/free in anv_device.c
because it deals with API-exposed heaps so it still makes sense to have
it there.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3519>
2020-01-25 02:18:33 +00:00
..
tests anv: Add an anv_physical_device field to anv_device 2020-01-20 22:08:52 +00:00
anv_allocator.c anv: Make anv_vma_alloc/free a lot dumber 2020-01-25 02:18:33 +00:00
anv_android.c anv: Take an anv_device in vk_errorf 2020-01-20 22:08:52 +00: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: Add an anv_physical_device field to anv_device 2020-01-20 22:08:52 +00:00
anv_blorp.c anv: Rework the meaning of anv_image::planes[]::aux_usage 2020-01-24 21:07:26 +00:00
anv_cmd_buffer.c anv: fix missing gen12 handling 2019-12-10 16:06:54 +00:00
anv_descriptor_set.c anv: Add an anv_physical_device field to anv_device 2020-01-20 22:08:52 +00:00
anv_device.c anv: Make anv_vma_alloc/free a lot dumber 2020-01-25 02:18:33 +00:00
anv_dump.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
anv_entrypoints_gen.py anv: Move the physical device dispatch table to anv_instance 2020-01-20 22:08:52 +00:00
anv_extensions.py anv: Enable SPV_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 2020-01-23 00:18:57 +00: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: Take an anv_device in vk_errorf 2020-01-20 22:08:52 +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: Make AUX table invalidate a PIPE_* bit 2020-01-25 02:18:33 +00:00
anv_icd.py anv: fix typo 2019-06-29 22:41:06 +01:00
anv_image.c anv: Replace aux_surface.isl.size_B checks with aux_usage checks 2020-01-24 21:07:26 +00:00
anv_intel.c anv: Take an anv_device in vk_errorf 2020-01-20 22:08:52 +00: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/apply_pipeline_layout: Initialize the nir_builder before use 2020-01-23 19:35:39 -08:00
anv_nir_compute_push_layout.c anv: ensure prog params are initialized with 0s 2020-01-22 16:47:55 +02: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: Add an anv_physical_device field to anv_device 2020-01-20 22:08:52 +00:00
anv_pipeline.c anv: Enable SPV_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 2020-01-23 00:18:57 +00:00
anv_pipeline_cache.c anv: Drop separate chipset_id fields 2020-01-20 22:08:52 +00:00
anv_private.h anv: Make anv_vma_alloc/free a lot dumber 2020-01-25 02:18:33 +00:00
anv_queue.c anv: Take an anv_device in vk_errorf 2020-01-20 22:08:52 +00:00
anv_util.c anv: Take a device in anv_perf_warn 2020-01-20 22:08:52 +00:00
anv_wsi.c anv: Add an anv_physical_device field to anv_device 2020-01-20 22:08:52 +00:00
anv_wsi_display.c anv: Stop allocating WSI event fences off the instance 2020-01-20 22:08:52 +00: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: Make AUX table invalidate a PIPE_* bit 2020-01-25 02:18:33 +00:00
genX_cmd_buffer.c anv: Make AUX table invalidate a PIPE_* bit 2020-01-25 02:18:33 +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/iris: warn gen12 3DSTATE_HS restriction 2020-01-23 15:06:59 +02:00
genX_query.c anv: Add an anv_physical_device field to anv_device 2020-01-20 22:08:52 +00:00
genX_state.c anv: Make AUX table invalidate a PIPE_* bit 2020-01-25 02:18:33 +00: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