i965/clear: Drop a stale comment in fast_clear_depth
authorNanley Chery <nanley.g.chery@intel.com>
Sun, 8 Apr 2018 21:00:30 +0000 (14:00 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 17 May 2018 14:06:41 +0000 (07:06 -0700)
commit43616404be311e787f043f49d0a8341ef54459cb
tree1687fcb7f143d82c7ff40e26083879e79dddba38
parent82849fb6d54629a0c7c5a118ed8780a3ae573b25
i965/clear: Drop a stale comment in fast_clear_depth

This comment made more sense when it was above the calls to
intel_miptree_slice_set_needs_depth_resolve(). We stopped using these
functions at commit 554f7d6d02931ea45653c8872565d21c1678a6da
("i965: Move depth to the new resolve functions").

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_clear.c