i965/miptree: Tighten up finish_mcs_write
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 23 Jun 2017 17:42:30 +0000 (10:42 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 23 Jul 2017 03:59:22 +0000 (20:59 -0700)
commit987c09e0444e17343904b8d9ffd541f78517f8d2
tree255fcf1182abfd331d692a96deea551e7be8de1e
parent18a69bbc0f93f27629f9eb834fbe347195299be4
i965/miptree: Tighten up finish_mcs_write

Multisample surfaces only have a single miplevel so there's no reason to
be passing the extra parameters around.  It only leads to confusion.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c