summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv/cmd_buffer: never shrink the push constant buffer sizeIago Toral Quiroga2018-07-031-1/+16
* anv/cmd_buffer: clean dirty push constants flag after emitting push constantsIago Toral Quiroga2018-07-031-0/+2
* anv/cmd_buffer: make descriptors dirty when emitting base state addressIago Toral Quiroga2018-07-031-0/+5
* anv: Be more careful about hashing pipeline layoutsJason Ekstrand2018-07-031-3/+38
* meson: fix i965/anv/isl genX static lib namesEric Engestrom2018-06-181-1/+1
* anv: Disable __gen_validate_value if NDEBUG is set.Kenneth Graunke2018-06-121-0/+2
* anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand2018-06-111-13/+16
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-101-0/+1
* anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin2018-05-101-1/+8
* anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand2018-05-021-0/+1
* anv/allocator: Don't shrink either end of the block poolJason Ekstrand2018-04-271-4/+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
* anv: silence unused variable warningLionel Landwerlin2018-03-151-7/+0
* anv: silence unused function warning on gen11Lionel Landwerlin2018-03-151-0/+2
* anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commandsIago Toral Quiroga2018-03-141-1/+5
* anv/entrypoints: dispatches to VkQueue are device-levelIago Toral Quiroga2018-03-141-2/+7
* intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-091-17/+28
* anv: Support version overridesJason Ekstrand2018-03-071-1/+7
* anv: Enable Vulkan 1.1Jason Ekstrand2018-03-071-1/+4
* anv: Add support for SPIR-V 1.3 subgroup operationsJason Ekstrand2018-03-072-0/+30
* anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVERJason Ekstrand2018-03-071-29/+7
* anv: Implement vkEnumerateInstanceVersionJason Ekstrand2018-03-071-0/+7