Re: [Mesa-dev] [PATCH 0/2] Patches to try to fix draw-pixel-with-textures in swrast

2011-11-19 Thread Liu Aleaxander
On Sat, Nov 19, 2011 at 3:25 AM, Eric Anholt wrote: > On Fri, 18 Nov 2011 15:38:46 +0800, Yuanhan Liu > wrote: >> >> +     glDrawPixels(20, 20, GL_RGBA, GL_FLOAT, pixels); >> + >> +     /* Here just sample a small set of pixels */ >> +     pass &= piglit_probe_pixel_rgba(5, 5, expected); >> +  

Re: [Mesa-dev] [PATCH 0/2] Patches to try to fix draw-pixel-with-textures in swrast

2011-11-19 Thread Liu Aleaxander
On Sat, Nov 19, 2011 at 1:02 AM, Brian Paul wrote: > On 11/18/2011 12:38 AM, Yuanhan Liu wrote: >> >> The two patches tries to fix an issue that happened while calling >> glDrawPixels >> with texture enabled. >> >> Here I attached a piglit testcase for this issue. > > Can you resend?  I can't deta

Re: [Mesa-dev] [PATCH 0/2] Patches to try to fix draw-pixel-with-textures in swrast

2011-11-18 Thread Eric Anholt
On Fri, 18 Nov 2011 15:38:46 +0800, Yuanhan Liu wrote: > > The two patches tries to fix an issue that happened while calling glDrawPixels > with texture enabled. > > Here I attached a piglit testcase for this issue. git send-email does reasonable things if you supply arguments from 2 separate

Re: [Mesa-dev] [PATCH 0/2] Patches to try to fix draw-pixel-with-textures in swrast

2011-11-18 Thread Brian Paul
On 11/18/2011 12:38 AM, Yuanhan Liu wrote: The two patches tries to fix an issue that happened while calling glDrawPixels with texture enabled. Here I attached a piglit testcase for this issue. Can you resend? I can't detach the attachment and when I save the msg to a text file it's all on

Re: [Mesa-dev] [PATCH 0/2] Patches to try to fix draw-pixel-with-textures in swrast

2011-11-17 Thread Yuanhan Liu
On Fri, Nov 18, 2011 at 03:38:46PM +0800, Yuanhan Liu wrote: > > The two patches tries to fix an issue that happened while calling glDrawPixels > with texture enabled. > > Here I attached a piglit testcase for this issue. > > > > > Yuanhan Liu (2): > swrast: simplify the prototype of funct

[Mesa-dev] [PATCH 0/2] Patches to try to fix draw-pixel-with-textures in swrast

2011-11-17 Thread Yuanhan Liu
The two patches tries to fix an issue that happened while calling glDrawPixels with texture enabled. Here I attached a piglit testcase for this issue. Yuanhan Liu (2): swrast: simplify the prototype of function texture_combine swrast: fix unmatched span->array->ChanType src/mesa/swrast