Re: [Mesa-dev] [PATCH 10/30] i965/blorp: Take an explicit fast clear op in resolve_color

2017-06-02 Thread Chad Versace
On Fri 26 May 2017, Jason Ekstrand wrote: > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 15 ++- > src/mesa/drivers/dri/i965/brw_blorp.h | 3 ++- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 15 ++- > 3 files changed, 18 insertions(+), 15

[Mesa-dev] [PATCH 10/30] i965/blorp: Take an explicit fast clear op in resolve_color

2017-05-26 Thread Jason Ekstrand
--- src/mesa/drivers/dri/i965/brw_blorp.c | 15 ++- src/mesa/drivers/dri/i965/brw_blorp.h | 3 ++- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 15 ++- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git