summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: change BLOCK_POOL_MEMFD_SIZE to 1GBTapani Pälli2017-03-311-2/+2
* anv: Make anv_get_layerCount a macroJason Ekstrand2017-03-281-7/+7
* anv/pipeline: make FragCoord include sample positions when sample shadingIago Toral Quiroga2017-03-241-0/+1
* anv/device: keep track of 'device lost' stateIago Toral Quiroga2017-03-241-0/+1
* anv: Implement pipeline statistics queriesIlia Mirkin2017-03-171-0/+3
* anv/query: Use a variable-length slot sizeJason Ekstrand2017-03-171-6/+3
* anv/query: Move the available bits to the frontJason Ekstrand2017-03-171-1/+1
* anv/blorp: make anv_cmd_buffer_alloc_blorp_binding_table() return a VkResultIago Toral Quiroga2017-03-161-2/+3
* anv: handle failures when growing reloc listsIago Toral Quiroga2017-03-161-1/+1
* anv: avoid crashes when failing to allocate batchesIago Toral Quiroga2017-03-161-9/+13
* 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-161-0/+9
* anv: do not try to ref/unref NULL shadersIago Toral Quiroga2017-03-161-2/+2
* anv: Use on-the-fly surface states for dynamic buffer descriptorsJason Ekstrand2017-03-131-6/+7
* anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand2017-03-131-0/+12
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* anv: Stop including brw_context.hJason Ekstrand2017-03-131-1/+1
* anv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GBTapani Pälli2017-03-081-1/+1
* anv: Drop the anv_validate block helperJason Ekstrand2017-03-071-10/+0
* anv: Get rid of the stub() macrosJason Ekstrand2017-03-071-12/+0