Re: [Mesa-dev] [PATCH 1/2] st/mesa: use the first non-VOID channel in st_format_datatype

2011-07-06 Thread Brian Paul
On 06/30/2011 04:10 PM, Marek Olšák wrote: Otherwise PIPE_FORMAT_X8B8G8R8_UNORM and friends would fail. NOTE: This is a candidate for the 7.10 and 7.11 branches. Reviewed-by: Brian Paul bri...@vmware.com ___ mesa-dev mailing list

[Mesa-dev] [PATCH 1/2] st/mesa: use the first non-VOID channel in st_format_datatype

2011-06-30 Thread Marek Olšák
Otherwise PIPE_FORMAT_X8B8G8R8_UNORM and friends would fail. NOTE: This is a candidate for the 7.10 and 7.11 branches. --- src/mesa/state_tracker/st_format.c | 19 --- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_tracker/st_format.c