From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Tue, 16 Apr 2019 04:41:34 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1555609011==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 5C36F89007 for ; Tue, 16 Apr 2019 04:41:34 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1555609011== Content-Type: multipart/alternative; boundary="15553896940.E5e3E63.23895" Content-Transfer-Encoding: 7bit --15553896940.E5e3E63.23895 Date: Tue, 16 Apr 2019 04:41:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 Bug ID: 110443 Summary: vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: julien.isorce@gmail.com QA Contact: dri-devel@lists.freedesktop.org vaDeriveImage reports wrong stride. Indeed Mesa's vlVaDeriveImage always sets the stride to w * 4 for RGBA form= at https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/va/i= mage.c#n259=20 This results in wrong video output, see https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/100 Is there a way to know the pipe_resource's stride https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/va/i= mage.c#n283 without exporting it to dmabuf (through whandle.stride) and without mapping= it (drv->pipe->transfer_map / pipe_transfer.stride) ? --=20 You are receiving this mail because: You are the assignee for the bug.= --15553896940.E5e3E63.23895 Date: Tue, 16 Apr 2019 04:41:34 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 110443
Summary vaapi/vpp: wrong output for non 64-bytes align width (ex: 120= 0)
Product Mesa
Version unspecified
Hardware Other
OS All
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter julien.isorce@gmail.com
QA Contact dri-devel@lists.freedesktop.org

vaDeriveImage reports wrong stride.

Indeed Mesa's vlVaDeriveImage always sets the stride to w * 4 for RGBA form=
at
https://cgit.freedesktop.org/mesa/mesa/tree/src/gal=
lium/state_trackers/va/image.c#n259=20

This results in wrong video output, see
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/100

Is there a way to know the pipe_resource's stride
https://cgit.freedesktop.org/mesa/mesa/tree/src/gal=
lium/state_trackers/va/image.c#n283
without exporting it to dmabuf (through whandle.stride) and without mapping=
 it
(drv->pipe->transfer_map / pipe_transfer.stride) ?


You are receiving this mail because:
  • You are the assignee for the bug.
