Re: [Mesa-dev] [PATCH] Channels alive in fast clear

2014-03-25 Thread Kenneth Graunke
On 03/24/2014 11:37 PM, Kevin Rogovin wrote: > When deciding if a clear color is suitable for fast clear, > take into account if a color channel is active in the > buffer format. > > --- > src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >

[Mesa-dev] [PATCH] Channels alive in fast clear

2014-03-24 Thread Kevin Rogovin
When deciding if a clear color is suitable for fast clear, take into account if a color channel is active in the buffer format. --- src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp b/