summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: only expose up to 28 vertex attributesIago Toral Quiroga2017-07-261-1/+1
* anv: Separate surface states by layout instead of aux_usageJason Ekstrand2017-07-221-10/+11
* anv: Get rid of some unused function declarationsJason Ekstrand2017-07-221-7/+0
* anv: Predicate fast-clear resolvesNanley Chery2017-07-221-4/+9
* anv: Stop resolving CCS implicitlyNanley Chery2017-07-221-10/+0
* anv/cmd_buffer: Restrict fast clears in the GENERAL layoutNanley Chery2017-07-221-0/+2
* anv/image: Append CCS/MCS with a fast-clear state bufferNanley Chery2017-07-221-0/+12
* anv: Transition MCS buffers from the undefined layoutNanley Chery2017-07-221-4/+4
* intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke2017-07-101-30/+2
* anv/blorp: Add a surface-state-based CCS resolve functionNanley Chery2017-06-261-0/+6
* anv: Adjust params of color buffer transitioning functionsNanley Chery2017-06-261-2/+2
* anv: Add and use color auxiliary buffer helpersNanley Chery2017-06-261-0/+29
* anv: use Mesa's u_atomic.h headerEric Engestrom2017-06-261-2/+3
* anv/cnl: Add #defines for MOCS and genX(x)Anuj Phogat2017-06-221-0/+14
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+1
* anv: Make supports_48bit_addresses a heap propertyJason Ekstrand2017-05-231-1/+10
* anv: Add valid_bufer_usage to the memory type metadataJason Ekstrand2017-05-231-2/+11
* anv: Determine the type of mapping based on type metadataJason Ekstrand2017-05-231-1/+1
* anv: Set up memory types and heaps during physical device initJason Ekstrand2017-05-231-1/+7
* anv: Handle color layout transitions from the UNINITIALIZED layoutJason Ekstrand2017-05-231-0/+6
* anv/allocator: Embed the block_pool in the state_poolJason Ekstrand2017-05-041-9/+8
* anv/allocator: Get rid of the ability to free blocksJason Ekstrand2017-05-041-3/+0
* anv: Allocate binding table blocks through the state poolJason Ekstrand2017-05-041-1/+1
* anv/allocator: Add support for "back" allocations to state_poolJason Ekstrand2017-05-041-0/+4
* anv/allocator: Drop the block_size field from block_poolJason Ekstrand2017-05-041-6/+12
* anv/allocator: Remove the state_size field from fixed_size_state_poolJason Ekstrand2017-05-041-1/+0
* anv: Get rid of a bunch of uses of size_tJason Ekstrand2017-05-041-6/+6
* anv/allocator: Convert the state stream to pull from a state poolJason Ekstrand2017-05-041-9/+12
* anv/allocator: Return a null state for zero-size allocationsJason Ekstrand2017-05-041-0/+2
* anv: Implement VK_KHX_external_semaphore_fdJason Ekstrand2017-05-031-2/+14
* anv: Add a real semaphore structJason Ekstrand2017-05-031-0/+28
* anv/cmd_buffer: Emit instanced draws for multiple viewsJason Ekstrand2017-05-031-0/+6
* anv/pipeline: Add a subpass field to anv_pipelineJason Ekstrand2017-05-031-0/+1
* anv: Move shader hashing to anv_pipelineJason Ekstrand2017-05-031-6/+0
* anv/pass: Store the per-subpass view maskJason Ekstrand2017-05-031-0/+2
* anv: Use the BO cache for DeviceMemory allocationsJason Ekstrand2017-04-271-1/+3
* anv/allocator: Add a BO cacheJason Ekstrand2017-04-271-0/+21
* anv: Implement VK_KHX_external_memory_capabilitiesChad Versace2017-04-271-0/+2
* anv/physical_device: Rename uuid to pipeline_cache_uuidJason Ekstrand2017-04-271-1/+1
* anv: Set EXEC_OBJECT_ASYNC when availableJason Ekstrand2017-04-271-0/+1
* anv/pass: Delete anv_pass::subpass_attachmentsNanley Chery2017-04-241-1/+0
* anv/pass: Record required pipe flushesJason Ekstrand2017-04-071-0/+2
* anv/pass: Use anv_multialloc for allocating the anv_passJason Ekstrand2017-04-071-1/+0
* 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-071-0/+59
* anv/device: Add a helper for querying whether a BO is busyJason Ekstrand2017-04-051-0/+2
* anv: Advertise larger heap sizesJason Ekstrand2017-04-041-1/+11
* anv: Add support for 48-bit addressesJason Ekstrand2017-04-041-0/+2
* anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand2017-04-041-6/+3
* anv: Query the kernel for reset statusJason Ekstrand2017-04-041-0/+5