summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-126-74/+15
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-115-72/+734
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-112-3/+22
* anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin2019-11-111-4/+20
* anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand2019-11-111-13/+26
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-114-376/+616
* anv: refcount semaphoresLionel Landwerlin2019-11-112-6/+26
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-115-24/+60
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-112-19/+17
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-113-22/+30
* anv: expose timeout helpers outside of anv_queue.cLionel Landwerlin2019-11-112-50/+51
* anv: detach batch emission allocation from deviceLionel Landwerlin2019-11-111-56/+40
* anv: remove list items on batch finiLionel Landwerlin2019-11-111-1/+4
* anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmitLionel Landwerlin2019-11-111-2/+4
* anv: Unify GetDeviceQueue and GetDeviceQueue2Ricardo Garcia2019-11-111-4/+8
* anv: implement VK_KHR_separate_depth_stencil_layoutsLionel Landwerlin2019-11-066-27/+90
* meson: move the generic symbols check arguments to a common variableEric Engestrom2019-11-051-1/+1
* meson: add variable to control the symbols checksEric Engestrom2019-11-051-1/+1
* anv: Properly handle host query reset of performance queriesLionel Landwerlin2019-11-041-32/+20
* anv: remove incorrect polygonMode=point early-outErik Faye-Lund2019-11-011-6/+0
* anv: Move the RT BTI flush workaround to begin_subpassJason Ekstrand2019-10-311-23/+18
* anv: Stop compacting render targets in the binding tableJason Ekstrand2019-10-311-88/+62
* anv: Don't claim the null RT as a valid color targetJason Ekstrand2019-10-311-6/+6
* anv: Don't delete fragment shaders that write sample maskJason Ekstrand2019-10-311-1/+3
* anv: Use the new BO alloc API for AndroidJason Ekstrand2019-10-311-28/+15
* anv: add missing xmlconfig headers dependencyEric Engestrom2019-10-311-0/+1
* anv: Zero released anv_bo structsJason Ekstrand2019-10-311-1/+12
* anv: Use a bitset for tracking residencyJason Ekstrand2019-10-312-79/+87
* anv: Set the batch allocator for compute pipelinesJason Ekstrand2019-10-311-2/+5
* anv: Add a device parameter to anv_execbuf_add_boJason Ekstrand2019-10-311-19/+32
* anv: Drop anv_bo_init and anv_bo_init_newJason Ekstrand2019-10-313-49/+35
* anv: Allocate misc BOs from the cacheJason Ekstrand2019-10-318-63/+52
* anv: Allocate scratch BOs from the cacheJason Ekstrand2019-10-312-41/+18
* anv: Allocate batch and fence buffers from the cacheJason Ekstrand2019-10-315-200/+125
* anv: Allocate descriptor buffers from the BO cacheJason Ekstrand2019-10-313-36/+14
* anv: Set more flags on descriptor pool buffersJason Ekstrand2019-10-311-1/+8
* anv: Allocate query pool BOs from the cacheJason Ekstrand2019-10-312-26/+16
* anv: Use the query_slot helper in vkResetQueryPoolEXTJason Ekstrand2019-10-311-1/+1
* anv: Allocate block pool BOs from the cacheJason Ekstrand2019-10-312-48/+34
* anv/tests: Initialize the BO cache and device mutexJason Ekstrand2019-10-316-0/+8
* anv/tests: Zero-initialize instancesJason Ekstrand2019-10-316-6/+14
* anv: Choose BO flags internally in anv_block_poolJason Ekstrand2019-10-319-76/+70
* anv: Rework the internal BO allocation APIJason Ekstrand2019-10-316-102/+217
* 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-312-103/+76
* anv: Fix a potential BO handle leakJason Ekstrand2019-10-311-1/+3
* anv: Handle state pool relocations using "wrapper" BOsJason Ekstrand2019-10-313-14/+56
* anv: Replace ANV_BO_EXTERNAL with anv_bo::is_externalJason Ekstrand2019-10-316-20/+22
* anv: Inline anv_block_pool_get_boJason Ekstrand2019-10-311-27/+13
* anv: Declare the bo in the anv_block_pool_foreach_bo loopJason Ekstrand2019-10-313-3/+2