summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv/extensions: Generate a header file with extension tablesJason Ekstrand2018-01-231-0/+1
* vulkan: move anv VK_EXT_debug_report implementation to common code.Bas Nieuwenhuizen2018-01-171-24/+4
* anv/image: Add a drm_format_mod fieldJason Ekstrand2017-12-041-0/+5
* anv: Let blorp handle indirect clear colors for CCS resolvesJason Ekstrand2017-11-271-2/+2
* anv: Move get_fast_clear_state_address into anv_private.hJason Ekstrand2017-11-271-0/+27
* anv: flag batch & instruction BOs for captureLionel Landwerlin2017-11-221-0/+1
* anv: setup BO flags at state_pool/block_pool creationLionel Landwerlin2017-11-221-3/+10
* anv: Better types for 'aspect' function paramsChad Versace2017-11-091-1/+1
* anv: Suffix anv-private 'VK' tokens with 'ANV'Chad Versace2017-11-071-6/+6
* anv: Implement VK_ANDROID_native_buffer (v9)Chad Versace2017-10-181-0/+12
* anv: Move size check from anv_bo_cache_import() to caller (v2)Chad Versace2017-10-171-1/+1
* anv: Add func anv_gem_get_tiling()Chad Versace2017-10-171-0/+1
* anv: Add field anv_image::planes[]::bo_is_owned (v2)Chad Versace2017-10-171-0/+5
* anv: Better support for Android logging (v2)Chad Versace2017-10-171-7/+5
* 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