Re: [Mesa-dev] [PATCH 5/9] i965: treat the fixed blorp clear base mrf as constant

2013-11-28 Thread Pohjolainen, Topi
On Thu, Nov 28, 2013 at 11:45:54PM -0800, Kenneth Graunke wrote: > On 11/27/2013 01:13 PM, Topi Pohjolainen wrote: > > Signed-off-by: Topi Pohjolainen > > --- > > src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 7 ++- > > 1 file changed, 2 insertions(+), 5 deletions(-) > > > > diff --git a/s

Re: [Mesa-dev] [PATCH 5/9] i965: treat the fixed blorp clear base mrf as constant

2013-11-28 Thread Kenneth Graunke
On 11/27/2013 01:13 PM, Topi Pohjolainen wrote: > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp > b/src/mesa/drivers/dri/i965/brw

[Mesa-dev] [PATCH 5/9] i965: treat the fixed blorp clear base mrf as constant

2013-11-27 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp index a937edb..d25c6cb 100644 --- a/src/mesa/