summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/vk_format_info.h
Commit message (Collapse)AuthorAgeFilesLines
* anv: use correct header guardsEmil Velikov2016-10-141-1/+4
| | | | | Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
* anv: Add helpers to provide simple VkFormat introspectionJason Ekstrand2016-05-171-0/+65
As much as I hate adding yet more format introspection, there are times when the VkFormat is sufficient and we don't want to round-trip through isl_format. For these times, the new vk_format_info.c/h files provide some simple driver-agnostic VkFormat introspection. This intended to be specific to Vulkan but not to any driver whatsoever.