Re: [Mesa-dev] [PATCH 06/14] swr: fix texture layout for compressed formats

2016-11-14 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Nov 12, 2016, at 5:00 PM, Ilia Mirkin wrote: > > Fixes the texsubimage piglit and lets the copyteximage one get further. > > Signed-off-by: Ilia Mirkin > --- > src/gallium/drivers/swr/swr_context.cpp | 5 +++-- > src/gallium/drivers/swr/swr_screen.cpp | 5 +++

[Mesa-dev] [PATCH 06/14] swr: fix texture layout for compressed formats

2016-11-12 Thread Ilia Mirkin
Fixes the texsubimage piglit and lets the copyteximage one get further. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_context.cpp | 5 +++-- src/gallium/drivers/swr/swr_screen.cpp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/swr/swr_