aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Add support for new MMAP_OFFSET ioctl.Rafael Antognolli2020-04-201-1/+8
* anv: Add anv_device parameter to anv_gem_munmap.Rafael Antognolli2020-04-201-1/+2
* util/os_file: extend os_read_file to return the file sizePierre-Eric Pelloux-Prayer2020-03-241-1/+1
* anv: Stop fetching the timestamp frequency ourselvesJason Ekstrand2020-03-241-13/+0
* anv: Parse VkPhysicalDeviceFeatures2 in CreateDeviceJason Ekstrand2020-03-071-10/+45
* anv: Rework CCS memory handling on TGL-LPJason Ekstrand2020-01-251-3/+20
* anv: Make anv_vma_alloc/free a lot dumberJason Ekstrand2020-01-251-52/+21
* anv: Delete a redundant calculationJason Ekstrand2020-01-251-3/+0
* intel/compiler: Split has_64bit_types into float/intMatt Turner2020-01-221-2/+2
* anv: don't report error with other vendor DRM devicesLionel Landwerlin2020-01-211-4/+11
* anv: Allow enumerating multiple physical devicesJason Ekstrand2020-01-201-70/+70
* anv: Re-arrange physical_device_initJason Ekstrand2020-01-201-23/+27
* anv: Drop separate chipset_id fieldsJason Ekstrand2020-01-201-9/+7
* anv: Move the physical device dispatch table to anv_instanceJason Ekstrand2020-01-201-6/+5
* anv: Drop the instance pointer from anv_deviceJason Ekstrand2020-01-201-5/+7
* anv: Take an anv_device in vk_errorfJason Ekstrand2020-01-201-31/+28
* anv: Add an anv_physical_device field to anv_deviceJason Ekstrand2020-01-201-27/+16
* anv: Enable Vulkan 1.2 supportIván Briano2020-01-151-5/+5
* anv: Implement the new core version property queriesJason Ekstrand2020-01-151-152/+261
* anv: Implement the new core version feature queriesJason Ekstrand2020-01-151-56/+156
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-141-0/+1
* anv: Memset array propertiesJason Ekstrand2020-01-131-0/+5
* anv: Don't over-advertise descriptor indexing featuresJason Ekstrand2020-01-131-15/+17
* anv: Drop unneeded struct keywordsJason Ekstrand2020-01-031-1/+1
* anv: Properly advertise sampledImageIntegerSampleCountsJason Ekstrand2019-12-241-1/+1
* anv: Export filter_minmax support only when it's really supportedIván Briano2019-12-161-1/+1
* 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