Re: [Piglit] [PATCH v2 2/4] util: Add a piglit_probe_rects_equal_rgba() function

2015-08-31 Thread Chad Versace
On Fri 28 Aug 2015, Nanley Chery wrote: > From: Nanley Chery > > This function compares two rectangles for equality. This is useful > to compare the rendering of individual miplevels in a miptree while > avoiding too much resource consumption. > > Signed-off-by: Nanley Chery > --- > tests/util

[Piglit] [PATCH v2 2/4] util: Add a piglit_probe_rects_equal_rgba() function

2015-08-28 Thread Nanley Chery
From: Nanley Chery This function compares two rectangles for equality. This is useful to compare the rendering of individual miplevels in a miptree while avoiding too much resource consumption. Signed-off-by: Nanley Chery --- tests/util/piglit-util-gl.c | 81 +++