summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: only expose up to 28 vertex attributesIago Toral Quiroga2017-08-031-1/+1
* anv: Make supports_48bit_addresses a heap propertyJason Ekstrand2017-06-021-1/+10
* anv: Add valid_bufer_usage to the memory type metadataJason Ekstrand2017-06-021-2/+11
* anv: Determine the type of mapping based on type metadataJason Ekstrand2017-06-021-1/+1
* anv: Set EXEC_OBJECT_ASYNC when availableJason Ekstrand2017-06-021-0/+1
* anv: Set up memory types and heaps during physical device initJason Ekstrand2017-06-011-1/+11
* anv: Handle color layout transitions from the UNINITIALIZED layoutJason Ekstrand2017-05-311-0/+6
* 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
* anv: Add a performance warning helperJason Ekstrand2017-03-071-0/+14
* anv/blorp: Encapsulate subpass id queryingNanley Chery2017-03-021-0/+15
* anv/pass: Store subpass attachment reference listNanley Chery2017-03-021-0/+7
* anv: Store the user's VkAttachmentReferenceNanley Chery2017-03-021-9/+5
* anv/descriptor_set: Store aux usage of sampled image descriptorsNanley Chery2017-03-021-2/+7
* anv/image: Create an additional surface state for samplingNanley Chery2017-03-021-0/+6
* anv: Update the HiZ sampling helperNanley Chery2017-03-021-2/+7
* anv/image: Add anv_layout_to_aux_usage()Nanley Chery2017-03-021-0/+5
* anv: add VK_KHR_descriptor_update_template supportLionel Landwerlin2017-03-021-0/+48
* anv: add VK_KHR_push_descriptor supportLionel Landwerlin2017-03-021-0/+13
* anv: descriptor: make descriptor writing take a stream allocatorLionel Landwerlin2017-03-021-0/+1
* anv: descriptors: extract writing of descriptors elementsLionel Landwerlin2017-03-021-0/+29
* anv: make layout size computation helper available across compilation unitsLionel Landwerlin2017-03-021-0/+3
* anv: move buffer_view declarationLionel Landwerlin2017-03-021-13/+13