summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: enable VK_EXT_shader_stencil_exportGustavo Lima Chaves2018-06-083-0/+3
* anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand2018-06-071-13/+16
* intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin.Kenneth Graunke2018-06-061-0/+10
* anv: intel: add softpin flag on imported BOsLionel Landwerlin2018-06-051-0/+2
* anv: Don't even bother processing relocs if we have softpinJason Ekstrand2018-06-011-3/+15
* anv: Refactor reloc handling in execbuf_add_boJason Ekstrand2018-06-011-36/+42
* anv: Assert that the kernel leaves pinned BO addresses aloneJason Ekstrand2018-06-011-1/+4
* anv: Soft-pin everything elseScott D Phillips2018-06-013-1/+21
* anv: Soft-pin batch buffersScott D Phillips2018-06-014-11/+30
* anv/batch_chain: Simplify secondary batch return chainingJason Ekstrand2018-06-011-40/+36
* anv/batch_chain: Call batch_bo_finish at the end of end_batch_bufferJason Ekstrand2018-06-011-6/+6
* anv: Soft-pin client-allocated memoryJason Ekstrand2018-06-011-0/+3
* anv/allocator: Support softpin in the BO cacheJason Ekstrand2018-06-011-1/+50
* anv/allocator: Set the BO flags in bo_cache_alloc/importJason Ekstrand2018-06-015-28/+60
* anv: For pinned BOs, skip relocations, but track bo usageScott D Phillips2018-06-012-0/+66
* anv: Use a separate pool for binding tables when soft pinningScott D Phillips2018-06-013-11/+53
* anv: Soft-pin state poolsScott D Phillips2018-06-017-10/+34
* anv/blorp: Write relocated values into surface statesScott D Phillips2018-05-313-16/+22
* anv: Use an address for each anv_image planeJason Ekstrand2018-05-315-35/+32
* anv/cmd_buffer: Rework surface relocation helpersJason Ekstrand2018-05-311-25/+19
* anv: Use an anv_address in anv_bufferJason Ekstrand2018-05-319-61/+34
* anv/cmd_buffer: Use anv_address for handling indirect parametersJason Ekstrand2018-05-311-44/+51
* anv: Use an anv_address in anv_buffer_viewJason Ekstrand2018-05-315-27/+36
* anv: Use full anv_addresses in anv_surface_stateJason Ekstrand2018-05-313-51/+55
* anv: Add some anv_address helpersJason Ekstrand2018-05-311-0/+24
* anv: Add vma_heap allocators in anv_deviceScott D Phillips2018-05-312-0/+144
* anv: move canonical_address calculation into a separate functionScott D Phillips2018-05-272-11/+2
* android: enable VK_ANDROID_native_bufferTapani Pälli2018-05-211-3/+0
* anv,nir: add generated files to .gitignore(s)Rhys Perry2018-05-121-0/+1
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-091-0/+1
* anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin2018-05-091-1/+8
* anv: Allow blitting to/from any supported formatJason Ekstrand2018-05-092-7/+6
* anv: ignore pColorBlendState if all color attachments of the subpass are unusedSamuel Iglesias Gonsálvez2018-05-092-3/+13
* anv: remove unused field anv_queue::poolScott D Phillips2018-05-072-3/+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/pipeline: support SpvCapabilityInt16 in gen8+Iago Toral Quiroga2018-05-031-0/+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-304-48/+19
* meson: fix race condition revealed by using 0.44Dylan Baker2018-04-271-3/+3
* anv/icl: Enable Vulkan on Ice LakeAnuj Phogat2018-04-261-0/+2
* anv: enable VK_EXT_shader_viewport_index_layerCaio Marcelo de Oliveira Filho2018-04-262-0/+2
* anv/allocator: Don't shrink either end of the block poolJason Ekstrand2018-04-261-4/+4
* meson: remove dummy_cppDylan Baker2018-04-241-1/+1
* meson: remove workaround for custom target creating .h and .c filesDylan Baker2018-04-241-13/+4
* anv/blorp: Do the gen11 BTI flushJason Ekstrand2018-04-201-0/+14
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-192-7/+1