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);
>> +
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
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
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
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
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