Re: [Mesa-dev] [PATCH] nvc0: add hardware ETC2 and ASTC support where possible

2015-12-21 Thread Ilia Mirkin
On Sat, Dec 19, 2015 at 6:06 PM, Ilia Mirkin wrote: > On Sat, Dec 19, 2015 at 1:53 PM, Ilia Mirkin wrote: >> These are supported on GK20A and GM107. >> >> Signed-off-by: Ilia Mirkin >> --- >> >> Was a bit torn on where to place the enums... we're about to gut all >> the xml definitions so this s

Re: [Mesa-dev] [PATCH] nvc0: add hardware ETC2 and ASTC support where possible

2015-12-19 Thread Ilia Mirkin
On Sat, Dec 19, 2015 at 1:53 PM, Ilia Mirkin wrote: > These are supported on GK20A and GM107. > > Signed-off-by: Ilia Mirkin > --- > > Was a bit torn on where to place the enums... we're about to gut all > the xml definitions so this seemed appropriate for now. > > Tested on GK20A only. > > src/

[Mesa-dev] [PATCH] nvc0: add hardware ETC2 and ASTC support where possible

2015-12-19 Thread Ilia Mirkin
These are supported on GK20A and GM107. Signed-off-by: Ilia Mirkin --- Was a bit torn on where to place the enums... we're about to gut all the xml definitions so this seemed appropriate for now. Tested on GK20A only. src/gallium/drivers/nouveau/nv50/nv50_formats.c | 64 ++