aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* anv/cmd_buffer: report tracked errors in vkEndCommandBuffer()Iago Toral Quiroga2017-03-161-0/+3
* anv: handle failures when growing reloc listsIago Toral Quiroga2017-03-164-22/+43
* anv: avoid crashes when failing to allocate batchesIago Toral Quiroga2017-03-162-9/+19
* anv: handle allocation failure in anv_batch_emit_dwords()Iago Toral Quiroga2017-03-161-2/+7
* anv: handle allocation failure in anv_batch_emit_batch()Iago Toral Quiroga2017-03-161-2/+7
* anv: add anv_batch_set_error() and anv_batch_has_error() helpersIago Toral Quiroga2017-03-161-0/+15
* anv/cmd_buffer: add a status field to anv_batchIago Toral Quiroga2017-03-162-0/+13
* anv/cmd_buffer: report errors in vkBeginCommandBuffer()Iago Toral Quiroga2017-03-161-6/+9
* anv: do not try to ref/unref NULL shadersIago Toral Quiroga2017-03-162-3/+6
* anv/blorp: return early if we failed to create the shader binaryIago Toral Quiroga2017-03-161-0/+3
* intel/blorp: make upload_shader() return a bool indicating success or failureIago Toral Quiroga2017-03-161-1/+3
* anv: remove unnecessary function prototype.Iago Toral Quiroga2017-03-161-3/+0
* anv: do not open random render node(s)Emil Velikov2017-03-151-15/+38
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-152-15/+16
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-141-1/+1
* anv/image: Move handling of INTEL_VK_HIZJason Ekstrand2017-03-141-2/+2
* anv: Properly enumerate physical devices when none are presentJason Ekstrand2017-03-141-2/+5
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-1/+1
* anv/blorp: Only set a clear color for resolves if fast-clearedJason Ekstrand2017-03-141-1/+2
* anv/blorp: Turn off AUX after doing a CCS_D resolveJason Ekstrand2017-03-141-0/+2
* anv: Add missing error-checking to anv_CreateDevice (v3)Gwan-gyeong Mun2017-03-131-9/+56
* anv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyPropertiesChad Versace2017-03-131-55/+18
* anv: Use vk_outarray in vkEnumeratePhysicalDevices (v2)Chad Versace2017-03-131-27/+4
* anv: Use on-the-fly surface states for dynamic buffer descriptorsJason Ekstrand2017-03-136-244/+86
* anv: Stall before fast-clear operationsJason Ekstrand2017-03-131-6/+19
* anv: Accurately advertise dynamic descriptor limitsJason Ekstrand2017-03-131-2/+2
* anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand2017-03-134-11/+28
* intel/vulkan: Get rid of recursive makeJason Ekstrand2017-03-133-518/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-134-8/+5
* anv: Stop including brw_context.hJason Ekstrand2017-03-131-1/+1
* vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand2017-03-131-7/+0
* anv/wsi: Don't include wayland headersJason Ekstrand2017-03-131-3/+0
* anv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GBTapani Pälli2017-03-081-1/+1
* anv: Make the framebuffer-renderpass format assert non-fatalJason Ekstrand2017-03-071-1/+1
* anv: Drop the anv_validate block helperJason Ekstrand2017-03-072-13/+3
* anv: Get rid of the stub() macrosJason Ekstrand2017-03-073-17/+5
* anv: Remove a pointless finishmeJason Ekstrand2017-03-071-4/+0
* anv: Convert the HiZ finishme's to perf_warnJason Ekstrand2017-03-071-4/+4
* anv: Add a performance warning helperJason Ekstrand2017-03-072-0/+27
* anv: Advertise shaderInt64 on Broadwell and aboveJason Ekstrand2017-03-032-1/+2
* anv/image: Allow HiZ on input attachment-capable depth/stencil imagesNanley Chery2017-03-021-14/+0
* anv/cmd_buffer: Centralize automatic layout transitionsNanley Chery2017-03-021-42/+12
* anv/cmd_buffer: Add attachment transitioning functionsNanley Chery2017-03-021-0/+85
* anv/blorp: Encapsulate subpass id queryingNanley Chery2017-03-022-6/+17
* anv/cmd_buffer: Enable render pass awarenessNanley Chery2017-03-022-0/+10
* anv/pass: Store subpass attachment reference listNanley Chery2017-03-022-2/+13
* anv/pass: Fix size of anv_render_pass:subpass_attachmentsNanley Chery2017-03-021-2/+1
* anv: Store the user's VkAttachmentReferenceNanley Chery2017-03-028-52/+47
* anv/cmd_buffer: Remove extra resolve for certain depth buffersNanley Chery2017-03-021-42/+29
* anv/cmd_buffer: Conditionally choose the sampled image surface stateNanley Chery2017-03-021-7/+8