Re: [Mesa-dev] [PATCH 11/12] i965/gen7: Add CC vieport setup to blorp code.

2012-05-22 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/22/2012 10:21 AM, Eric Anholt wrote: > When doing fast clears, a fulsim warning said that the batch was being > emitted without the viewport set up. This could potentially have been > a problem if some other app set the viewport to a range other

Re: [Mesa-dev] [PATCH 11/12] i965/gen7: Add CC vieport setup to blorp code.

2012-05-22 Thread Ian Romanick
s/vieport/viewport/ in the commit message, Does GEN6 need similar treatment? On 05/22/2012 10:21 AM, Eric Anholt wrote: When doing fast clears, a fulsim warning said that the batch was being emitted without the viewport set up. This could potentially have been a problem if some other app set t

[Mesa-dev] [PATCH 11/12] i965/gen7: Add CC vieport setup to blorp code.

2012-05-22 Thread Eric Anholt
When doing fast clears, a fulsim warning said that the batch was being emitted without the viewport set up. This could potentially have been a problem if some other app set the viewport to a range other than the [0,1] we want. --- src/mesa/drivers/dri/i965/gen7_blorp.cpp | 21 ++