mesa/src/intel/vulkan
Kenneth Graunke 81d5b61a19 blorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy() helper.
I want to be able to copy between buffer objects using BLORP in the i965
driver.  Anvil already had code to do this, in a reasonably efficient
manner - first using large bpp copies, then smaller bpp copies.

This patch moves that logic into BLORP as blorp_buffer_copy(), so we
can use it in both drivers.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2017-08-30 16:59:07 -07:00
..
tests
.gitignore anv: put anv_extensions.c in gitignore 2017-08-03 16:14:45 +01:00
anv_allocator.c anv: Mark functions used conditionally as UNUSED 2017-08-29 15:20:57 -07:00
anv_batch_chain.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
anv_blorp.c blorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy() helper. 2017-08-30 16:59:07 -07:00
anv_cmd_buffer.c anv/cmd_buffer: fix off by one error in assertion 2017-07-26 08:02:06 +02:00
anv_descriptor_set.c anv: Separate surface states by layout instead of aux_usage 2017-07-22 21:41:12 -07:00
anv_device.c anv: Use DRM sync objects to back fences whenever possible 2017-08-28 19:33:43 -07:00
anv_dump.c
anv_entrypoints_gen.py anv: Add MAX_API_VERSION to anv_extensions.py 2017-08-02 09:13:13 -07:00
anv_extensions.py anv: Implement VK_KHR_external_fence 2017-08-28 19:33:43 -07:00
anv_formats.c anv: Use GNU C empty brace initializer 2017-08-29 15:20:57 -07:00
anv_gem.c anv: Add support for the SYNC_FD handle type for fences 2017-08-28 19:33:43 -07:00
anv_gem_stubs.c anv: Add support for the SYNC_FD handle type for fences 2017-08-28 19:33:43 -07:00
anv_genX.h anv/gpu_memcpy: Add a lighter-weight GPU memcpy function 2017-07-22 20:12:09 -07:00
anv_icd.py anv: Use python to generate ICD json files 2017-08-02 09:13:13 -07:00
anv_image.c anv/image: zalloc image views 2017-07-22 21:41:12 -07:00
anv_intel.c
anv_nir.h
anv_nir_apply_pipeline_layout.c
anv_nir_lower_input_attachments.c
anv_nir_lower_multiview.c
anv_nir_lower_push_constants.c
anv_pass.c anv: Stop resolving CCS implicitly 2017-07-22 20:12:10 -07:00
anv_pipeline.c anv: set right datatypes in anv_pipeline_binding 2017-08-30 08:01:53 +02:00
anv_pipeline_cache.c
anv_private.h anv: set right datatypes in anv_pipeline_binding 2017-08-30 08:01:53 +02:00
anv_queue.c anv: Add support for the SYNC_FD handle type for fences 2017-08-28 19:33:43 -07:00
anv_util.c
anv_wsi.c anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImage 2017-08-28 18:35:25 -07:00
anv_wsi_wayland.c
anv_wsi_x11.c
gen7_cmd_buffer.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
gen8_cmd_buffer.c anv: Mark functions used conditionally as UNUSED 2017-08-29 15:20:57 -07:00
genX_blorp_exec.c intel: Move clflush helpers from anv to common/gen_clflush.h. 2017-07-10 15:55:19 -07:00
genX_cmd_buffer.c anv: Mark functions used conditionally as UNUSED 2017-08-29 15:20:57 -07:00
genX_gpu_memcpy.c anv: Explicitly cast between different enums 2017-08-29 15:20:57 -07:00
genX_pipeline.c anv: use device->info instead of brw->is_* 2017-08-30 17:59:17 +01:00
genX_query.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
genX_state.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
TODO
vk_format_info.h