summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2018-06-18meson: fix i965/anv/isl genX static lib namesEric Engestrom1-1/+1
2018-06-12anv: Disable __gen_validate_value if NDEBUG is set.Kenneth Graunke1-0/+2
2018-06-11anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand1-13/+16
2018-05-10i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand1-0/+1
2018-05-10anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin1-1/+8
2018-05-02anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand1-0/+1
2018-04-27anv/allocator: Don't shrink either end of the block poolJason Ekstrand1-4/+4
2018-04-20anv/blorp: Do the gen11 BTI flushJason Ekstrand1-0/+14
2018-04-19nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2-7/+1
2018-04-19spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2-4/+14
2018-04-16anv,radv: Drop XML workarounds for VK_ANDROID_native_bufferJason Ekstrand1-6/+1
2018-04-13anv: fix number of planes for depth & stencilLionel Landwerlin2-1/+5
2018-04-11blorp: Silence unused function warningsNanley Chery1-1/+1
2018-04-11vulkan: fix build issue on android (both anv/radv)Tapani Pälli1-2/+2
2018-04-10vulkan: Drop vk_android_native_buffer.xmlJason Ekstrand2-17/+12
2018-04-09anv/pipeline: Lower more constant initializers earlierJason Ekstrand1-7/+5
2018-04-05anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCSJason Ekstrand2-19/+40
2018-04-05anv: Make blorp update the clear color.Rafael Antognolli3-63/+66
2018-04-05anv: Use clear address for HiZ fast clears too.Rafael Antognolli3-3/+27
2018-04-05anv: Emit the fast clear color address, instead of value.Rafael Antognolli3-4/+70
2018-04-05anv: Add a helper to extract clear color from the attachment.Rafael Antognolli2-13/+21
2018-04-05intel: Use Clear Color struct size.Rafael Antognolli3-13/+22
2018-04-05anv/image: Do not override lower bits of dword.Rafael Antognolli2-15/+12
2018-04-03anv: Fix close(fd) before import issue in vkCreateDmaBufImageINTELKevin Strasser1-2/+2
2018-04-02anv/cmd_buffer: honor pending clear views for depth/stencil attachmentsIago Toral Quiroga1-1/+21
2018-04-02anv/cmd_buffer: consider multiview masks for tracking pending clear aspectsIago Toral Quiroga2-3/+96
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick3-6/+6
2018-03-23anv: Set genX_table for gen11Jordan Justen1-0/+3
2018-03-23anv: Add gen11 to anv_genX_callJordan Justen1-0/+3
2018-03-23nir: Rename image intrinsics to image_varJason Ekstrand2-13/+13
2018-03-21anv/pipeline: don't pass constant view index in multiviewCaio Marcelo de Oliveira Filho1-6/+11
2018-03-21anv/pipeline: use less instructions for multiviewCaio Marcelo de Oliveira Filho1-1/+1
2018-03-20anv: off-by-one in GetDescriptorSetLayoutSupportScott D Phillips1-1/+1
2018-03-19anv/pipeline: set active_stages earlyCaio Marcelo de Oliveira Filho2-3/+10
2018-03-19anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho1-7/+9
2018-03-16anv: Silence warning about heap_size.Eric Anholt1-1/+1
2018-03-15anv: silence unused variable warningLionel Landwerlin1-7/+0
2018-03-15anv: silence unused function warning on gen11Lionel Landwerlin1-0/+2
2018-03-14anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commandsIago Toral Quiroga1-1/+5
2018-03-14anv/entrypoints: dispatches to VkQueue are device-levelIago Toral Quiroga1-2/+7
2018-03-09intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen1-17/+28
2018-03-07anv: Support version overridesJason Ekstrand1-1/+7
2018-03-07anv: Enable Vulkan 1.1Jason Ekstrand1-1/+4
2018-03-07anv: Add support for SPIR-V 1.3 subgroup operationsJason Ekstrand2-0/+30
2018-03-07anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVERJason Ekstrand1-29/+7
2018-03-07anv: Implement vkEnumerateInstanceVersionJason Ekstrand1-0/+7
2018-03-07anv/device: fail to initialize device if we have queues with unsupported flagsIago Toral Quiroga1-0/+9
2018-03-07anv/device: GetDeviceQueue2 should only return queues with matching flagsIago Toral Quiroga2-1/+7
2018-03-07anv: Support querying for protected memoryJason Ekstrand1-0/+6
2018-03-07anv: Implement GetDeviceQueue2Jason Ekstrand1-0/+12