..
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: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.
2018-02-12 07:00:41 -08:00
anv_blorp.c
anv/blorp: Pass the clear address to blorp for subpass MSAA resolves
2018-03-01 14:07:58 -08:00
anv_cmd_buffer.c
anv: Move setting current_pipeline to cmd_state_init
2018-02-12 15:18:23 -08:00
anv_descriptor_set.c
anv/descriptor_set: add reference counting for descriptor set layouts
2018-01-26 14:06:46 +01:00
anv_device.c
anv: Enable VK_KHR_16bit_storage for PushConstant
2018-02-28 21:37: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/entrypoints: make vkGetDeviceProcAddr return NULL for instance commands
2018-02-20 08:12:32 +01:00
anv_extensions.py
anv: Enable VK_KHR_16bit_storage for SSBO and UBO
2018-02-28 21:37: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: set maxResourceSize to the respective value for each generation
2018-02-28 06:54:48 +01:00
anv_gem.c
anv: remove anv_gem_set_context_priority helper
2018-02-28 19:50:54 +02:00
anv_gem_stubs.c
anv: implement VK_EXT_global_priority extension
2018-02-28 14:36:57 +02:00
anv_genX.h
anv/cmd_buffer: Add a mark_image_written helper
2018-02-08 16:35:31 -08:00
anv_icd.py
anv_icd.py: improve reproducible builds
2018-01-26 01:37:45 -08:00
anv_image.c
anv: Enable MSAA fast-clears
2018-03-01 14:07:58 -08:00
anv_intel.c
anv: Fix instance typos.
2017-10-18 09:08:08 -07:00
anv_nir.h
anv/pipeline: don't take the layout from the pipeline to compile shaders
2018-01-26 14:06:46 +01:00
anv_nir_apply_pipeline_layout.c
anv/pipeline: don't take the layout from the pipeline to compile shaders
2018-01-26 14:06:46 +01: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/i965/anv: Relax push constant offset assertions being 32-bit aligned
2018-02-28 21:37:40 -08:00
anv_nir_lower_ycbcr_textures.c
anv/pipeline: don't take the layout from the pipeline to compile shaders
2018-01-26 14:06:46 +01:00
anv_pass.c
anv/pass: Store usage in each subpass attachment
2018-02-20 13:49:25 -08:00
anv_pipeline.c
anv/pipeline: lower constant initializers on output variables earlier
2018-01-30 08:10:29 +01: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: remove anv_gem_set_context_priority helper
2018-02-28 19:50:54 +02:00
anv_queue.c
intel/vulkan: Support INTEL_NO_HW environment variable
2018-02-27 11:15:10 -08:00
anv_util.c
anv: avoid segmentation fault due to vk_error()
2018-01-19 09:39:05 +01:00
anv_wsi.c
anv/image: Add support for modifiers for WSI
2018-02-21 22:37:10 +00: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: Move gen7 index buffer state to graphics state
2018-01-23 21:10:46 -08:00
gen8_cmd_buffer.c
anv/cmd_buffer: Move dynamic state to graphics state
2018-01-23 21:10:43 -08:00
genX_blorp_exec.c
anv/blorp: Allow indirect clear colors on blorp sources on gen7
2018-03-01 14:07:58 -08:00
genX_cmd_buffer.c
anv/cmd_buffer: Add support for MCS fast-clears and resolves
2018-03-01 14:07:58 -08:00
genX_gpu_memcpy.c
anv/gpu_memcpy: CS Stall before a MI memcpy on gen7
2018-02-20 13:49:19 -08:00
genX_pipeline.c
anv/icl: Don't use DISPATCH_MODE_SIMD4X2
2018-02-16 11:10:32 -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/icl: Enable float blend optimization
2018-02-16 11:10:32 -08:00
meson.build
anv/icl: Build anv libs for gen11
2018-02-16 11:10:32 -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