Re: [Mesa-dev] [PATCH 1/3] mesa: Restore GL_FOG_COORD_SRC on glPopAttrib(GL_FOG_BIT).

2013-02-06 Thread Kenneth Graunke
On 02/05/2013 11:09 PM, Kenneth Graunke wrote: According to the OpenGL 2.1 specification, Table 6.11 (Coloring), GL_FOG_COORD_SRC is supposed to be in the fog attribute. NOTE: This is a candidate for stable branches. Signed-off-by: Kenneth Graunke kenn...@whitecape.org ---

Re: [Mesa-dev] [PATCH 1/3] mesa: Restore GL_FOG_COORD_SRC on glPopAttrib(GL_FOG_BIT).

2013-02-06 Thread Brian Paul
On 02/06/2013 01:28 AM, Kenneth Graunke wrote: On 02/05/2013 11:09 PM, Kenneth Graunke wrote: According to the OpenGL 2.1 specification, Table 6.11 (Coloring), GL_FOG_COORD_SRC is supposed to be in the fog attribute. NOTE: This is a candidate for stable branches. Signed-off-by: Kenneth

[Mesa-dev] [PATCH 1/3] mesa: Restore GL_FOG_COORD_SRC on glPopAttrib(GL_FOG_BIT).

2013-02-05 Thread Kenneth Graunke
According to the OpenGL 2.1 specification, Table 6.11 (Coloring), GL_FOG_COORD_SRC is supposed to be in the fog attribute. NOTE: This is a candidate for stable branches. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/mesa/main/attrib.c | 1 + 1 file changed, 1 insertion(+) diff

Re: [Mesa-dev] [PATCH 1/3] mesa: Restore GL_FOG_COORD_SRC on glPopAttrib(GL_FOG_BIT).

2013-02-05 Thread Matt Turner
On Tue, Feb 5, 2013 at 11:09 PM, Kenneth Graunke kenn...@whitecape.org wrote: According to the OpenGL 2.1 specification, Table 6.11 (Coloring), GL_FOG_COORD_SRC is supposed to be in the fog attribute. NOTE: This is a candidate for stable branches. Signed-off-by: Kenneth Graunke