aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* ANV: Stop advertising smoothLines support on gen10+Jason Ekstrand2019-12-101-1/+9
* anv: fix incorrect VMA alignment for CCS main surfacesLionel Landwerlin2019-12-101-3/+14
* anv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large buffersJason Ekstrand2019-12-061-0/+9
* anv: Use submit-time implicit sync instead of allocate-timeJason Ekstrand2019-12-061-13/+0
* anv: Implement VK_KHR_buffer_device_addressJason Ekstrand2019-12-051-7/+52
* anv: Use a pNext loop in AllocateMemoryJason Ekstrand2019-12-051-25/+45
* anv: Add allocator support for client-visible addressesJason Ekstrand2019-12-051-3/+36
* anv: Add an explicit_address parameter to anv_device_alloc_boJason Ekstrand2019-12-051-2/+7
* anv: Stop advertising two heaps just for the VF cache WAJason Ekstrand2019-12-051-63/+6
* anv: Set up VMA heaps independently from memory heapsJason Ekstrand2019-12-051-29/+15
* anv: Stop tracking VMA allocationsJason Ekstrand2019-12-051-11/+5
* anv: Disallow allocating above heap sizesJason Ekstrand2019-12-051-9/+27
* anv: Don't leak when set_tiling failsJason Ekstrand2019-12-051-3/+4
* anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WAJason Ekstrand2019-12-051-5/+9
* anv: Add a has_softpin booleanJason Ekstrand2019-12-051-2/+3
* anv: Drop bo_flags from anv_bo_poolJason Ekstrand2019-12-051-7/+1
* anv: Respect the always_flush_cache driconf optionJason Ekstrand2019-12-031-0/+7
* anv: Rework push constant handlingJason Ekstrand2019-11-181-1/+1
* intel/compiler: Add a flag to avoid compacting push constantsJason Ekstrand2019-11-181-0/+1
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-121-1/+1
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-111-0/+14
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-111-2/+24
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-111-10/+2
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-111-22/+11
* anv: Unify GetDeviceQueue and GetDeviceQueue2Ricardo Garcia2019-11-111-4/+8
* anv: implement VK_KHR_separate_depth_stencil_layoutsLionel Landwerlin2019-11-061-0/+7
* anv: Drop anv_bo_init and anv_bo_init_newJason Ekstrand2019-10-311-12/+0
* anv: Allocate misc BOs from the cacheJason Ekstrand2019-10-311-53/+42
* anv: Allocate batch and fence buffers from the cacheJason Ekstrand2019-10-311-12/+12
* anv: Choose BO flags internally in anv_block_poolJason Ekstrand2019-10-311-40/+4
* anv: Rework the internal BO allocation APIJason Ekstrand2019-10-311-23/+21
* anv: Use anv_block_pool_foreach_bo in get_bo_from_poolJason Ekstrand2019-10-311-6/+5
* anv: Rework anv_block_pool_expand_rangeJason Ekstrand2019-10-311-0/+25
* anv: Replace ANV_BO_EXTERNAL with anv_bo::is_externalJason Ekstrand2019-10-311-5/+4
* anv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.Plamena Manolova2019-10-291-1/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* anv/gen12: Initialize aux map contextJordan Justen2019-10-281-2/+19
* anv: Implement aux-map allocator interfaceJordan Justen2019-10-281-0/+42
* anv: Implement VK_KHR_vulkan_memory_modelCaio Marcelo de Oliveira Filho2019-10-241-0/+8
* anv: implement VK_INTEL_performance_queryLionel Landwerlin2019-10-231-0/+5
* anv: fix unwind of vkCreateDevice failLionel Landwerlin2019-10-221-3/+3
* anv: fix memory leak on device destroyLionel Landwerlin2019-10-201-1/+11
* anv: Implement VK_KHR_shader_clockCaio Marcelo de Oliveira Filho2019-10-071-0/+8
* anv: Advertise VK_KHR_shader_subgroup_extended_typesJason Ekstrand2019-09-201-0/+7
* anv: implement ICD interface v4Eric Engestrom2019-09-201-1/+29
* anv: split instance dispatch tableEric Engestrom2019-09-201-0/+18
* anv: fix descriptor limits on gen8Arcady Goldmints-Orlov2019-09-191-3/+5
* anv: enable VK_KHR_shader_float_controls and SPV_KHR_float_controlsSamuel Iglesias Gonsálvez2019-09-171-0/+31
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-151-0/+1