Re: [Mesa-dev] [PATCH v2] mesa/glformats: refactor compressed format support function

2015-09-15 Thread Anuj Phogat
On Mon, Sep 14, 2015 at 11:17 AM, Nanley Chery wrote: > From: Nanley Chery > > Instead of case statements, use _mesa_get_format_layout() to > determine if a GL format is part of a family of compressed formats. > > v2. restrict LATC formats to API_OPENGL_COMPAT (Ilia). > rename the variable m

Re: [Mesa-dev] [PATCH v2] mesa/glformats: refactor compressed format support function

2015-09-14 Thread Nanley Chery
Sorry about the incorrect threading on these v2's. On Mon, Sep 14, 2015 at 11:17 AM, Nanley Chery wrote: > From: Nanley Chery > > Instead of case statements, use _mesa_get_format_layout() to > determine if a GL format is part of a family of compressed formats. > > v2. restrict LATC formats to A

[Mesa-dev] [PATCH v2] mesa/glformats: refactor compressed format support function

2015-09-14 Thread Nanley Chery
From: Nanley Chery Instead of case statements, use _mesa_get_format_layout() to determine if a GL format is part of a family of compressed formats. v2. restrict LATC formats to API_OPENGL_COMPAT (Ilia). rename the variable mFormat to m_format. Signed-off-by: Nanley Chery --- src/mesa/main