Re: [Mesa-dev] [PATCH 09/15] i965/blorp: Enable blorp blits on Gen7.

2012-05-22 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/11/2012 11:03 AM, Paul Berry wrote: > Gen7 support for blorp (blits using the render bath) now works for > non-MSAA purposes. This patch enables it. > > Since blorp operations re-use the logic for HiZ ops, this required > adding a case to the s

[Mesa-dev] [PATCH 09/15] i965/blorp: Enable blorp blits on Gen7.

2012-05-11 Thread Paul Berry
Gen7 support for blorp (blits using the render bath) now works for non-MSAA purposes. This patch enables it. Since blorp operations re-use the logic for HiZ ops, this required adding a case to the switch statement in gen7_blorp_emit_wm_config(), to allow for the case where no HiZ op is being perf