Re: [Mesa-dev] [PATCH 15/24] mesa: Add a function for comparing gl_format to format/type.

2011-10-29 Thread Brian Paul
On Fri, Oct 28, 2011 at 1:50 PM, Eric Anholt e...@anholt.net wrote: This should be useful in making more generic fast paths in the pixel paths. ---  src/mesa/main/formats.c |  306 +++  src/mesa/main/formats.h |    3 +  2 files changed, 309

[Mesa-dev] [PATCH 15/24] mesa: Add a function for comparing gl_format to format/type.

2011-10-28 Thread Eric Anholt
This should be useful in making more generic fast paths in the pixel paths. --- src/mesa/main/formats.c | 306 +++ src/mesa/main/formats.h |3 + 2 files changed, 309 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/formats.c