summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: fix build issues on release buildTapani Pälli2017-09-121-1/+1
* anv: remove extra 'debug:' from anv_debug_ignored_stypeTapani Pälli2017-09-121-1/+1
* anv: wire up vk_errorf macro to do debug reportingTapani Pälli2017-09-121-3/+9
* anv: wire up anv_perf_warn macro to do debug reportingTapani Pälli2017-09-121-4/+108
* anv: implementation of VK_EXT_debug_report extensionTapani Pälli2017-09-121-0/+25
* anv: set right datatypes in anv_pipeline_bindingJuan A. Suarez Romero2017-08-301-2/+2
* anv: Add support for the SYNC_FD handle type for fencesJason Ekstrand2017-08-281-0/+4
* anv: Use DRM sync objects to back fences whenever possibleJason Ekstrand2017-08-281-0/+4
* anv/gem: Add support for syncobj wait and resetJason Ekstrand2017-08-281-0/+5
* anv/gem: Add a flags parameter to syncobj_createJason Ekstrand2017-08-281-1/+1
* anv: Rename anv_fence_state to anv_bo_fence_stateJason Ekstrand2017-08-281-5/+5
* anv: Pull the guts of anv_fence into anv_fence_implJason Ekstrand2017-08-281-2/+40
* anv: Rework fences to work more like BO semaphoresJason Ekstrand2017-08-281-3/+2
* anv: Move a comment that got left behind in the u_vector refactor.Eric Anholt2017-08-181-8/+0
* anv: Use DRM sync objects for external semaphores when availableJason Ekstrand2017-08-151-0/+8
* anv/gem: Add a drm syncobj supportJason Ekstrand2017-08-151-0/+4
* anv: Implement support for exporting semaphores as FENCE_FDJason Ekstrand2017-08-151-6/+17
* anv: Submit a dummy batch when only semaphores are provided.Jason Ekstrand2017-08-151-0/+1
* anv: Add a basic implementation of VK_KHX_external_semaphoreJason Ekstrand2017-08-151-0/+3
* anv: Pull the API version from anv_extensions.pyJason Ekstrand2017-08-021-0/+1
* anv: Autogenerate extension query and lookupJason Ekstrand2017-08-011-0/+4
* 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