Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-18 Thread Zhao Yakui
[mailto:libva-boun...@lists.freedesktop.org] On Behalf Of Zhao, Halley Sent: Friday, March 14, 2014 5:19 PM To: libva@lists.freedesktop.org Subject: [Libva] [PATCH 1/2] va: User specified tiling and stride support. From: Zhao, Halley halley.z...@intel.com It is done by two VASurfaceAttrib

Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-17 Thread Zhao, Halley
Thanks Yakui。 -Original Message- From: Zhao, Yakui Sent: Monday, March 17, 2014 10:25 AM To: Zhao, Halley Cc: libva@lists.freedesktop.org Subject: Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support. On Sun, 2014-03-16 at 19:10 -0600, Zhao, Yakui wrote: Hi, Halley

Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-17 Thread Sean V Kelley
-boun...@lists.freedesktop.org] On Behalf Of Zhao, Halley Sent: Friday, March 14, 2014 5:19 PM To: libva@lists.freedesktop.org Subject: [Libva] [PATCH 1/2] va: User specified tiling and stride support. From: Zhao, Halley halley.z...@intel.com It is done by two VASurfaceAttrib: * one is buffer

Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-16 Thread Zhao, Yakui
PM To: libva@lists.freedesktop.org Subject: [Libva] [PATCH 1/2] va: User specified tiling and stride support. From: Zhao, Halley halley.z...@intel.com It is done by two VASurfaceAttrib: * one is buffer attribute described by VASurfaceAttribExternalBufferDescriptor. it covers strides and tiling

Re: [Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-16 Thread Zhao Yakui
Sent: Friday, March 14, 2014 5:19 PM To: libva@lists.freedesktop.org Subject: [Libva] [PATCH 1/2] va: User specified tiling and stride support. From: Zhao, Halley halley.z...@intel.com It is done by two VASurfaceAttrib: * one is buffer attribute described

[Libva] [PATCH 1/2] va: User specified tiling and stride support.

2014-03-14 Thread Zhao, Halley
From: Zhao, Halley halley.z...@intel.com It is done by two VASurfaceAttrib: * one is buffer attribute described by VASurfaceAttribExternalBufferDescriptor. it covers strides and tiling or not. * another is buffer type to indicate that the buffer is allocated by va driver.