summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_formats.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-14anv: Use vk_foreach_struct for handling extension structsJason Ekstrand1-8/+8
2017-01-25anv: Implement VK_KHR_get_physical_device_properties2Chad Versace1-0/+53
2017-01-25anv: Refactor anv_GetPhysicalDeviceFormatProperties()Chad Versace1-28/+49
2017-01-24anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHRJason Ekstrand1-1/+13
2017-01-09isl: fix VA64 support for double and dvecN vertex attributesSamuel Iglesias Gonsálvez1-4/+4
2017-01-06anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8Jason Ekstrand1-2/+2
2016-11-15anv/format: handle unsupported formats earlierIago Toral Quiroga1-3/+3
2016-11-14anv/format: support VK_FORMAT_R8G8B8_SRGBIago Toral Quiroga1-1/+1
2016-11-14anv/format: handle unsupported formats properlyIago Toral Quiroga1-0/+3
2016-11-03anv/formats: Disallow linear ASTC texturesNanley Chery1-0/+4
2016-11-03anv/formats: Disallow 1D compressed texturesNanley Chery1-0/+11
2016-10-03anv/formats: Fix build on gcc-4 and earlierVille Syrjälä1-4/+19
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-8/+8
2016-09-12intel/isl: Add an isl_swizzle structure and use it for isl_view swizzlesJason Ekstrand1-8/+1
2016-09-03intel: s/brw_device_info/gen_device_info/Jason Ekstrand1-3/+3
2016-08-23anv/formats: Don't use an RGBX format if it isn't renderableJason Ekstrand1-1/+2
2016-08-22anv: GetDeviceImageFormatProperties: fix TRANSFER formatsLionel Landwerlin1-16/+6
2016-07-13isl: Use bpb in a few places where it's more natural than bsJason Ekstrand1-2/+2
2016-05-27anv/formats: Exit early for unsupported formatsJason Ekstrand1-2/+3
2016-05-27anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTEDJason Ekstrand1-1/+1
2016-05-23anv/formats: Use isl_format_supports* for format introspectionJason Ekstrand1-22/+19
2016-05-23anv/formats: Make alpha blending a property of render targetsNanley Chery1-4/+2
2016-05-20anv: Enable textureCompressionASTC_LDR on Gen9+Nanley Chery1-28/+28
2016-05-20anv/format: Reorder ASTC mappings to match ISL enum orderingNanley Chery1-14/+14
2016-05-17anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8Jason Ekstrand1-0/+10
2016-05-17anv: Add a devinfo argument to the get_format functionsJason Ekstrand1-4/+6
2016-05-17anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGBJason Ekstrand1-2/+5
2016-05-17anv/formats: Refactor anv_get_formatJason Ekstrand1-30/+27
2016-05-17anv/formats: Use the isl_channel_select enum for the swizzleJason Ekstrand1-4/+14
2016-05-17anv/formats: Add an anv_get_format helperJason Ekstrand1-44/+36
2016-05-17anv/format: Simplify anv_formatJason Ekstrand1-37/+38
2016-05-17anv/formats: Delete validate_GetPhysicalDeviceFormatPropertiesJason Ekstrand1-10/+0
2016-04-27anv/formats: Return proper error code for unsupported formatsNanley Chery1-1/+1
2016-04-08anv/formats: Advertise blit support for stencilJason Ekstrand1-6/+4
2016-03-05anv: Don't allow D16_UNORM to be combined with stencilJason Ekstrand1-1/+1
2016-02-18anv/formats: Don't use a compound literal to initialize a const arrayJason Ekstrand1-2/+2
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+603