Re: [Mesa-dev] [PATCH 09/12] main/texstore: Use _mesa_swizzle_and_convert when possible

2014-07-18 Thread Brian Paul
On 07/17/2014 12:04 PM, Jason Ekstrand wrote: This should be both faster and more accurate than our general slow-path of converting everything to float. Signed-off-by: Jason Ekstrand --- src/mesa/main/texstore.c | 179 +++ 1 file changed, 164 inser

[Mesa-dev] [PATCH 09/12] main/texstore: Use _mesa_swizzle_and_convert when possible

2014-07-17 Thread Jason Ekstrand
This should be both faster and more accurate than our general slow-path of converting everything to float. Signed-off-by: Jason Ekstrand --- src/mesa/main/texstore.c | 179 +++ 1 file changed, 164 insertions(+), 15 deletions(-) diff --git a/src/mesa/m