Re: [Mesa-dev] [PATCH v2 19/27] i965/blorp/clear: Stop stomping the destination format

2016-07-31 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:11:23PM -0700, Jason Ekstrand wrote: > The blorp_surface_info_init call above should ste the format for us and set Reviewed-by: Topi Pohjolainen > stomping it later does nothing whatsoever. >

[Mesa-dev] [PATCH v2 19/27] i965/blorp/clear: Stop stomping the destination format

2016-07-26 Thread Jason Ekstrand
The blorp_surface_info_init call above should ste the format for us and stomping it later does nothing whatsoever. --- src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp