summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2023-05-171-3/+1
* anv: put private binding BOs into execlistsLionel Landwerlin2023-05-171-0/+1
* anv: enable the GPL feature based on whether the extension is supportedIván Briano2023-05-161-1/+1
* anv: handle missing astc for gfx125 in CreateImageViewTapani Pälli2023-05-121-0/+4
* anv: Set memory types supported by Xe KMDJosé Roberto de Souza2023-05-111-78/+12
* vulkan/pipeline_cache: don't log warnings for internal cachesDaniel Schürmann2023-05-111-1/+3
* anv: apply ANV_BO_ALLOC_IMPLICIT_SYNC for external memoryYiwei Zhang2023-05-101-2/+5
* anv: enable graphics pipeline libraries by defaultIván Briano2023-05-101-14/+3
* anv: put EXT_mesh_shader behind an environment variableIván Briano2023-05-101-2/+8
* Corrects log print to produce hexadecimal base outputChristopher Snowhill2023-05-071-1/+1
* anv: make internal address space allocation more dynamicLionel Landwerlin2023-05-051-25/+36
* anv: link anv_bo to its VMA heapLionel Landwerlin2023-05-051-18/+25
* anv: remove 48bit address space checksLionel Landwerlin2023-05-051-18/+5
* anv: implement VK_KHR_ray_tracing_position_fetchLionel Landwerlin2023-05-041-0/+4
* anv: move get_features after get_device_extensions (ugly diff)Constantine Shablia2023-05-031-431/+429
* anv: switch to using the common vkGetPhysicalDeviceFeatures2Constantine Shablya2023-05-031-9/+10
* vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2023-05-031-1/+1
* anv: Take into consideration physical device max heap size to set maxStorageB...José Roberto de Souza2023-04-271-1/+15
* anv: enable shaderUniformBufferArrayNonUniformIndexingLionel Landwerlin2023-04-271-1/+1
* anv: enable shaderStorageImageReadWithoutFormat on Gfx12.5+Lionel Landwerlin2023-04-191-1/+4
* anv: Only enable GPL if ANV_GPL=true, or if zink or DXVK are the engine.Emma Anholt2023-04-171-2/+14
* anv: implement VK_EXT_graphics_pipeline_libraryLionel Landwerlin2023-04-171-0/+10
* anv: reset query pools using blorpFelix DeGrood2023-04-071-0/+3
* anv: ignore structure types handled in vk_device_memory_createMarcin Ślusarz2023-04-051-0/+8
* anv: Bump VkDeviceMemory objects limit to 4GBNataraj Deshpande2023-04-031-4/+8
* anv: take care of maxStorageBufferRange being uint32_tLionel Landwerlin2023-04-031-1/+1
* anv: Use the new vk_device_memory base structFaith Ekstrand2023-03-311-80/+23
* anv: Disable anv_bo_sync_type for Xe kmdJosé Roberto de Souza2023-03-301-6/+14
* anv: work around for per-prim attributes corruptionMarcin Ślusarz2023-03-291-1/+3
* anv: Fetch max_context_priority from drm_xe_query_configJosé Roberto de Souza2023-03-241-15/+0
* anv: Handle Xe queue/engine priorityJosé Roberto de Souza2023-03-231-0/+15
* anv: Implement Xe version of check_status()José Roberto de Souza2023-03-231-1/+11
* anv: Replace I915_ENGINE_CLASS_VIDEO by INTEL_ENGINE_CLASS_VIDEOJosé Roberto de Souza2023-03-231-2/+2
* anv: Implement VK_KHR_map_memory2Faith Ekstrand2023-03-201-15/+21
* anv: Limit memory maps to the client-allocated sizeFaith Ekstrand2023-03-201-4/+6
* anv: use vk_get_physical_device_featuresConstantine Shablya2023-03-161-618/+364
* anv: Properly alloc buffers that will be promoted to framebuffer in Xe KMDJosé Roberto de Souza2023-03-151-3/+12
* anv: Implement Xe version of anv_physical_device_get_parameters()José Roberto de Souza2023-03-151-1/+9
* anv: remove GetBufferMemoryRequirements2()Mohamed Ahmed2023-03-151-14/+0
* anv: export EXT_pipeline_library_group_handles only with RTLionel Landwerlin2023-03-141-1/+1
* anv: Add gem VM bind and unbind to backendJosé Roberto de Souza2023-03-111-2/+2
* anv: Implement Xe functions to create and destroy VMJosé Roberto de Souza2023-03-111-3/+34
* anv+hasvk: Use driconf to disable 16-bit for zink.Emma Anholt2023-03-091-6/+10
* anv: enable VK_EXT_pipeline_library_group_handlesLionel Landwerlin2023-03-081-0/+8
* anv: VK_EXT_image_sliced_view_of_3dLionel Landwerlin2023-03-041-0/+8
* anv: add gfx9 generated draw supportLionel Landwerlin2023-03-031-1/+0
* anv: remove more Gfx7 codeLionel Landwerlin2023-02-281-26/+11
* anv, hasvk: Align workaround address to 32BCaio Oliveira2023-02-241-1/+1
* intel: Make gen12 URB space reservation dependent on compute engine presenceJosé Roberto de Souza2023-02-231-0/+2
* anv: Add gem_mmap to kmd backendJosé Roberto de Souza2023-02-151-8/+2