Re: [Mesa-dev] [PATCH] st/mesa: simplify the update_single_texture() function

2013-02-01 Thread Marek Olšák
Nice. Reviewed-by: Marek Olšák Marek On Sat, Feb 2, 2013 at 2:07 AM, Brian Paul wrote: > In particular, rework the sRGB/linear format selection code. > There's no reason to mess with the Mesa format. > Just do everything in terms of the gallium pipe_format. > --- > src/mesa/state_tracker/st_a

[Mesa-dev] [PATCH] st/mesa: simplify the update_single_texture() function

2013-02-01 Thread Brian Paul
In particular, rework the sRGB/linear format selection code. There's no reason to mess with the Mesa format. Just do everything in terms of the gallium pipe_format. --- src/mesa/state_tracker/st_atom_texture.c | 35 ++ 1 files changed, 7 insertions(+), 28 deletions(-)