vk: Document how depth/stencil formats work in anv_image_create()
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 12 Jun 2015 05:07:16 +0000 (22:07 -0700)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Fri, 12 Jun 2015 05:07:16 +0000 (22:07 -0700)
commit00494c6cb7ec0ffd3fe12c0b450744627564f8be
tree13b442d00d4507b93bed48fc58ab39c03a76f38c
parentfbc9fe3c92580208896d2799f117f23d477896f7
vk: Document how depth/stencil formats work in anv_image_create()

This reverts commits

  e17ed04 * vk/image: Don't double-allocate stencil buffers
  1ee2d1c * vk/image: Teach anv_image_choose_tile_mode about WMAJOR

and instead adds a comment to describe the subtlety of how we create
images for stencil only formats.
src/vulkan/image.c