aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Implement VK_KHR_driver_propertiesJason Ekstrand2018-10-011-0/+23
* anv: If softpin is supported, use it with the hiz clear value boJordan Justen2018-09-261-0/+9
* anv: s/batch/value_bo/ on anv_device_init_hiz_clear_batchJordan Justen2018-09-261-2/+2
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-261-3/+3
* anv: Silence a couple compiler warningsJason Ekstrand2018-09-121-2/+2
* anv: Support v3 of VK_EXT_vertex_attribute_divisorJason Ekstrand2018-09-101-0/+8
* anv: Free the app and engine nameJason Ekstrand2018-08-291-0/+3
* anv: Claim to support depthBounds for ID gamesJason Ekstrand2018-08-281-0/+9
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-281-7/+20
* anv: Add support for protected memory properties on anv_GetPhysicalDeviceProp...Samuel Iglesias Gonsálvez2018-08-271-0/+7
* anv: add VK_EXT_sampler_filter_minmax supportYunchao He2018-08-221-0/+8
* anv: drop cast-to-void of used variableEric Engestrom2018-08-161-1/+0
* anv: use safer snprintf() to ensure NULL string-terminatorEric Engestrom2018-08-161-1/+1
* intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen2018-08-011-1/+2
* anv: don't crash on vkDestroyDevice(NULL)Eric Engestrom2018-07-251-1/+3
* i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2018-07-241-1/+2
* i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen2018-07-241-2/+2
* anv: Implement VK_EXT_vertex_attribute_divisorJason Ekstrand2018-07-091-0/+8
* anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storageJose Maria Casanova Crespo2018-07-101-0/+11
* anv: Add support for the on-disk shader cacheJason Ekstrand2018-07-021-0/+36
* anv: Use a default pipeline cache if none is specifiedJason Ekstrand2018-07-021-0/+7
* anv,intel: Enable nir_opt_large_constants for VulkanJason Ekstrand2018-07-021-0/+1
* anv: finish the binding_table_pool on destroyDevice when use_softpinJose Maria Casanova Crespo2018-06-291-0/+3
* anv: Add KHR_display extension to anv [v7]Keith Packard2018-06-191-1/+20
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-191-0/+4
* anv: Disable constant buffer 0 being relative.Rafael Antognolli2018-06-181-1/+2
* anv/device: Check for kernel support of context isolation.Rafael Antognolli2018-06-181-0/+3
* anv: reduce maxFragmentInputComponentsSamuel Iglesias Gonsálvez2018-06-141-1/+1
* anv: Soft-pin everything elseScott D Phillips2018-06-011-0/+7
* anv: Soft-pin batch buffersScott D Phillips2018-06-011-4/+9
* anv: Soft-pin client-allocated memoryJason Ekstrand2018-06-011-0/+3
* anv/allocator: Set the BO flags in bo_cache_alloc/importJason Ekstrand2018-06-011-18/+20
* anv: Use a separate pool for binding tables when soft pinningScott D Phillips2018-06-011-1/+13
* anv: Soft-pin state poolsScott D Phillips2018-06-011-6/+13
* anv: Use an anv_address in anv_bufferJason Ekstrand2018-05-311-6/+6
* anv: Use an anv_address in anv_buffer_viewJason Ekstrand2018-05-311-2/+3
* anv: Add vma_heap allocators in anv_deviceScott D Phillips2018-05-311-0/+84
* anv: remove unused field anv_queue::poolScott D Phillips2018-05-071-1/+0
* anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga2018-05-051-1/+1
* Revert "anv/device: expose shaderInt16 support in gen8+"Mark Janes2018-05-031-1/+1
* anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga2018-05-031-1/+1
* anv: Advertise variableMultisampleRateJason Ekstrand2018-05-021-1/+1
* anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand2018-05-011-0/+1
* anv: Don't advertise Float64 or Int64 on HW without 64-bit typesJason Ekstrand2018-05-011-2/+4
* intel: fix check for 48b ppgtt supportScott D Phillips2018-04-301-23/+19
* anv/icl: Enable Vulkan on Ice LakeAnuj Phogat2018-04-261-0/+2
* anv: Use clear address for HiZ fast clears too.Rafael Antognolli2018-04-051-0/+19
* anv: Set genX_table for gen11Jordan Justen2018-03-231-0/+3
* anv: Silence warning about heap_size.Eric Anholt2018-03-161-1/+1
* anv: silence unused variable warningLionel Landwerlin2018-03-151-7/+0