Re: [Mesa-dev] [PATCH] nv50, nvc0: warn on not-explicitly-handled caps

2018-10-19 Thread Ilia Mirkin
On Fri, Oct 19, 2018 at 6:32 AM Gert Wollny wrote: > > Am Donnerstag, den 06.09.2018, 22:36 -0400 schrieb Ilia Mirkin: > > Not handling caps explicitly means that we're likely getting > > incorrect values -- these need to be reviewed and set appropriately. > > > > While we're at it, add in some mi

Re: [Mesa-dev] [PATCH] nv50, nvc0: warn on not-explicitly-handled caps

2018-10-19 Thread Gert Wollny
Am Donnerstag, den 06.09.2018, 22:36 -0400 schrieb Ilia Mirkin: > Not handling caps explicitly means that we're likely getting > incorrect values -- these need to be reviewed and set appropriately. > > While we're at it, add in some missing caps, and set all the subpixel > stuff to 8 as that seems

[Mesa-dev] [PATCH] nv50,nvc0: warn on not-explicitly-handled caps

2018-09-06 Thread Ilia Mirkin
Not handling caps explicitly means that we're likely getting incorrect values -- these need to be reviewed and set appropriately. While we're at it, add in some missing caps, and set all the subpixel stuff to 8 as that seems to be what the blob reports. Signed-off-by: Ilia Mirkin --- src/galliu