Yes, vaPutImage is worked on my intel core i3 from vaapi-ext branch!<div>During building of this brunch I found that &quot;/test/transcode&quot; won`t compile, so I remove them from Makefile.am.</div><div>But, I confused about vaPutImage function parameters:</div>

<div><div>AStatus vaPutImage (</div><div>    VADisplay dpy,</div><div>    VASurfaceID surface,</div><div>    VAImageID image,</div><div>    int src_x,</div><div>    int src_y,</div><div>    unsigned int src_width,</div><div>

    unsigned int src_height,</div><div>    int dest_x,</div><div>    int dest_y,</div><div>    unsigned int dest_width,</div><div>    unsigned int dest_height</div><div>);</div><div><br></div><div>What must going when src_width and src_height differs from dest_width and dest_height? Is Image must scaling or just copy cliptrects?<br>

In current implementation image copied &quot;as is&quot; without scaling or nothing happens at all.</div><div>Is it possible or maby planned in future to overlay image on surface with scalling?</div><br><div class="gmail_quote">
2012/1/13 Xiang, Haihao <span dir="ltr">&lt;<a href="mailto:haihao.xiang@intel.com" target="_blank">haihao.xiang@intel.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On Thu, 2012-01-12 at 19:08 +0200, Sergey Omelchenko wrote:<br>
&gt; 1. Is it possible to copy one surface content to another without cpu<br>
&gt; memory mapping?<br>
&gt; I am trying:<br>
&gt; VAImage va_img;<br>
&gt; vaDeriveImage(va_display,va_surf_1,&amp;va_image);<br>
&gt; vaPutImage(va_display,va_surf_2,va_img.image_id,.....);<br>
&gt; But, va_surf_2 still empty.<br>
<br>
</div>You can do that if the backend VAAPI driver supports DeriveImage and<br>
PutImage. For intel_driver, currently PutImage is implemented on<br>
vaapi-ext branch.<br>
<div><br>
&gt;<br>
&gt;<br>
&gt; 2. Is it possible to copy opengl PBO content to vaapi surface without<br>
&gt; cpu memory mapping?<br>
<br>
<br>
&gt;<br>
&gt;<br>
</div>&gt; _______________________________________________<br>
&gt; Libva mailing list<br>
&gt; <a href="mailto:Libva@lists.freedesktop.org" target="_blank">Libva@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/libva" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libva</a><br>
<br>
<br>
</blockquote></div><br></div>