Re: [Mesa-dev] [PATCH 1/2] nvc0: fix up image support for allowing multiple samples

2016-06-29 Thread Samuel Pitoiset
On 06/29/2016 06:13 AM, Ilia Mirkin wrote: Basically we just have to scale up the coordinates and then add the relevant sample offset. The code to handle this was already largely present from Christoph's earlier attempts to pipe images through back in the dark ages, this just hooks it all up.

Re: [Mesa-dev] [PATCH 1/2] nvc0: fix up image support for allowing multiple samples

2016-06-29 Thread Ilia Mirkin
Ooops, forgot to fix the number of samples returned. (Right now we hard-code it to 1.) But the rest of the change should still be fine, and there's no piglit execution test for imageSamples(). On Wed, Jun 29, 2016 at 12:13 AM, Ilia Mirkin wrote: > Basically we just have to scale up the coordinate

[Mesa-dev] [PATCH 1/2] nvc0: fix up image support for allowing multiple samples

2016-06-28 Thread Ilia Mirkin
Basically we just have to scale up the coordinates and then add the relevant sample offset. The code to handle this was already largely present from Christoph's earlier attempts to pipe images through back in the dark ages, this just hooks it all up. Signed-off-by: Ilia Mirkin --- Only tested on