[Mesa-dev] [PATCH 07/11] program: fix comment about the fog formula

2015-12-15 Thread Miklós Máté
--- src/mesa/program/prog_statevars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/program/prog_statevars.c b/src/mesa/program/prog_statevars.c index bdb335e..12490d0 100644 --- a/src/mesa/program/prog_statevars.c +++ b/src/mesa/program/prog_statevars.c @@ -474,7

Re: [Mesa-dev] [PATCH 07/11] program: fix comment about the fog formula

2015-12-15 Thread Ian Romanick
Yes... that matches the GL_ARB_fragment_program spec. This patch is Reviewed-by: Ian Romanick Assuming there are no objections, I'll push this in 24 hours. On 12/15/2015 03:05 PM, Miklós Máté wrote: > --- > src/mesa/program/prog_statevars.c | 2 +- > 1 file changed,