Re: [Mesa-dev] [PATCH v3] broadcom/vc4: Expand width of dst surface

2019-09-03 Thread apinheiro
Just pushed, thanks for the patch. On 3/9/19 4:58, Zhaowei Yuan wrote: Four bytes of src_surf will be compressed into a 32-bits data and stored into dst_surf, and dst_surf is read as z-order,so its width must be aligned to multiples of 8(4x2) before divided by 2. Signed-off-by: Zhaowei Yuan Bu

Re: [Mesa-dev] [PATCH v3] broadcom/vc4: Expand width of dst surface

2019-09-02 Thread Zhaowei Yuan
I used git send-email to send this patch to mailing list and cc you, but your email address is not in the cc list finally, so I forward it to  you again On 2019/9/3 10:58 AM, Zhaowei Yuan wrote: > Four bytes of src_surf will be compressed into a 32-bits data > and stored into dst_surf, and dst_s

[Mesa-dev] [PATCH v3] broadcom/vc4: Expand width of dst surface

2019-09-02 Thread Zhaowei Yuan
Four bytes of src_surf will be compressed into a 32-bits data and stored into dst_surf, and dst_surf is read as z-order,so its width must be aligned to multiples of 8(4x2) before divided by 2. Signed-off-by: Zhaowei Yuan Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111266 --- src/galli