aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_formats.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Advertise support VK_FORMAT_R8_SRGBJason Ekstrand2017-09-191-1/+2
* anv: wire up vk_errorf macro to do debug reportingTapani Pälli2017-09-121-1/+2
* anv: fix off by one in array checkEric Engestrom2017-09-041-1/+1
* anv/formats: Nicely handle unknown VkFormat enumsJason Ekstrand2017-08-311-5/+14
* anv: Use GNU C empty brace initializerMatt Turner2017-08-291-1/+1
* anv/formats: Allow sampling on depth-only formats on gen7Jason Ekstrand2017-08-071-1/+2
* anv: Implement VK_KHR_external_memory_*Jason Ekstrand2017-07-151-0/+79
* anv: Drop support for VK_KHX_external_memory_*Jason Ekstrand2017-07-141-79/+0
* anv: FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR not used with VkFormatProperties...Andres Gomez2017-06-221-5/+0
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-2/+1
* anv/formats: Update the three-channel BC1 mappingsNanley Chery2017-05-181-2/+2
* anv: avoid null pointer dereferenceLionel Landwerlin2017-05-081-1/+2