summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2017-04-14anv: Add the pci_id into the shader cache UUIDJason Ekstrand1-5/+15
2017-04-14anv/blorp: Properly handle VK_ATTACHMENT_UNUSEDJason Ekstrand1-5/+22
2017-04-14anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSEDJason Ekstrand1-2/+14
2017-04-14anv/cmd_buffer: Always set up a null surface stateJason Ekstrand1-31/+19
2017-04-14anv/cmd_buffer: Flush the VF cache at the top of all primariesJason Ekstrand1-0/+12
2017-04-14anv/blorp: Flush the texture cache in UpdateBufferJason Ekstrand1-0/+7
2017-04-14anv: Limit VkDeviceMemory objects to 2GBJason Ekstrand1-0/+20
2017-04-12anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR definedMatt Turner1-0/+2
2017-04-11anv: remove needless VALGRIND_MAKE_MEM_DEFINEDJuan A. Suarez Romero1-1/+0
2017-04-10anv: Use ISL for emitting depth/stencil/hizJason Ekstrand1-179/+39
2017-04-07anv: Use subpass dependencies for flushesJason Ekstrand2-80/+18
2017-04-07anv/pass: Record required pipe flushesJason Ekstrand2-0/+90
2017-04-07anv/pass: Use anv_multialloc for allocating the anv_passJason Ekstrand2-63/+44
2017-04-07anv/descriptor_set: Use anv_multialloc for descriptor set layoutsJason Ekstrand1-11/+10
2017-04-07anv: Add a helper for doing mass allocationsJason Ekstrand1-0/+96
2017-04-07anv: Add helpers for converting access flags to pipe bitsJason Ekstrand2-45/+62
2017-04-07anv/query: Use snooping on !LLC platformsJason Ekstrand1-13/+11
2017-04-07anv: provide anv_gem_busy() stub for the testsEmil Velikov1-0/+6
2017-04-07anv/blorp: sample input attachments with resolves on BDWSamuel Iglesias Gonsálvez1-0/+11
2017-04-05anv/query: Busy-wait for available query entriesJason Ekstrand1-6/+56
2017-04-05anv/device: Add a helper for querying whether a BO is busyJason Ekstrand3-6/+47
2017-04-05anv: provide required gem stubs for the testsEmil Velikov1-0/+19
2017-04-04anv: Advertise larger heap sizesJason Ekstrand3-14/+75
2017-04-04anv: Add support for 48-bit addressesJason Ekstrand5-0/+54
2017-04-04anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand3-9/+11
2017-04-04anv/blorp: Align vertex buffers to 64BJason Ekstrand1-1/+14
2017-04-04anv: Query the kernel for reset statusJason Ekstrand4-40/+107
2017-04-04anv: Check for device loss at the end of WaitForFencesJason Ekstrand1-5/+14
2017-04-04anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand1-3/+24
2017-04-03anv: Implement VK_KHR_incremental_presentJason Ekstrand3-2/+15
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand1-1/+2
2017-03-31anv: change BLOCK_POOL_MEMFD_SIZE to 1GBTapani Pälli1-2/+2
2017-03-29anv/cmd_buffer: fix host memory leakCraig Stout1-1/+9
2017-03-29anv/batch_chain: Handle another OOM in cmd_buffer_execbufJason Ekstrand1-2/+4
2017-03-28anv/cmd_buffer: Refactor flush_pipeline_select_*Jason Ekstrand1-26/+16
2017-03-28anv: Flush caches prior to PIPELINE_SELECT on all gensJason Ekstrand1-2/+1
2017-03-28anv/cmd_buffer: Fix bad indentationJason Ekstrand1-24/+25
2017-03-28anv/cmd_buffer: Apply flush operations prior to executing secondariesJason Ekstrand1-0/+5
2017-03-28anv/blorp: Use anv_get_layerCount everywhereJason Ekstrand1-8/+12
2017-03-28anv: Make anv_get_layerCount a macroJason Ekstrand1-7/+7
2017-03-28intel: Fix requests for exact surface row pitch (v2)Chad Versace2-15/+16
2017-03-27anv/blorp: Fix a crash in CmdClearColorImageXu Randy1-2/+2
2017-03-27anv: enable sampling from fast-cleared images on SKLSamuel Iglesias Gonsálvez1-2/+2
2017-03-24anv/query: handle out of host memory without crashing in compute_query_result()Iago Toral Quiroga1-0/+5
2017-03-24anv/pipeline: make FragCoord include sample positions when sample shadingIago Toral Quiroga2-8/+19
2017-03-24nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga1-1/+1
2017-03-24anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lostIago Toral Quiroga2-1/+24
2017-03-24anv/device: keep track of 'device lost' stateIago Toral Quiroga2-0/+6
2017-03-24anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissionsIago Toral Quiroga1-0/+25
2017-03-22anv: Remove dead prototype from entrypointsDylan Baker1-1/+0