Re: [Mesa-dev] [PATCH] mesa: add view classes for 3d astc formats

2016-05-20 Thread Anuj Phogat
On Sun, May 8, 2016 at 7:26 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > This is pretty academic since no hw supports these formats, but since core > support for these has landed, might as well extend the view logic. > > src/mesa/main/textureview.c | 28 +

[Mesa-dev] [PATCH] mesa: add view classes for 3d astc formats

2016-05-08 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- This is pretty academic since no hw supports these formats, but since core support for these has landed, might as well extend the view logic. src/mesa/main/textureview.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --gi