anv: fix Get*MemoryRequirements for !LLC
authorConnor Abbott <cwabbott0@gmail.com>
Tue, 14 Feb 2017 17:23:59 +0000 (12:23 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 14 Feb 2017 21:05:44 +0000 (13:05 -0800)
commit6319bfc2a6497d708ead536b9a6d5d5a00c1f2f3
treed452615b02749b5a23afbcc35134ff03f689ac5f
parentb5eb38f071135003014192b2686713be7ea76fb7
anv: fix Get*MemoryRequirements for !LLC

Even though we supported both coherent and non-coherent memory types, we
effectively forced apps to use the coherent types by accident. Found by
inspection, only compile tested.

Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "17.0" <mesa-stable@lists.freedesktop.org>
src/intel/vulkan/anv_device.c