i965/blorp/clear: Stop stomping the destination format
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 25 Jul 2016 21:05:48 +0000 (14:05 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit457a40893260f4456433dc5667edbb9094cda130
tree4b0455d9de79b862e959f6b9d14a32eb20f265bb
parenta6c2091da6d8ba1dd237fadde60804a37a88a3d8
i965/blorp/clear: Stop stomping the destination format

The blorp_surface_info_init call above should set the format for us and
stomping it later does nothing whatsoever.

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