aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv/query: Use genxml for MI_MATHJason Ekstrand2017-04-201-43/+28
* anv/cmd_buffer: Disable CCS on BDW input attachmentsNanley Chery2017-04-172-30/+13
* anv: blorp: flush memory after copyLionel Landwerlin2017-04-171-2/+2
* anv: Add the pci_id into the shader cache UUIDJason Ekstrand2017-04-141-5/+15
* anv/blorp: Properly handle VK_ATTACHMENT_UNUSEDJason Ekstrand2017-04-141-5/+22
* anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSEDJason Ekstrand2017-04-141-2/+14
* anv/cmd_buffer: Always set up a null surface stateJason Ekstrand2017-04-141-31/+19
* anv/cmd_buffer: Flush the VF cache at the top of all primariesJason Ekstrand2017-04-141-0/+12
* anv/blorp: Flush the texture cache in UpdateBufferJason Ekstrand2017-04-141-0/+7
* anv: Limit VkDeviceMemory objects to 2GBJason Ekstrand2017-04-141-0/+20
* anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR definedMatt Turner2017-04-121-0/+2
* anv: remove needless VALGRIND_MAKE_MEM_DEFINEDJuan A. Suarez Romero2017-04-111-1/+0
* anv: Use ISL for emitting depth/stencil/hizJason Ekstrand2017-04-101-179/+39
* anv: Use subpass dependencies for flushesJason Ekstrand2017-04-072-80/+18
* anv/pass: Record required pipe flushesJason Ekstrand2017-04-072-0/+90
* anv/pass: Use anv_multialloc for allocating the anv_passJason Ekstrand2017-04-072-63/+44
* anv/descriptor_set: Use anv_multialloc for descriptor set layoutsJason Ekstrand2017-04-071-11/+10
* anv: Add a helper for doing mass allocationsJason Ekstrand2017-04-071-0/+96
* anv: Add helpers for converting access flags to pipe bitsJason Ekstrand2017-04-072-45/+62
* anv/query: Use snooping on !LLC platformsJason Ekstrand2017-04-071-13/+11
* anv: provide anv_gem_busy() stub for the testsEmil Velikov2017-04-071-0/+6
* anv/blorp: sample input attachments with resolves on BDWSamuel Iglesias Gonsálvez2017-04-071-0/+11
* anv/query: Busy-wait for available query entriesJason Ekstrand2017-04-051-6/+56
* anv/device: Add a helper for querying whether a BO is busyJason Ekstrand2017-04-053-6/+47
* anv: provide required gem stubs for the testsEmil Velikov2017-04-051-0/+19
* anv: Advertise larger heap sizesJason Ekstrand2017-04-043-14/+75
* anv: Add support for 48-bit addressesJason Ekstrand2017-04-045-0/+54
* anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand2017-04-043-9/+11
* anv/blorp: Align vertex buffers to 64BJason Ekstrand2017-04-041-1/+14
* anv: Query the kernel for reset statusJason Ekstrand2017-04-044-40/+107
* anv: Check for device loss at the end of WaitForFencesJason Ekstrand2017-04-041-5/+14
* anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand2017-04-041-3/+24
* anv: Implement VK_KHR_incremental_presentJason Ekstrand2017-04-033-2/+15
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-031-1/+2
* anv: change BLOCK_POOL_MEMFD_SIZE to 1GBTapani Pälli2017-03-311-2/+2
* anv/cmd_buffer: fix host memory leakCraig Stout2017-03-291-1/+9
* anv/batch_chain: Handle another OOM in cmd_buffer_execbufJason Ekstrand2017-03-291-2/+4
* anv/cmd_buffer: Refactor flush_pipeline_select_*Jason Ekstrand2017-03-281-26/+16
* anv: Flush caches prior to PIPELINE_SELECT on all gensJason Ekstrand2017-03-281-2/+1
* anv/cmd_buffer: Fix bad indentationJason Ekstrand2017-03-281-24/+25
* anv/cmd_buffer: Apply flush operations prior to executing secondariesJason Ekstrand2017-03-281-0/+5
* anv/blorp: Use anv_get_layerCount everywhereJason Ekstrand2017-03-281-8/+12
* anv: Make anv_get_layerCount a macroJason Ekstrand2017-03-281-7/+7
* intel: Fix requests for exact surface row pitch (v2)Chad Versace2017-03-282-15/+16
* anv/blorp: Fix a crash in CmdClearColorImageXu Randy2017-03-271-2/+2
* anv: enable sampling from fast-cleared images on SKLSamuel Iglesias Gonsálvez2017-03-271-2/+2
* anv/query: handle out of host memory without crashing in compute_query_result()Iago Toral Quiroga2017-03-241-0/+5
* anv/pipeline: make FragCoord include sample positions when sample shadingIago Toral Quiroga2017-03-242-8/+19
* nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga2017-03-241-1/+1
* anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lostIago Toral Quiroga2017-03-242-1/+24