Re: [Mesa-dev] [PATCH 1/2] mesa: fix comments for RG formats

2011-11-28 Thread Eric Anholt
On Mon, 28 Nov 2011 15:16:58 -0700, Brian Paul wrote: > On 11/28/2011 12:24 PM, Eric Anholt wrote: > > On Mon, 28 Nov 2011 11:14:17 -0700, Brian Paul wrote: > >> The position of the red and green bits was misstated in the comments. > >> Arguably, the names of these formats should be changed to "G

Re: [Mesa-dev] [PATCH 1/2] mesa: fix comments for RG formats

2011-11-28 Thread Brian Paul
On 11/28/2011 12:24 PM, Eric Anholt wrote: On Mon, 28 Nov 2011 11:14:17 -0700, Brian Paul wrote: The position of the red and green bits was misstated in the comments. Arguably, the names of these formats should be changed to "GR" to reflect the component ordering and to be consistent with other

Re: [Mesa-dev] [PATCH 1/2] mesa: fix comments for RG formats

2011-11-28 Thread Eric Anholt
On Mon, 28 Nov 2011 11:14:17 -0700, Brian Paul wrote: > The position of the red and green bits was misstated in the comments. > Arguably, the names of these formats should be changed to "GR" to reflect > the component ordering and to be consistent with other formats. Actually, could we get consis

[Mesa-dev] [PATCH 1/2] mesa: fix comments for RG formats

2011-11-28 Thread Brian Paul
The position of the red and green bits was misstated in the comments. Arguably, the names of these formats should be changed to "GR" to reflect the component ordering and to be consistent with other formats. --- src/mesa/main/formats.h |8 1 files changed, 4 insertions(+), 4 deletions