[Mesa-dev] [PATCH 1/2] i965/tiled_memcpy: Support a signed linear pitch

Chad Versace chad.versace at intel.com
Fri Jan 30 14:28:23 PST 2015


On 01/28/2015 03:36 AM, Jason Ekstrand wrote:
> Cc: Chad Versace <chad.versace at intel.com>
> ---
>  src/mesa/drivers/dri/i965/intel_tiled_memcpy.c | 30 +++++++++++++-------------
>  src/mesa/drivers/dri/i965/intel_tiled_memcpy.h |  4 ++--
>  2 files changed, 17 insertions(+), 17 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c b/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c
> index 284374f..f2b35cb 100644
> --- a/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c
> +++ b/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c
> @@ -127,7 +127,7 @@ rgba8_copy(void *dst, const void *src, size_t bytes)
>  typedef void (*tile_copy_fn)(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3,
>                               uint32_t y0, uint32_t y1,
>                               char *dst, const char *src,
> -                             uint32_t src_pitch,
> +                             int32_t linear_pitch,
>                               uint32_t swizzle_bit,
>                               mem_copy_fn mem_copy);

Patch 1 is
Reviewed-by: Chad Versace <chad.versace at intel.com>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150130/d93acf40/attachment.sig>


More information about the mesa-dev mailing list