We could certainly increase the width and height to 32 bits for
pipe_blit_info, not pipe_box.
Marek
On Sat, Oct 6, 2018 at 4:01 PM Ilia Mirkin wrote:
>
> There's a WebGL test here
>
> https://www.khronos.org/registry/webgl/sdk/tests/conformance2/rendering/blitframebuffer-size-overflow.html
>
> wh
There's a WebGL test here
https://www.khronos.org/registry/webgl/sdk/tests/conformance2/rendering/blitframebuffer-size-overflow.html
which does a fairly ridiculous blit:
srcX0=-1, srcY0=-1, srcX1=2147483647, srcY1=2147483647,
dstX0=-1, dstY0=-1, dstX1=2147483647, dstY1=2147483647
The un