[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:

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 benjamin.widaw...@intel.com 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

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 n...@linux.intel.com - 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: