Re: [Mesa-dev] [PATCH] glsl: Implement the GL_ARB_conservative_depth extension.

2011-08-09 Thread Kenneth Graunke
On 08/09/2011 03:33 PM, Ian Romanick wrote: > On 08/09/2011 10:59 AM, Kenneth Graunke wrote: >> It's the same as GL_AMD_conservative_depth. The specs have slight >> differences in wording, but don't differ in content or behavior. > >> Signed-off-by: Kenneth Graunke > > Why do you add ARB_conser

Re: [Mesa-dev] [PATCH] glsl: Implement the GL_ARB_conservative_depth extension.

2011-08-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/09/2011 10:59 AM, Kenneth Graunke wrote: > It's the same as GL_AMD_conservative_depth. The specs have slight > differences in wording, but don't differ in content or behavior. > > Signed-off-by: Kenneth Graunke Why do you add ARB_conservative

[Mesa-dev] [PATCH] glsl: Implement the GL_ARB_conservative_depth extension.

2011-08-09 Thread Kenneth Graunke
It's the same as GL_AMD_conservative_depth. The specs have slight differences in wording, but don't differ in content or behavior. Signed-off-by: Kenneth Graunke --- docs/GL3.txt|2 +- src/glsl/glsl_parser.yy |4 ++-- src/glsl/glsl_parser_extras.cpp |1 +