= --15553896940.E5e3E63.23895-- --===============1555609011== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1555609011==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Tue, 16 Apr 2019 20:02:08 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0053919765==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 86D9B89CD4 for ; Tue, 16 Apr 2019 20:02:08 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0053919765== Content-Type: multipart/alternative; boundary="15554449280.fE40D541.16992" Content-Transfer-Encoding: 7bit --15554449280.fE40D541.16992 Date: Tue, 16 Apr 2019 20:02:08 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #1 from Marek Ol=C5=A1=C3=A1k --- (In reply to Julien Isorce from comment #0) > vaDeriveImage reports wrong stride. >=20 > Indeed Mesa's vlVaDeriveImage always sets the stride to w * 4 for RGBA > format > https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/va/ > image.c#n259=20 >=20 > This results in wrong video output, see > https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/100 >=20 > Is there a way to know the pipe_resource's stride > https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/va/ > image.c#n283 without exporting it to dmabuf (through whandle.stride) and > without mapping it (drv->pipe->transfer_map / pipe_transfer.stride) ? No, there isn't. whandle.stride is pipe_resource's stride and is for GPU access. pipe_transfer.stride can be different and is for CPU access. --=20 You are receiving this mail because: You are the assignee for the bug.= --15554449280.fE40D541.16992 Date: Tue, 16 Apr 2019 20:02:08 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 1 on bug 11044= 3 from Marek Ol=C5=A1=C3=A1k
(In reply to Julien Isorce from comment #0)
> vaDeriveImage reports wrong stride.
>=20
> Indeed Mesa's vlVaDeriveImage always sets the stride to w * 4 for RGBA
> format
> https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/st=
ate_trackers/va/
> image.c#n259=20
>=20
> This results in wrong video output, see
> https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/1=
00
>=20
> Is there a way to know the pipe_resource's stride
> https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/st=
ate_trackers/va/
> image.c#n283 without exporting it to dmabuf (through whandle.stride) a=
nd
> without mapping it (drv->pipe->transfer_map / pipe_transfer.stri=
de) ?

No, there isn't. whandle.stride is pipe_resource's stride and is for GPU
access. pipe_transfer.stride can be different and is for CPU access.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15554449280.fE40D541.16992-- --===============0053919765== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0053919765==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Tue, 16 Apr 2019 20:16:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1961893009==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 3F9E689C48 for ; Tue, 16 Apr 2019 20:16:00 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1961893009== Content-Type: multipart/alternative; boundary="15554457600.DcA1d6c.19603" Content-Transfer-Encoding: 7bit --15554457600.DcA1d6c.19603 Date: Tue, 16 Apr 2019 20:16:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #2 from Julien Isorce --- Thx for your comment. What about the following in vlVaDeriveImage: - w =3D align(surf->buffer->width, 2); - h =3D align(surf->buffer->height, 2); + + alignment =3D screen->get_param(screen, PIPE_CAP_MIN_MAP_BUFFER_ALIGNME= NT); + w =3D align(surf->buffer->width, alignment); + h =3D align(surf->buffer->height, alignment); here https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/va/i= mage.c#n235 This is not entirely right but I feel it has more chance to succeed than the current align 2. At least it works on my GFX6 card. --=20 You are receiving this mail because: You are the assignee for the bug.= --15554457600.DcA1d6c.19603 Date: Tue, 16 Apr 2019 20:16:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 2 on bug 11044= 3 from Julien Isorce
Thx for your comment. What about the following in vlVaDeriveIm=
age:

-   w =3D align(surf->buffer->width, 2);
-   h =3D align(surf->buffer->height, 2);
+
+   alignment =3D screen->get_param(screen, PIPE_CAP_MIN_MAP_BUFFER_ALIG=
NMENT);
+   w =3D align(surf->buffer->width, alignment);
+   h =3D align(surf->buffer->height, alignment);

here
https://cgit.freedesktop.org/mesa/mesa/tree/src/gal=
lium/state_trackers/va/image.c#n235

This is not entirely right but I feel it has more chance to succeed than the
current align 2. At least it works on my GFX6 card.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15554457600.DcA1d6c.19603-- --===============1961893009== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1961893009==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Tue, 16 Apr 2019 23:47:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0902743965==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id ED48989CF1 for ; Tue, 16 Apr 2019 23:47:35 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0902743965== Content-Type: multipart/alternative; boundary="15554584550.DED44D9b.531" Content-Transfer-Encoding: 7bit --15554584550.DED44D9b.531 Date: Tue, 16 Apr 2019 23:47:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #3 from Marek Ol=C5=A1=C3=A1k --- That's incorrect. The only way to get the stride is through winsys_handle. = We could add a separate query function though. --=20 You are receiving this mail because: You are the assignee for the bug.= --15554584550.DED44D9b.531 Date: Tue, 16 Apr 2019 23:47:35 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 3 on bug 11044= 3 from Marek Ol=C5=A1=C3=A1k
That's incorrect. The only way to get the stride is through wi=
nsys_handle. We
could add a separate query function though.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15554584550.DED44D9b.531-- --===============0902743965== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0902743965==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Thu, 18 Apr 2019 16:51:35 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0347790058==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 733346E172 for ; Thu, 18 Apr 2019 16:51:35 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0347790058== Content-Type: multipart/alternative; boundary="15556062951.1cEB.8603" Content-Transfer-Encoding: 7bit --15556062951.1cEB.8603 Date: Thu, 18 Apr 2019 16:51:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #4 from Julien Isorce --- Something like this: --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -262,6 +262,15 @@ struct pipe_screen { struct winsys_handle *handle, unsigned usage); + boolean (*resource_get_stride)(struct pipe_screen *screen, + struct pipe_context *context, + struct pipe_resource *tex, + unsigned *stride); + boolean (*resource_get_offset)(struct pipe_screen *screen, + struct pipe_context *context, + struct pipe_resource *tex, + unsigned *offset); + ? Thx --=20 You are receiving this mail because: You are the assignee for the bug.= --15556062951.1cEB.8603 Date: Thu, 18 Apr 2019 16:51:35 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 4 on bug 11044= 3 from Julien Isorce
Something like this:

--- a/src/gallium/include/pipe/p_screen.h
+++ b/src/gallium/include/pipe/p_screen.h
@@ -262,6 +262,15 @@ struct pipe_screen {
                                  struct winsys_handle *handle,
                                  unsigned usage);

+   boolean (*resource_get_stride)(struct pipe_screen *screen,
+                                  struct pipe_context *context,
+                                  struct pipe_resource *tex,
+                                  unsigned *stride);
+   boolean (*resource_get_offset)(struct pipe_screen *screen,
+                                  struct pipe_context *context,
+                                  struct pipe_resource *tex,
+                                  unsigned *offset);
+

? Thx


You are receiving this mail because:
  • You are the assignee for the bug.
= --15556062951.1cEB.8603-- --===============0347790058== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0347790058==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Fri, 19 Apr 2019 22:37:54 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0171748485==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 40DA8892B6 for ; Fri, 19 Apr 2019 22:37:54 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0171748485== Content-Type: multipart/alternative; boundary="15557134741.Cb325AB.21406" Content-Transfer-Encoding: 7bit --15557134741.Cb325AB.21406 Date: Fri, 19 Apr 2019 22:37:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #5 from Marek Ol=C5=A1=C3=A1k --- Yes. It can be just 1 function returning both values and it doesn't have to return boolean. --=20 You are receiving this mail because: You are the assignee for the bug.= --15557134741.Cb325AB.21406 Date: Fri, 19 Apr 2019 22:37:54 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 5 on bug 11044= 3 from Marek Ol=C5=A1=C3=A1k
Yes. It can be just 1 function returning both values and it do=
esn't have to
return boolean.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15557134741.Cb325AB.21406-- --===============0171748485== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0171748485==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Tue, 23 Apr 2019 22:48:33 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0186829760==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BFB1E89718 for ; Tue, 23 Apr 2019 22:48:33 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0186829760== Content-Type: multipart/alternative; boundary="15560597131.E1bA4.12998" Content-Transfer-Encoding: 7bit --15560597131.E1bA4.12998 Date: Tue, 23 Apr 2019 22:48:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #6 from Julien Isorce --- Thx for the suggestion, I submitted patches here https://gitlab.freedesktop.org/mesa/mesa/merge_requests/721. --=20 You are receiving this mail because: You are the assignee for the bug.= --15560597131.E1bA4.12998 Date: Tue, 23 Apr 2019 22:48:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15560597131.E1bA4.12998-- --===============0186829760== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0186829760==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Wed, 01 May 2019 22:24:01 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1607430586==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 9B85189178 for ; Wed, 1 May 2019 22:24:01 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1607430586== Content-Type: multipart/alternative; boundary="15567494410.4B8ee2136.3161" Content-Transfer-Encoding: 7bit --15567494410.4B8ee2136.3161 Date: Wed, 1 May 2019 22:24:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 Viktor J=C3=A4gersk=C3=BCpper changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor_jaegerskuepper@freen | |et.de --- Comment #7 from Viktor J=C3=A4gersk=C3=BCpper --- After commit 0e3a348bec436b9d949e85574e363a1fe0e7683c VLC crashes when I wa= nt to play a video encoded in H.264 using VA-API. I have an AMD RV770, OS is A= rch Linux. From the merge request I see that there is an additional commit for radeonsi to fix this bug, but not for r600. Since this bug is not closed ye= t, is another commit for r600 necessary to not break that driver? Or should I = open another bug report for the crash? --=20 You are receiving this mail because: You are the assignee for the bug.= --15567494410.4B8ee2136.3161 Date: Wed, 1 May 2019 22:24:01 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Viktor J=C3=A4ge= rsk=C3=BCpper changed bug 11044= 3
What Removed Added
CC   viktor_jaegerskuepper@freenet.de

Commen= t # 7 on bug 11044= 3 from Viktor = J=C3=A4gersk=C3=BCpper
After commit 0e3a348bec436b9d949e85574e363a1fe0e7683c VLC cras=
hes when I want
to play a video encoded in H.264 using VA-API. I have an AMD RV770, OS is A=
rch
Linux. From the merge request I see that there is an additional commit for
radeonsi to fix this bug, but not for r600. Since this bug is not closed ye=
t,
is another commit for r600 necessary to not break that driver? Or should I =
open
another bug report for the crash?


You are receiving this mail because:
  • You are the assignee for the bug.
= --15567494410.4B8ee2136.3161-- --===============1607430586== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1607430586==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Wed, 01 May 2019 22:27:24 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1937106079==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D2B6C892CA for ; Wed, 1 May 2019 22:27:24 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1937106079== Content-Type: multipart/alternative; boundary="15567496442.b57F52af4.2377" Content-Transfer-Encoding: 7bit --15567496442.b57F52af4.2377 Date: Wed, 1 May 2019 22:27:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #8 from Julien Isorce --- Thx a lot for reporting this issue. It should fallback to previous path for r600, at least, I will take a look. --=20 You are receiving this mail because: You are the assignee for the bug.= --15567496442.b57F52af4.2377 Date: Wed, 1 May 2019 22:27:24 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 8 on bug 11044= 3 from Julien Isorce
Thx a lot for reporting this issue. It should fallback to prev=
ious path for
r600, at least, I will take a look.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15567496442.b57F52af4.2377-- --===============1937106079== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1937106079==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Wed, 01 May 2019 23:18:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1958411153==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id A31C2892B9 for ; Wed, 1 May 2019 23:18:50 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1958411153== Content-Type: multipart/alternative; boundary="15567527300.CD76.14763" Content-Transfer-Encoding: 7bit --15567527300.CD76.14763 Date: Wed, 1 May 2019 23:18:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #9 from Julien Isorce --- I think it is missing a: "if (screen->resource_get_info)" here https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/gallium/state_trac= kers/va/image.c#L254 --=20 You are receiving this mail because: You are the assignee for the bug.= --15567527300.CD76.14763 Date: Wed, 1 May 2019 23:18:50 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15567527300.CD76.14763-- --===============1958411153== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1958411153==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Thu, 02 May 2019 20:15:19 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1770143277==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 6949489854 for ; Thu, 2 May 2019 20:15:19 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1770143277== Content-Type: multipart/alternative; boundary="15568281191.b390B.16405" Content-Transfer-Encoding: 7bit --15568281191.b390B.16405 Date: Thu, 2 May 2019 20:15:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #10 from Viktor J=C3=A4gersk=C3=BCpper --- I tried to investigate a bit further, and I think video acceleration does n= ot really work on my RV770, neither with VA-API nor with VDPAU. However, even = if I deactivate hardware video decoding in VLC, it crashes when I want to play a video. So I think you're right, it should just fall back to whatever "worked" befo= re the change. --=20 You are receiving this mail because: You are the assignee for the bug.= --15568281191.b390B.16405 Date: Thu, 2 May 2019 20:15:19 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 10 on bug 11044= 3 from Viktor = J=C3=A4gersk=C3=BCpper
I tried to investigate a bit further, and I think video accele=
ration does not
really work on my RV770, neither with VA-API nor with VDPAU. However, even =
if I
deactivate hardware video decoding in VLC, it crashes when I want to play a
video.

So I think you're right, it should just fall back to whatever "worked&=
quot; before
the change.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15568281191.b390B.16405-- --===============1770143277== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1770143277==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Thu, 02 May 2019 22:46:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1749430881==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id AAD09893A3 for ; Thu, 2 May 2019 22:46:43 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1749430881== Content-Type: multipart/alternative; boundary="15568372032.BD8d39B.1276" Content-Transfer-Encoding: 7bit --15568372032.BD8d39B.1276 Date: Thu, 2 May 2019 22:46:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #11 from Julien Isorce --- https://gitlab.freedesktop.org/mesa/mesa/merge_requests/796 --=20 You are receiving this mail because: You are the assignee for the bug.= --15568372032.BD8d39B.1276 Date: Thu, 2 May 2019 22:46:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15568372032.BD8d39B.1276-- --===============1749430881== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1749430881==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Fri, 03 May 2019 19:49:58 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0083370247==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 46D3189971 for ; Fri, 3 May 2019 19:49:58 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0083370247== Content-Type: multipart/alternative; boundary="15569129980.cC7E.7238" Content-Transfer-Encoding: 7bit --15569129980.cC7E.7238 Date: Fri, 3 May 2019 19:49:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #12 from Viktor J=C3=A4gersk=C3=BCpper --- I tested the commit in the merge request together with the r600-related cha= nge which has already been committed to the master branch, VLC doesn't crash any more. --=20 You are receiving this mail because: You are the assignee for the bug.= --15569129980.cC7E.7238 Date: Fri, 3 May 2019 19:49:58 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 12 on bug 11044= 3 from Viktor = J=C3=A4gersk=C3=BCpper
I tested the commit in the merge request together with the r60=
0-related change
which has already been committed to the master branch, VLC doesn't crash any
more.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15569129980.cC7E.7238-- --===============0083370247== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0083370247==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Fri, 03 May 2019 19:56:54 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0427054919==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 32D2B89269 for ; Fri, 3 May 2019 19:56:54 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0427054919== Content-Type: multipart/alternative; boundary="15569134142.55F6.8415" Content-Transfer-Encoding: 7bit --15569134142.55F6.8415 Date: Fri, 3 May 2019 19:56:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #13 from Julien Isorce --- Thx! --=20 You are receiving this mail because: You are the assignee for the bug.= --15569134142.55F6.8415 Date: Fri, 3 May 2019 19:56:54 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15569134142.55F6.8415-- --===============0427054919== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0427054919==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Wed, 08 May 2019 19:51:34 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0153600340==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 644EA89842 for ; Wed, 8 May 2019 19:51:34 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0153600340== Content-Type: multipart/alternative; boundary="15573450940.6bC97ac0.21352" Content-Transfer-Encoding: 7bit --15573450940.6bC97ac0.21352 Date: Wed, 8 May 2019 19:51:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 --- Comment #14 from Julien Isorce --- https://gitlab.freedesktop.org/mesa/mesa/merge_requests/796 https://gitlab.freedesktop.org/mesa/mesa/merge_requests/797 https://gitlab.freedesktop.org/mesa/mesa/merge_requests/842 --=20 You are receiving this mail because: You are the assignee for the bug.= --15573450940.6bC97ac0.21352 Date: Wed, 8 May 2019 19:51:34 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15573450940.6bC97ac0.21352-- --===============0153600340== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0153600340==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200) Date: Tue, 11 Jun 2019 16:02:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1217768954==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 9C0A38922A for ; Tue, 11 Jun 2019 16:02:00 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1217768954== Content-Type: multipart/alternative; boundary="15602689203.F0B99ED.26597" Content-Transfer-Encoding: 7bit --15602689203.F0B99ED.26597 Date: Tue, 11 Jun 2019 16:02:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110443 Juan A. Suarez changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #15 from Juan A. Suarez --- The fixes landed in master, as well as in Mesa 19.1.0. Closing this. --=20 You are receiving this mail because: You are the assignee for the bug.= --15602689203.F0B99ED.26597 Date: Tue, 11 Jun 2019 16:02:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated <= span class=3D"fn">Juan A. Suarez changed bug 11044= 3
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comme= nt # 15 on bug 11044= 3 from Juan A. Suarez
The fixes landed in master, as well as in Mesa 19.1.0.

Closing this.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15602689203.F0B99ED.26597-- --===============1217768954== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1217768954==--