summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2018-04-192-4/+14
* anv,radv: Drop XML workarounds for VK_ANDROID_native_bufferJason Ekstrand2018-04-161-6/+1
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-132-1/+5
* blorp: Silence unused function warningsNanley Chery2018-04-111-1/+1
* vulkan: fix build issue on android (both anv/radv)Tapani Pälli2018-04-111-2/+2
* vulkan: Drop vk_android_native_buffer.xmlJason Ekstrand2018-04-102-17/+12
* anv/pipeline: Lower more constant initializers earlierJason Ekstrand2018-04-091-7/+5
* anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCSJason Ekstrand2018-04-052-19/+40
* anv: Make blorp update the clear color.Rafael Antognolli2018-04-053-63/+66
* anv: Use clear address for HiZ fast clears too.Rafael Antognolli2018-04-053-3/+27
* anv: Emit the fast clear color address, instead of value.Rafael Antognolli2018-04-053-4/+70
* anv: Add a helper to extract clear color from the attachment.Rafael Antognolli2018-04-052-13/+21
* intel: Use Clear Color struct size.Rafael Antognolli2018-04-053-13/+22
* anv/image: Do not override lower bits of dword.Rafael Antognolli2018-04-052-15/+12
* anv: Fix close(fd) before import issue in vkCreateDmaBufImageINTELKevin Strasser2018-04-031-2/+2
* anv/cmd_buffer: honor pending clear views for depth/stencil attachmentsIago Toral Quiroga2018-04-021-1/+21
* anv/cmd_buffer: consider multiview masks for tracking pending clear aspectsIago Toral Quiroga2018-04-022-3/+96
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-293-6/+6
* anv: Set genX_table for gen11Jordan Justen2018-03-231-0/+3
* anv: Add gen11 to anv_genX_callJordan Justen2018-03-231-0/+3
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-232-13/+13
* anv/pipeline: don't pass constant view index in multiviewCaio Marcelo de Oliveira Filho2018-03-211-6/+11
* anv/pipeline: use less instructions for multiviewCaio Marcelo de Oliveira Filho2018-03-211-1/+1
* anv: off-by-one in GetDescriptorSetLayoutSupportScott D Phillips2018-03-201-1/+1
* anv/pipeline: set active_stages earlyCaio Marcelo de Oliveira Filho2018-03-192-3/+10
* anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho2018-03-191-7/+9
* anv: Silence warning about heap_size.Eric Anholt2018-03-161-1/+1