Re: [Mesa-dev] [RFC 05/24] nvc0: compute correct image dimensions based on the target

2016-04-14 Thread Samuel Pitoiset
On 04/13/2016 10:23 PM, Ilia Mirkin wrote: On Tue, Apr 12, 2016 at 7:56 PM, Samuel Pitoiset wrote: Loosely based on softpipe but with some changes, this computes correct width, height and depth of different targets to help in processing coordinates from the codegen part. This fixes a ton of

Re: [Mesa-dev] [RFC 05/24] nvc0: compute correct image dimensions based on the target

2016-04-13 Thread Ilia Mirkin
On Tue, Apr 12, 2016 at 7:56 PM, Samuel Pitoiset wrote: > Loosely based on softpipe but with some changes, this computes correct > width, height and depth of different targets to help in processing > coordinates from the codegen part. > > This fixes a ton of dEQP/piglit tests. > > Signed-off-by: S

[Mesa-dev] [RFC 05/24] nvc0: compute correct image dimensions based on the target

2016-04-12 Thread Samuel Pitoiset
Loosely based on softpipe but with some changes, this computes correct width, height and depth of different targets to help in processing coordinates from the codegen part. This fixes a ton of dEQP/piglit tests. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_tex.c | 52