index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
/
anv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
1
-1
/
+2
*
anv: don't crash on vkDestroyDevice(NULL)
Eric Engestrom
2018-07-25
1
-1
/
+3
*
i965, anv: Use INTEL_DEBUG for disk_cache driver flags
Jordan Justen
2018-07-24
1
-1
/
+2
*
i965, anv: Add extra unused character in disk_cache renderer temp string
Jordan Justen
2018-07-24
1
-2
/
+2
*
anv: Implement VK_EXT_vertex_attribute_divisor
Jason Ekstrand
2018-07-09
1
-0
/
+8
*
anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+11
*
anv: Add support for the on-disk shader cache
Jason Ekstrand
2018-07-02
1
-0
/
+36
*
anv: Use a default pipeline cache if none is specified
Jason Ekstrand
2018-07-02
1
-0
/
+7
*
anv,intel: Enable nir_opt_large_constants for Vulkan
Jason Ekstrand
2018-07-02
1
-0
/
+1
*
anv: finish the binding_table_pool on destroyDevice when use_softpin
Jose Maria Casanova Crespo
2018-06-29
1
-0
/
+3
*
anv: Add KHR_display extension to anv [v7]
Keith Packard
2018-06-19
1
-1
/
+20
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
1
-0
/
+4
*
anv: Disable constant buffer 0 being relative.
Rafael Antognolli
2018-06-18
1
-1
/
+2
*
anv/device: Check for kernel support of context isolation.
Rafael Antognolli
2018-06-18
1
-0
/
+3
*
anv: reduce maxFragmentInputComponents
Samuel Iglesias Gonsálvez
2018-06-14
1
-1
/
+1
*
anv: Soft-pin everything else
Scott D Phillips
2018-06-01
1
-0
/
+7
*
anv: Soft-pin batch buffers
Scott D Phillips
2018-06-01
1
-4
/
+9
*
anv: Soft-pin client-allocated memory
Jason Ekstrand
2018-06-01
1
-0
/
+3
*
anv/allocator: Set the BO flags in bo_cache_alloc/import
Jason Ekstrand
2018-06-01
1
-18
/
+20
*
anv: Use a separate pool for binding tables when soft pinning
Scott D Phillips
2018-06-01
1
-1
/
+13
*
anv: Soft-pin state pools
Scott D Phillips
2018-06-01
1
-6
/
+13
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
1
-6
/
+6
*
anv: Use an anv_address in anv_buffer_view
Jason Ekstrand
2018-05-31
1
-2
/
+3
*
anv: Add vma_heap allocators in anv_device
Scott D Phillips
2018-05-31
1
-0
/
+84
*
anv: remove unused field anv_queue::pool
Scott D Phillips
2018-05-07
1
-1
/
+0
*
anv/device: expose shaderInt16 support in gen8+
Iago Toral Quiroga
2018-05-05
1
-1
/
+1
*
Revert "anv/device: expose shaderInt16 support in gen8+"
Mark Janes
2018-05-03
1
-1
/
+1
*
anv/device: expose shaderInt16 support in gen8+
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
anv: Advertise variableMultisampleRate
Jason Ekstrand
2018-05-02
1
-1
/
+1
*
anv: Allow lookup of vkEnumerateInstanceVersion without an instance
Jason Ekstrand
2018-05-01
1
-0
/
+1
*
anv: Don't advertise Float64 or Int64 on HW without 64-bit types
Jason Ekstrand
2018-05-01
1
-2
/
+4
*
intel: fix check for 48b ppgtt support
Scott D Phillips
2018-04-30
1
-23
/
+19
*
anv/icl: Enable Vulkan on Ice Lake
Anuj Phogat
2018-04-26
1
-0
/
+2
*
anv: Use clear address for HiZ fast clears too.
Rafael Antognolli
2018-04-05
1
-0
/
+19
*
anv: Set genX_table for gen11
Jordan Justen
2018-03-23
1
-0
/
+3
*
anv: Silence warning about heap_size.
Eric Anholt
2018-03-16
1
-1
/
+1
*
anv: silence unused variable warning
Lionel Landwerlin
2018-03-15
1
-7
/
+0
*
anv: Add support for SPIR-V 1.3 subgroup operations
Jason Ekstrand
2018-03-07
1
-0
/
+24
*
anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVER
Jason Ekstrand
2018-03-07
1
-29
/
+7
*
anv/device: fail to initialize device if we have queues with unsupported flags
Iago Toral Quiroga
2018-03-07
1
-0
/
+9
*
anv/device: GetDeviceQueue2 should only return queues with matching flags
Iago Toral Quiroga
2018-03-07
1
-1
/
+5
*
anv: Support querying for protected memory
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
anv: Implement GetDeviceQueue2
Jason Ekstrand
2018-03-07
1
-0
/
+12
*
anv: Trivially implement VK_KHR_device_group
Jason Ekstrand
2018-03-07
1
-11
/
+67
*
anv: Implement VK_KHR_maintenance3
Jason Ekstrand
2018-03-07
1
-18
/
+12
*
anv: Support VkPhysicalDeviceShaderDrawParameterFeatures
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-41
/
+41
*
anv: Add version 1.1.0 but leave it disabled
Jason Ekstrand
2018-03-07
1
-8
/
+8
*
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
2018-03-07
1
-6
/
+6
*
anv: Enable VK_KHR_16bit_storage for PushConstant
Jose Maria Casanova Crespo
2018-02-28
1
-1
/
+1
[next]