summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-121-0/+3
* anv/pipeline_cache: Rework to use multialloc and blobJason Ekstrand2017-10-121-2/+0
* anv/multialloc: Add new add_size helperJason Ekstrand2017-10-121-2/+4
* anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2017-10-061-2/+1
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-061-0/+4
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-061-54/+182
* anv: Take an image in can_sample_with_hizJason Ekstrand2017-10-061-6/+8
* anv: Take a single aspect in anv_layout_to_aux_usageJason Ekstrand2017-10-061-1/+1
* anv: add nir lowering pass for ycbcr texturesLionel Landwerlin2017-10-061-2/+14
* anv: prepare sampler emission code for multiplanar imagesLionel Landwerlin2017-10-061-1/+1
* anv/apply_pipeline_layout: Prepare for multi-planar imagesLionel Landwerlin2017-10-061-0/+7
* anv: add new formats KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-061-0/+10
* anv: modify the internal concept of format to express multiple planesLionel Landwerlin2017-10-061-5/+44
* anv: Remove base_vertex/instance from push_constantsJason Ekstrand2017-10-031-7/+0
* anv: Fix some comment typos.Eric Anholt2017-09-261-3/+3
* anv/image: Support creating uncompressed views of compressed imagesJason Ekstrand2017-09-201-0/+14
* anv: Add a new anv_surface_state structJason Ekstrand2017-09-201-11/+24
* anv/image: Break surface state fill logic into a helperJason Ekstrand2017-09-201-0/+16
* 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