Re: [Mesa-dev] [PATCH 2/6] i965: Fix comments about blit constraints

2015-08-10 Thread Anuj Phogat
On Mon, Aug 10, 2015 at 4:15 PM, Ben Widawsky wrote: > > The spec does say that the blitter is capable of transferring 64k scanlines > in a > single blit operation. Perhaps this was true, or is still true on some > operations, but for all commands that we use, we are restricted to 16b signed: > >

[Mesa-dev] [PATCH 2/6] i965: Fix comments about blit constraints

2015-08-10 Thread Ben Widawsky
The spec does say that the blitter is capable of transferring 64k scanlines in a single blit operation. Perhaps this was true, or is still true on some operations, but for all commands that we use, we are restricted to 16b signed: For example, from the XY_SRC_COPY_CHROMA_BLT definition: > Destinat

Re: [Mesa-dev] [PATCH 2/6] i965: Fix comments about blit constraints

2015-03-23 Thread Neil Roberts
Looks good to me. Reviewed-by: Neil Roberts - Neil ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 2/6] i965: Fix comments about blit constraints

2015-03-09 Thread Ben Widawsky
The spec does say that the blitter is capable of transferring 64k scanlines in a single blit operation. Perhaps this was true, or is still true on some operations, but for all commands that we use, we are restricted to 16b signed: For example, from the XY_SRC_COPY_CHROMA_BLT definition: > Destinat