Re: [Mesa-dev] [PATCH] u_vbuf: fix potentially bogus assert

2016-07-30 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Jul 30, 2016 at 5:40 PM, Rob Clark wrote: > There are cases where we hit u_vbuf path due to alignment or pitch- > alignment restrictions, but for an output-format that u_vbuf does not > support translating (yet the driver does support natively). In which

[Mesa-dev] [PATCH] u_vbuf: fix potentially bogus assert

2016-07-30 Thread Rob Clark
There are cases where we hit u_vbuf path due to alignment or pitch- alignment restrictions, but for an output-format that u_vbuf does not support translating (yet the driver does support natively). In which case we hit the memcpy() path and don't care that u_vbuf doesn't understand it. Fixes cras