mesa/src/intel/vulkan
Jason Ekstrand dc1d10b396 anv,radv: Add support for VK_KHR_get_display_properties2
Reviewed-by: Keith Packard <keithp@keithp.com>
2018-07-09 17:09:41 -07:00
..
tests anv: Soft-pin state pools 2018-06-01 13:49:22 -07:00
.gitignore anv,nir: add generated files to .gitignore(s) 2018-05-12 20:14:49 -07:00
anv_allocator.c anv: Soft-pin everything else 2018-06-01 14:27:13 -07:00
anv_android.c anv/android: Use an address for each anv_image plane 2018-06-12 11:17:43 +03:00
anv_batch_chain.c anv: Don't even bother processing relocs if we have softpin 2018-06-01 16:34:26 -07:00
anv_blorp.c anv: Make subpass::depth_stencil_attachment a pointer 2018-07-09 10:11:53 -07:00
anv_cmd_buffer.c anv: Make subpass::depth_stencil_attachment a pointer 2018-07-09 10:11:53 -07:00
anv_descriptor_set.c anv: Be more careful about hashing pipeline layouts 2018-07-02 13:07:06 -07:00
anv_device.c anv: Implement VK_EXT_vertex_attribute_divisor 2018-07-09 15:37:51 -07:00
anv_dump.c
anv_entrypoints_gen.py anv: Add EXT_acquire_xlib_display to anv driver [v3] 2018-06-19 14:17:46 -07:00
anv_extensions.py anv,radv: Add support for VK_KHR_get_display_properties2 2018-07-09 17:09:41 -07:00
anv_extensions_gen.py anv: Add EXT_acquire_xlib_display to anv driver [v3] 2018-06-19 14:17:46 -07:00
anv_formats.c anv: Allow blitting to/from any supported format 2018-05-09 11:16:33 -07:00
anv_gem.c intel: fix check for 48b ppgtt support 2018-04-30 11:34:19 -07:00
anv_gem_stubs.c intel: fix check for 48b ppgtt support 2018-04-30 11:34:19 -07:00
anv_genX.h
anv_icd.py python: Specify the JSON separators 2018-07-05 12:52:38 +01:00
anv_image.c anv: Use an address for each anv_image plane 2018-05-31 16:51:46 -07:00
anv_intel.c anv: intel: add softpin flag on imported BOs 2018-06-05 14:18:35 +01:00
anv_nir.h
anv_nir_add_base_work_group_id.c
anv_nir_apply_pipeline_layout.c anv: Add state setup support for shader constants 2018-07-02 12:09:49 -07:00
anv_nir_lower_input_attachments.c anv/pipeline: Convert lower_input_attachments to deref instructions 2018-06-22 20:54:00 -07:00
anv_nir_lower_multiview.c anv/pipeline: Convert lower_multiview to deref instructions 2018-06-22 20:54:00 -07:00
anv_nir_lower_push_constants.c
anv_nir_lower_ycbcr_textures.c anv/pipeline: Convert YCbCr lowering to deref instructiosn 2018-06-22 20:54:00 -07:00
anv_pass.c anv: Add support for VK_KHR_create_renderpass2 2018-07-09 10:11:53 -07:00
anv_pipeline.c anv: Implement VK_EXT_vertex_attribute_divisor 2018-07-09 15:37:51 -07:00
anv_pipeline_cache.c anv/pipeline: honor the pipeline_cache_enabled run-time flag 2018-07-09 08:40:26 +02:00
anv_private.h anv/pipeline: Add a per-VB instance divisor 2018-07-09 15:37:51 -07:00
anv_queue.c anv: add VK_EXT_display_control to anv driver [v5] 2018-06-23 07:59:00 -07:00
anv_util.c
anv_wsi.c anv: Add VK_EXT_display_surface_counter to anv driver [v2] 2018-06-20 08:16:34 -07: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_wsi_x11.c
gen7_cmd_buffer.c anv: Make subpass::depth_stencil_attachment a pointer 2018-07-09 10:11:53 -07:00
gen8_cmd_buffer.c anv: Use an anv_address in anv_buffer 2018-05-31 16:51:46 -07:00
genX_blorp_exec.c intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin. 2018-06-06 19:45:09 -07:00
genX_cmd_buffer.c anv/pipeline: Add a per-VB instance divisor 2018-07-09 15:37:51 -07:00
genX_gpu_memcpy.c
genX_pipeline.c anv/pipeline: Add a per-VB instance divisor 2018-07-09 15:37:51 -07:00
genX_query.c anv: Soft-pin everything else 2018-06-01 14:27:13 -07:00
genX_state.c anv/icl: Don't set float blend optimization bit in CACHE_MODE_SS 2018-07-09 15:38:42 -07:00
meson.build vulkan: EXT_acquire_xlib_display requires libXrandr headers to build 2018-06-20 10:42:05 -07:00
TODO
vk_format_info.h