intel/blorp: Support the RGB workaround on more formats
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 21 Jan 2017 18:53:12 +0000 (10:53 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 9 May 2018 18:16:33 +0000 (11:16 -0700)
commit8ce31c9cc58489c2cc80a7ca62d14af4f386e8ef
treeecc71785dd9473bb81e24f02dc93dfe26597529a
parent4e26e3dea9d11b2fe88d829488e1295161e68cbb
intel/blorp: Support the RGB workaround on more formats

Previously we only supported UINT formats because that's what blorp_copy
required.  If we want to use it in blorp_blit, however, we need to
support everything.

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