Re: [Mesa-dev] [PATCH] st/mesa: support RGBA16 and use it for RGBA12 as well

2010-10-25 Thread Brian Paul
On 10/24/2010 03:36 PM, Marek Olšák wrote: Tested with r300g. Signed-off-by: Marek Olšák Looks good. -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] st/mesa: support RGBA16 and use it for RGBA12 as well

2010-10-24 Thread Marek Olšák
Tested with r300g. Signed-off-by: Marek Olšák --- src/mesa/state_tracker/st_format.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index 444b8da..955d821 100644 --- a/src/mesa/state_tra