Re: [Mesa-dev] [PATCH] Add a draw-pixel-with-texture testcase

2011-11-23 Thread Yuanhan Liu
On Wed, Nov 23, 2011 at 11:58:36AM -0800, Eric Anholt wrote: > On Mon, 21 Nov 2011 16:27:57 +0800, Yuanhan Liu > wrote: > > Add a draw-pixel-with-texture testcase to check if texture > > sampling is happened while drawing pixels by glDrawPixels. > > > > v2: use piglit_probe_rect_rgba instead of

Re: [Mesa-dev] [PATCH] Add a draw-pixel-with-texture testcase

2011-11-23 Thread Eric Anholt
On Mon, 21 Nov 2011 16:27:57 +0800, Yuanhan Liu wrote: > Add a draw-pixel-with-texture testcase to check if texture > sampling is happened while drawing pixels by glDrawPixels. > > v2: use piglit_probe_rect_rgba instead of just sampling a > set of pixels(comments from Eric) > > Signed-off-b

[Mesa-dev] [PATCH] Add a draw-pixel-with-texture testcase

2011-11-21 Thread Yuanhan Liu
Add a draw-pixel-with-texture testcase to check if texture sampling is happened while drawing pixels by glDrawPixels. v2: use piglit_probe_rect_rgba instead of just sampling a set of pixels(comments from Eric) Signed-off-by: Yuanhan Liu --- tests/all.tests |1 +