Re: [Mesa-dev] [PATCH] nv50: Dont illegally change format after surface_create() call

2016-03-26 Thread Ilia Mirkin
It's driver-internal and perfectly legal. It will also not work this way for depth/stencil textures... NAK On Mar 26, 2016 10:59 PM, "Edward O'Callaghan" wrote: > This was the wrong way to force a resource format, fix it in nv50. > > NOTE: Needs testing from someone with nv hw. > > Signed-off-by

[Mesa-dev] [PATCH] nv50: Dont illegally change format after surface_create() call

2016-03-26 Thread Edward O'Callaghan
This was the wrong way to force a resource format, fix it in nv50. NOTE: Needs testing from someone with nv hw. Signed-off-by: Edward O'Callaghan --- src/gallium/drivers/nouveau/nv50/nv50_surface.c | 67 - 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/s