intel/blorp: Always use UINT formats on SKL+
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 26 Oct 2016 08:58:16 +0000 (01:58 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 17 Nov 2016 20:03:24 +0000 (12:03 -0800)
commit89f9c46a74ede69148bb5431a0deb8f09f3fa278
treeb9211000ca0f1fd1e3ce231a113d74cafe652f77
parentc8357b5d34abd0ba6391df955db74354ac3bc159
intel/blorp: Always use UINT formats on SKL+

Many of these UINT formats aren't available prior to Sky Lake so we used
UNORM formats.  Using UINT formats is a bit nicer because it guarantees we
don't run into rounding issues.  Also, we will need it in the next commit
for handling copies with CCS enabled.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/blorp/blorp_blit.c