mesa/src/intel/vulkan
Jason Ekstrand 9af5379228 anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute
Initially, these just contain the pipeline in a base struct.

Tested-by: Józef Kucia <joseph.kucia@gmail.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Cc: "18.0" <mesa-stable@lists.freedesktop.org>
2018-01-23 21:10:25 -08:00
..
tests anv: setup BO flags at state_pool/block_pool creation 2017-11-22 22:53:27 +00:00
.gitignore anv: put anv_extensions.c in gitignore 2017-08-03 16:14:45 +01:00
anv_allocator.c anv: Add missing unlock in anv_scratch_pool_alloc 2018-01-04 14:54:02 +00:00
anv_android.c anv: Implement VK_ANDROID_native_buffer (v9) 2017-10-18 00:23:38 -07:00
anv_batch_chain.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
anv_blorp.c anv: disallow VK_REMAINING_ARRAY_LAYERS in vkCmdClearAttachments() 2017-12-20 06:55:41 +01:00
anv_cmd_buffer.c anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute 2018-01-23 21:10:25 -08:00
anv_descriptor_set.c anv: VkDescriptorSetLayoutBinding can have descriptorCount == 0 2018-01-12 07:08:51 +01:00
anv_device.c anv: Return trampoline entrypoints from GetInstanceProcAddr 2018-01-23 00:15:40 -08:00
anv_dump.c anv: enable multiple planes per image/imageView 2017-10-06 16:32:20 +01:00
anv_entrypoints_gen.py anv: Return trampoline entrypoints from GetInstanceProcAddr 2018-01-23 00:15:40 -08:00
anv_extensions.py anv/extensions: Fix VkVersion::c_vk_version for patch == None 2018-01-23 00:15:40 -08:00
anv_extensions_gen.py anv: Use tables for device extension wrangling 2018-01-23 00:15:40 -08:00
anv_formats.c anv: Implement VK_EXT_external_memory_dma_buf 2017-12-04 10:04:19 -08:00
anv_gem.c anv: Add func anv_gem_get_tiling() 2017-10-17 11:08:26 -07:00
anv_gem_stubs.c anv: Check if memfd_create is already defined. 2017-11-30 01:36:46 -08: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: return VK_ERROR_OUT_OF_DEVICE_MEMORY when surface size is out of HW limits 2018-01-18 06:48:47 +01:00
anv_intel.c anv: Fix instance typos. 2017-10-18 09:08:08 -07:00
anv_nir.h anv: add nir lowering pass for ycbcr textures 2017-10-06 16:32:19 +01:00
anv_nir_apply_pipeline_layout.c anv/pipeline: Translate vulkan_resource_index to a constant when possible 2017-12-08 15:43:25 -08:00
anv_nir_lower_input_attachments.c nir: Get rid of nir_shader::stage 2017-10-20 12:49:17 -07:00
anv_nir_lower_multiview.c nir: Get rid of nir_shader::stage 2017-10-20 12:49:17 -07:00
anv_nir_lower_push_constants.c spirv: compute push constant access offset & range 2017-01-04 21:14:17 +00:00
anv_nir_lower_ycbcr_textures.c anv: fix nir.h include 2017-10-07 22:57:50 +01:00
anv_pass.c anv: Stop resolving CCS implicitly 2017-07-22 20:12:10 -07:00
anv_pipeline.c i965: Drop support for the legacy SNORM -> Float equation. 2018-01-02 16:51:42 -08:00
anv_pipeline_cache.c blob: Use intptr_t instead of ssize_t 2017-10-13 15:02:34 -07:00
anv_private.h anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute 2018-01-23 21:10:25 -08:00
anv_queue.c anv: Move size check from anv_bo_cache_import() to caller (v2) 2017-10-17 23:46:06 -07:00
anv_util.c anv: avoid segmentation fault due to vk_error() 2018-01-19 09:39:05 +01:00
anv_wsi.c vulkan/wsi: Initialize individual WSI interfaces in wsi_device_init 2017-12-04 10:04:19 -08:00
anv_wsi_wayland.c anv/wsi: Don't include wayland headers 2017-03-13 11:16:30 +00:00
anv_wsi_x11.c vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
gen7_cmd_buffer.c anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute 2018-01-23 21:10:25 -08:00
gen8_cmd_buffer.c anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute 2018-01-23 21:10:25 -08:00
genX_blorp_exec.c intel/blorp: Add initial support for indirect clear colors 2017-11-27 16:22:12 -08:00
genX_cmd_buffer.c anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute 2018-01-23 21:10:25 -08:00
genX_gpu_memcpy.c anv: Explicitly cast between different enums 2017-08-29 15:20:57 -07:00
genX_pipeline.c anv/pipeline: Don't assert on more than 32 samplers 2018-01-23 21:10:08 -08:00
genX_query.c anv/cmd_buffer: Get rid of the meta query workaround 2018-01-23 21:10:20 -08:00
genX_state.c anv/gen10: Enable float blend optimization 2017-11-14 13:23:18 -08:00
meson.build anv/extensions: Generate a header file with extension tables 2018-01-23 00:15:40 -08:00
TODO anv: Implement pipeline statistics queries 2017-03-17 12:12:50 -07:00
vk_format_info.h anv: add new formats KHR_sampler_ycbcr_conversion 2017-10-06 11:46:08 +01:00