Re: [Mesa-dev] [PATCH 1/2] u_format: fix RGTC support in fits 8unorm.

2011-11-06 Thread Jose Fonseca
Make sense. The same goes for PIPE_FORMAT_LATC1_SNORM and PIPE_FORMAT_LATC1_SNORM I suppose. Jose - Original Message - > From: Dave Airlie > > Signed RGTC won't fit in a unorm, so don't allow them. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/util/u_format.c |7 +

[Mesa-dev] [PATCH 1/2] u_format: fix RGTC support in fits 8unorm.

2011-11-06 Thread Dave Airlie
From: Dave Airlie Signed RGTC won't fit in a unorm, so don't allow them. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/util/u_format.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/util/u_format.c b/src/gallium/auxiliary/util/u_for