summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* meson: Add dependency on genxml to anvilDylan Baker2019-02-131-2/+5
* anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero2019-02-121-5/+29
* anv: assert that color attachment are validLionel Landwerlin2019-02-081-4/+1
* anv: skip bit6 swizzle detection in Gen8+Caio Marcelo de Oliveira Filho2019-02-041-2/+14
* anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZDanylo Piliaiev2019-02-041-3/+20
* anv: Handle VK_ATTACHMENT_UNUSED in colorAttachmentDanylo Piliaiev2019-02-041-0/+4
* anv: Implement VK_EXT_buffer_device_addressJason Ekstrand2019-02-015-2/+67
* anv: drop always-successful VkResultEric Engestrom2019-01-251-9/+4
* anv/allocator: Avoid race condition in anv_block_pool_map.Rafael Antognolli2019-01-242-6/+27
* anv: Implement transform feedback queriesJason Ekstrand2019-01-223-2/+73
* anv: Implement CmdBegin/EndQueryIndexedJason Ekstrand2019-01-221-1/+20
* anv: Implement vkCmdDrawIndirectByteCountEXTJason Ekstrand2019-01-222-1/+148
* anv: Implement the basic form of VK_EXT_transform_feedbackJason Ekstrand2019-01-227-2/+329
* anv: Add pipeline cache support for xfb_infoJason Ekstrand2019-01-224-9/+52
* anv: Add but do not enable VK_EXT_transform_feedbackJason Ekstrand2019-01-221-0/+1
* anv: Always emit at least one vertex elementJason Ekstrand2019-01-221-3/+1
* anv/pipeline: Add a pdevice helper variableJason Ekstrand2019-01-211-9/+10
* anv: Only parse pImmutableSamplers if the descriptor has samplersJason Ekstrand2019-01-211-12/+31
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-2/+2
* intel/genxml: add missing MI_PREDICATE compare operationsLionel Landwerlin2019-01-191-1/+0
* anv: document cache flushes & invalidationsLionel Landwerlin2019-01-191-0/+67
* anv: narrow flushing of the render target to buffer writesLionel Landwerlin2019-01-196-20/+15
* anv: Implement VK_EXT_conditional_rendering for gen 7.5+Danylo Piliaiev2019-01-187-14/+265
* anv: Implement VK_KHR_draw_indirect_count for gen 7+Danylo Piliaiev2019-01-182-0/+148
* anv: Re-sort the extensions listJason Ekstrand2019-01-181-6/+6
* anv/tests: Adding test for the state_pool padding.Rafael Antognolli2019-01-172-1/+75
* anv/allocator: Add support for non-userptr.Rafael Antognolli2019-01-171-46/+71
* anv: Remove state flush.Rafael Antognolli2019-01-1710-51/+2
* anv/allocator: Enable snooping on block pool and anv_bo_pool BOs.Rafael Antognolli2019-01-171-10/+16
* anv/allocator: Add padding information.Rafael Antognolli2019-01-173-10/+49
* anv/allocator: Rework chunk return to the state pool.Rafael Antognolli2019-01-171-23/+64
* anv: Remove some asserts.Rafael Antognolli2019-01-171-3/+0
* anv: Validate the list of BOs from the block pool.Rafael Antognolli2019-01-171-5/+49
* anv: Split code to add BO dependencies to execbuf.Rafael Antognolli2019-01-171-23/+39
* anv/allocator: Add support for a list of BOs in block pool.Rafael Antognolli2019-01-172-11/+59
* anv: Update usage of block_pool->bo.Rafael Antognolli2019-01-177-31/+36
* anv/allocator: Remove pool->map.Rafael Antognolli2019-01-173-19/+7
* anv/allocator: Rename anv_free_list2 to anv_free_list.Rafael Antognolli2019-01-172-31/+30
* anv/allocator: Remove anv_free_list.Rafael Antognolli2019-01-172-66/+0
* anv/allocator: Use anv_state_table on back_alloc too.Rafael Antognolli2019-01-172-15/+22
* anv/allocator: Use anv_state_table on anv_state_pool_alloc.Rafael Antognolli2019-01-172-35/+48
* anv/allocator: Add helper to push states back to the state table.Rafael Antognolli2019-01-172-0/+35
* anv/allocator: Add getter for anv_block_pool.Rafael Antognolli2019-01-174-5/+18
* anv/allocator: Add anv_state_table.Rafael Antognolli2019-01-172-2/+283
* anv/tests: Fix block_pool_no_free test.Rafael Antognolli2019-01-171-14/+14
* anv: fix invalid binding table index computationLionel Landwerlin2019-01-171-4/+2
* anv/device: fix maximum number of images supportedIago Toral Quiroga2019-01-174-13/+28
* anv: do not advertise AHW support if extension not enabledTapani Pälli2019-01-171-6/+15