Re: [Mesa-dev] [PATCH v2 08/35] i965/blorp: Make sample count asserts a bit more lazy

2016-07-26 Thread Pohjolainen, Topi
We could have a small rational here: Until now blorp used internally the sample count of zero to represent single sampled surfaces. However, incoming single sampled surfaces may have the sample count set as zero or one, and once the stomping to zero is dropped these asserts would fire. On Tue, J

[Mesa-dev] [PATCH v2 08/35] i965/blorp: Make sample count asserts a bit more lazy

2016-07-26 Thread Jason Ekstrand
Reviewed-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp b/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp index a68e406..e0a6d7c 100644 --- a/src/mesa/d