aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_formats.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Drop unneeded struct keywordsJason Ekstrand2020-01-031-2/+2
* anv/formats: Disable I915_FORMAT_MOD_Y_TILED_CCS on TGL+Nanley Chery2019-10-281-0/+5
* anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand2019-07-291-0/+8
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-251-0/+4
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-071-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-071-1/+7
* anv:Use VK_EXT_separate_stencil_usage to avoid stencil shadows on gen7Jason Ekstrand2019-06-171-0/+3
* anv: Add stencil texturing support for gen7Jason Ekstrand2019-06-171-3/+1
* anv/formats: Re-arrange the way se set some flag bitsJason Ekstrand2019-06-171-6/+5
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* anv: do not advertise AHW support if extension not enabledTapani Pälli2019-01-171-6/+15
* anv: drop unneeded KHR suffixEric Engestrom2019-01-081-4/+4
* anv: add VkFormat field as part of anv_formatTapani Pälli2018-12-191-0/+4
* anv: support VkExternalFormatANDROID in vkCreateSamplerYcbcrConversionTapani Pälli2018-12-191-4/+26
* anv/android: add ahardwarebuffer external memory propertiesTapani Pälli2018-12-191-0/+41
* anv: make anv_get_image_format_features publicTapani Pälli2018-12-191-11/+11
* anv: associate vulkan formats with aspectsLionel Landwerlin2018-11-131-41/+66
* anv: Don't advertise ASTC support on BSWJason Ekstrand2018-10-151-0/+8
* anv: add VK_EXT_sampler_filter_minmax supportYunchao He2018-08-221-0/+6
* anv: avoid warning when switching in VkStructureTypeCaio Marcelo de Oliveira Filho2018-07-181-1/+2
* anv: Allow blitting to/from any supported formatJason Ekstrand2018-05-091-5/+5
* anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCSJason Ekstrand2018-04-051-0/+9
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-2/+2
* Get rid of a bunch of KHR suffixesJason Ekstrand2018-03-071-81/+81
* anv: Add version 1.1.0 but leave it disabledJason Ekstrand2018-03-071-6/+6
* anv: set maxResourceSize to the respective value for each generationSamuel Iglesias Gonsálvez2018-02-281-1/+14
* anv/image: Add support for modifiers for WSIJason Ekstrand2018-02-211-0/+38
* anv: Implement VK_EXT_external_memory_dma_bufJason Ekstrand2017-12-041-2/+6
* anv: Refactor anv_get_format_plane() - explicit unsupportedChad Versace2017-11-091-4/+4
* anv: Remove anv_physical_device_get_format_properties()Chad Versace2017-11-091-23/+13
* anv: Simplify anv_physical_device_get_format_properties()Chad Versace2017-11-091-16/+9
* anv: Simplify anv_get_image_format_properties()Chad Versace2017-11-091-14/+3
* anv: Rename get_image_format_properties()Chad Versace2017-11-091-12/+12
* anv: Fix get_image_format_properties() - YCbCrChad Versace2017-11-091-46/+40
* anv: Fix get_image_format_properties() - 3-channel formatsChad Versace2017-11-091-19/+15
* anv: Refactor get_image_format_properties() - Reduce paramsChad Versace2017-11-091-11/+21
* anv: Refactor get_image_format_properties() - base_isl_formatChad Versace2017-11-091-3/+4
* anv: Refactor get_image_format_properties() - plane_formatChad Versace2017-11-091-8/+8
* anv: Refactor get_image_format_properties() - ASTCChad Versace2017-11-091-4/+5
* anv: Refactor get_image_format_properties() - depthstencil (v2)Chad Versace2017-11-091-16/+31
* anv: Better types for 'aspect' function paramsChad Versace2017-11-091-1/+1
* anv: Refactor get_buffer_format_properties()Chad Versace2017-11-091-15/+29
* anv: Suffix anv-private 'VK' tokens with 'ANV'Chad Versace2017-11-071-1/+1
* anv: Remove unused variable 'gen'Chad Versace2017-11-071-4/+0
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-061-7/+76
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-061-2/+1
* anv: add new formats KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-061-6/+152
* anv: modify the internal concept of format to express multiple planesLionel Landwerlin2017-10-061-240/+272
* anv: prepare formats to handle disjoints setsLionel Landwerlin2017-10-061-10/+27