Re: [Mesa-dev] [Mesa-stable] [PATCH] swr: MSAA fixes: piglit crashes, additional formats, improve perf.

2017-04-26 Thread Cherniak, Bruce
Hi Emil, Thanks for the comments, I’ll work on improving my commit messages. In this case, the single change to fix crashes yields all 3 improvements — tests were crashing because our format types were limited. The additional benefit of supporting these types is much increased performance. T

Re: [Mesa-dev] [Mesa-stable] [PATCH] swr: MSAA fixes: piglit crashes, additional formats, improve perf.

2017-04-26 Thread Emil Velikov
Hi Bruce, On 26 April 2017 at 14:24, Bruce Cherniak wrote: > This patch moves msaa resolve down into core/StoreTiles where it can > take advantage of all the surface formats - previous resolve > was limited to 8-bit unsigned. This fixes a number of piglit msaa > tests that were crashing. MSAA p