summaryrefslogtreecommitdiff
path: root/src/gallium/frontends/lavapipe/lvp_formats.c
AgeCommit message (Expand)AuthorFilesLines
13 dayslavapipe: Explicitely support ycbcr formatsKonstantin Seurer1-3/+3
2024-04-05lavapipe: handle drm image format queriesMike Blumenkrantz1-1/+30
2024-04-05lavapipe: support VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXTLucas Fryzek1-0/+25
2024-03-06lavapipe: Advertise VK_KHR_acceleration_structureKonstantin Seurer1-0/+22
2023-10-10lavapipe: expose planar ycbcr formats and new ycbcr featuresDave Airlie1-3/+14
2023-10-10lavapipe: don't emit blit src/dst for subsampled formats.Dave Airlie1-0/+1
2023-10-10lavapipe: support host image copying on compressed texture formatsDave Airlie1-1/+2
2023-09-09lavapipe: handle VkHostImageCopyDevicePerformanceQueryEXTMike Blumenkrantz1-0/+7
2023-08-10lavapipe: block yuv formats from getting blit feature flagsMike Blumenkrantz1-0/+1
2023-08-03lavapipe: VK_EXT_host_image_copyMike Blumenkrantz1-0/+4
2023-07-25lavapipe: Advertise samplerYcbcrConversionKonstantin Seurer1-1/+10
2023-07-07lavapipe: Always advertise formatless storage image OPsKonstantin Seurer1-10/+6
2023-05-01vulkan: Fix GetPhysicalDeviceSparseImageFormatProperties definitionsMichel Dänzer1-1/+1
2023-04-25lavapipe: clean-ups in lvp_physical_device_get_format_properties()Brian Paul1-44/+62
2023-04-07lavapipe: Use vk_features2_to_featuresAlyssa Rosenzweig1-3/+3
2023-02-15lavapipe: enable linear filtering for depth formatsMike Blumenkrantz1-1/+2
2023-02-07lavapipe: disable VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT for int formatsMike Blumenkrantz1-1/+1
2022-11-15util: Rename src/gallium/include/pipe/p_config.h to src/util/detect_arch.hYonggang Luo1-1/+1
2022-09-20lavapipe: export VK_KHR_shader_atomic_floatDave Airlie1-1/+1
2022-07-26lavapipe: VK_EXT_multisampled_render_to_single_sampledMike Blumenkrantz1-0/+3
2022-07-12lavapipe: use updated tokens from vk.xmlEric Engestrom1-2/+2
2022-07-12lavapipe: don't overwrite entire VkFormatProperties3 structMike Blumenkrantz1-2/+5
2022-03-16lavapipe: KHR_format_feature_flags2Mike Blumenkrantz1-1/+16
2022-03-16lavapipe: use VkFormatFeatureFlags2 in format detectionMike Blumenkrantz1-38/+43
2022-03-10lavapipe: skip format checks for EXTENDED_USAGEMike Blumenkrantz1-0/+4
2021-10-06lavapipe: add support for KHR_external_memory_fdThomas Wagner1-0/+16
2021-08-11lavapipe: add host ptr support.Dave Airlie1-6/+30
2021-07-15lavapipe: Use common Vulkan format helpersJoshua Ashton1-146/+2
2021-07-12lavapipe: query formats for shader-image supportErik Faye-Lund1-1/+9
2021-07-05lavapipe: remove initialization overrideThomas H.P. Andersen1-1/+0
2021-05-28lavapipe: add more format mappings for vertex buffer formatsMike Blumenkrantz1-0/+13
2021-04-08lavapipe: add dummy sampler ycbcr conversionDave Airlie1-0/+6
2021-03-18lavapipe: fix image format propertiesDave Airlie1-4/+8
2021-03-12lavapipe: add EXT_sampler_filter_minmax supportDave Airlie1-0/+33
2021-02-16lavapipe: add support for missing 10/10/10/2 formats.Dave Airlie1-1/+8
2021-02-16lavapipe: add support for 2/10/10/10 scaled formats.Dave Airlie1-1/+6
2021-02-09vulkan/lavapipe: add missing VKAPI_ATTR/CALLMichel Zou1-5/+5
2021-02-01lavapipe: Drop some wrappers in favor of common codeJason Ekstrand1-37/+0
2021-01-28lavapipe: add support for external memory/fd/sempahore extensionsDave Airlie1-0/+44
2020-11-11lavapipe: disable SNORM blending for nowDave Airlie1-1/+3
2020-11-03lavapipe: don't advertise linear filtering on integer textures.Dave Airlie1-1/+2
2020-10-01lavapipe: rename vallium to lavapipeDave Airlie1-0/+442