Re: [Mesa-dev] [PATCH] mesa: fix type-P format examples to match actual formats

2014-03-19 Thread Brian Paul
I'd be fine with removing/reducing the comments. -Brian On 03/19/2014 05:45 AM, Marek Olšák wrote: Are these comments really needed considering the format names are self-explanatory? Marek On Wed, Mar 19, 2014 at 10:34 AM, Chris Forbes wrote: The comments for the actual formats were fixed a

Re: [Mesa-dev] [PATCH] mesa: fix type-P format examples to match actual formats

2014-03-19 Thread Marek Olšák
Are these comments really needed considering the format names are self-explanatory? Marek On Wed, Mar 19, 2014 at 10:34 AM, Chris Forbes wrote: > The comments for the actual formats were fixed a while ago, > but the examples at the top were not, which was confusing. > > Signed-off-by: Chris Forb

[Mesa-dev] [PATCH] mesa: fix type-P format examples to match actual formats

2014-03-19 Thread Chris Forbes
The comments for the actual formats were fixed a while ago, but the examples at the top were not, which was confusing. Signed-off-by: Chris Forbes --- src/mesa/main/formats.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats