meta: Initialize depth/clear values on declaration.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Dec 2017 19:09:13 +0000 (11:09 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 7 Dec 2017 04:30:24 +0000 (20:30 -0800)
commitd6d16c02180929278dc49d3c9bdceece0aab189e
tree4fd6df63b23fce6b83f9c053e04668a7ecc197cb
parent9d53ccccb251d21f9291abaa3a28a41d06ce8c91
meta: Initialize depth/clear values on declaration.

This helps avoid compiler warningss in the next commit - everything
was initialized, but it wasn't obvious to static analysis.

Suggested-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/drivers/common/meta.c