https://bugs.freedesktop.org/show_bug.cgi?id=89586

--- Comment #10 from Dan Sebald <daniel.seb...@ieee.org> ---
OK, src/mesa/state_tracker/st_cb_drawpixels.c is it, thanks.  Saved me a lot of
time.

And here's a comment about image size in the code:

   /* Limit the size of the glDrawPixels to the max texture size.
    * Strictly speaking, that's not correct but since we don't handle
    * larger images yet, this is better than crashing.
    */

I simply removed the limit and the image displays fine with no segfaults.

There is a tiny discrepancy compared with the swrast/ result, however.  There
may still be a bug floating about.  I will explain in a different bug report.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to