gallium/i915: inline the util_clear() code into i915_clear_blitter()
authorBrian Paul <brianp@vmware.com>
Thu, 11 Aug 2016 15:30:51 +0000 (09:30 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 16 Aug 2016 14:28:32 +0000 (08:28 -0600)
commit22b8288b336d506997d69e3b026fcf16c996a973
tree0adbe88308640ebf67743aca3cceb2ea5749ee5f
parent66debeae9d225ab2026c0b7454532ed3ca960a87
gallium/i915: inline the util_clear() code into i915_clear_blitter()

This is the only place the util_clear() function was used.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/i915/i915_clear.c