Re: [Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-22 Thread Samuel Pitoiset
On 07/22/2016 02:14 PM, Ilia Mirkin wrote: You said earlier that pbo-readpixels-small worked with this patch on Fermi :( Oh well. It worked, but maybe an other issue has happened in the meantime :/ On Jul 22, 2016 5:39 AM, "Samuel Pitoiset"

Re: [Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-22 Thread Ilia Mirkin
You said earlier that pbo-readpixels-small worked with this patch on Fermi :( Oh well. On Jul 22, 2016 5:39 AM, "Samuel Pitoiset" wrote: > This patch introduces the following regressions: > > bin/fcc-read-to-pbo-after-clear -auto > bin/gl-2.1-pbo -auto -fbo >

Re: [Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-22 Thread Samuel Pitoiset
This patch introduces the following regressions: bin/fcc-read-to-pbo-after-clear -auto bin/gl-2.1-pbo -auto -fbo bin/fbo-pbo-readpixels-small -auto bin/pbo-read-argb -auto bin/pbo-readpixels-small -auto bin/mesa_pack_invert-readpixels -auto -fbo Tested on Fermi (GF119). On 07/16/2016 09:09

Re: [Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-18 Thread Samuel Pitoiset
On 07/18/2016 11:16 PM, Ilia Mirkin wrote: Karol tested it on Kepler1, so we should be good. Reviewed-by: Samuel Pitoiset On Mon, Jul 18, 2016 at 5:15 PM, Samuel Pitoiset wrote: Works fine on Fermi, but still need to test on

Re: [Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-18 Thread Ilia Mirkin
Karol tested it on Kepler1, so we should be good. On Mon, Jul 18, 2016 at 5:15 PM, Samuel Pitoiset wrote: > Works fine on Fermi, but still need to test on Kepler1. > > > On 07/16/2016 09:09 PM, Ilia Mirkin wrote: >> >> This is useful for pbo downloads, which are now

Re: [Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-18 Thread Samuel Pitoiset
Works fine on Fermi, but still need to test on Kepler1. On 07/16/2016 09:09 PM, Ilia Mirkin wrote: This is useful for pbo downloads, which are now accelerated with images. BGRA8 is a moderately common format to do that in. Signed-off-by: Ilia Mirkin --- This needs

[Mesa-dev] [PATCH] nvc0: add support for BGRA8 images

2016-07-16 Thread Ilia Mirkin
This is useful for pbo downloads, which are now accelerated with images. BGRA8 is a moderately common format to do that in. Signed-off-by: Ilia Mirkin --- This needs testing on SM20 and SM30. I've tested it on SM35 and bin/pbo-readpixels-small -auto worked fine. (Didn't