index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
anv: Require vertex buffers to come from a 32-bit heap
Jason Ekstrand
2017-05-23
1
-0
/
+12
*
anv: Advertise both 32-bit and 48-bit heaps when we have enough memory
Jason Ekstrand
2017-05-23
1
-6
/
+36
*
anv: Refactor memory type setup
Jason Ekstrand
2017-05-23
1
-36
/
+40
*
anv: Make supports_48bit_addresses a heap property
Jason Ekstrand
2017-05-23
1
-2
/
+4
*
anv: Stop setting BO flags in bo_init_new
Jason Ekstrand
2017-05-23
1
-6
/
+6
*
anv: Set image memory types based on the type count
Jason Ekstrand
2017-05-23
1
-2
/
+4
*
anv: Add valid_bufer_usage to the memory type metadata
Jason Ekstrand
2017-05-23
1
-6
/
+15
*
anv: Determine the type of mapping based on type metadata
Jason Ekstrand
2017-05-23
1
-6
/
+6
*
anv: Set up memory types and heaps during physical device init
Jason Ekstrand
2017-05-23
1
-43
/
+70
*
anv: Predicate 48bit support on gen >= 8
Jason Ekstrand
2017-05-23
1
-1
/
+6
*
anv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
1
-0
/
+4
*
anv: don't leak DRM devices
Grazvydas Ignotas
2017-05-10
1
-0
/
+1
*
anv: fix possible stack corruption
Grazvydas Ignotas
2017-05-10
1
-1
/
+1
*
anv: Drop the instruction pool block size
Jason Ekstrand
2017-05-04
1
-2
/
+1
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
1
-25
/
+5
*
anv/allocator: Drop the block_size field from block_pool
Jason Ekstrand
2017-05-04
1
-6
/
+9
*
anv: Implement VK_KHX_external_semaphore_fd
Jason Ekstrand
2017-05-03
1
-0
/
+4
*
anv: Implement VK_KHX_external_semaphore
Jason Ekstrand
2017-05-03
1
-0
/
+4
*
anv: Implement VK_KHX_external_semaphore_capabilities
Jason Ekstrand
2017-05-03
1
-0
/
+4
*
anv: Trivially implement multiDrawIndirect
Jason Ekstrand
2017-05-03
1
-1
/
+1
*
anv: Enable VK_KHX_multiview and SPV_KHR_multiview
Jason Ekstrand
2017-05-03
1
-0
/
+4
*
anv: Add the KHX_multiview boilerplate
Jason Ekstrand
2017-05-03
1
-0
/
+17
*
anv: Alphabetize KHR extensions
Jason Ekstrand
2017-04-28
1
-18
/
+18
*
anv: Move queues, events, and semaphores to their own file
Jason Ekstrand
2017-04-27
1
-484
/
+0
*
anv: Implement VK_KHX_external_memory_fd
Jason Ekstrand
2017-04-27
1
-10
/
+61
*
anv: Use the BO cache for DeviceMemory allocations
Jason Ekstrand
2017-04-27
1
-11
/
+16
*
anv: Implement VK_KHX_external_memory
Jason Ekstrand
2017-04-27
1
-0
/
+4
*
anv: Implement VK_KHX_external_memory_capabilities
Chad Versace
2017-04-27
1
-6
/
+46
*
anv/physical_device: Rename uuid to pipeline_cache_uuid
Jason Ekstrand
2017-04-27
1
-2
/
+3
*
anv: Refactor device_get_cache_uuid into physical_device_init_uuids
Jason Ekstrand
2017-04-27
1
-13
/
+17
*
anv: Set EXEC_OBJECT_ASYNC when available
Jason Ekstrand
2017-04-27
1
-0
/
+5
*
anv: Add the pci_id into the shader cache UUID
Jason Ekstrand
2017-04-14
1
-5
/
+15
*
anv: Limit VkDeviceMemory objects to 2GB
Jason Ekstrand
2017-04-14
1
-0
/
+20
*
anv/device: Add a helper for querying whether a BO is busy
Jason Ekstrand
2017-04-05
1
-6
/
+28
*
anv: Advertise larger heap sizes
Jason Ekstrand
2017-04-04
1
-13
/
+48
*
anv: Add support for 48-bit addresses
Jason Ekstrand
2017-04-04
1
-0
/
+5
*
anv: Query the kernel for reset status
Jason Ekstrand
2017-04-04
1
-32
/
+82
*
anv: Check for device loss at the end of WaitForFences
Jason Ekstrand
2017-04-04
1
-5
/
+14
*
anv: Implement VK_KHR_incremental_present
Jason Ekstrand
2017-04-03
1
-1
/
+5
*
anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost
Iago Toral Quiroga
2017-03-24
1
-1
/
+21
*
anv/device: keep track of 'device lost' state
Iago Toral Quiroga
2017-03-24
1
-0
/
+5
*
anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissions
Iago Toral Quiroga
2017-03-24
1
-0
/
+25
*
anv/device: Move push descriptor query handling
Jason Ekstrand
2017-03-22
1
-8
/
+8
*
anv: Turn on inherited queries
Jason Ekstrand
2017-03-17
1
-1
/
+1
*
anv: Implement pipeline statistics queries
Ilia Mirkin
2017-03-17
1
-1
/
+1
*
anv/device: init timestampPeriod from devinfo
Robert Bragg
2017-03-17
1
-3
/
+1
*
anv/device: Remove a use of a compound literal
Jason Ekstrand
2017-03-17
1
-1
/
+1
*
anv/device: assert that commands submitted to a queue are not bogus
Iago Toral Quiroga
2017-03-16
1
-0
/
+1
*
anv: do not open random render node(s)
Emil Velikov
2017-03-15
1
-15
/
+38
*
anv: Properly enumerate physical devices when none are present
Jason Ekstrand
2017-03-14
1
-2
/
+5
[next]