anv/formats: Rework GetPhysicalDeviceFormatProperties
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 1 Jan 2016 16:42:35 +0000 (08:42 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Jan 2016 00:08:05 +0000 (16:08 -0800)
commit87dd59e5784774aebc6ff8eab8086ee2067590d3
tree3d99fcf2f5b64d4bc442066ff2db4d88070684b0
parent2712c0cca32f85f6572e4c8f5593766e2e2e8a77
anv/formats: Rework GetPhysicalDeviceFormatProperties

It now calls get_isl_format to get both linear and tiled views of the
format and determines linear/tiled properties from that.  Buffer properties
are determined from the linear format.
src/vulkan/anv_formats.c