Re: [Mesa-dev] [PATCH v2 3/8] mesa: rename GroupStackDepth to CurrentGroup
Reviewed-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH v2 3/8] mesa: rename GroupStackDepth to CurrentGroup
The variable is used as the actual index, rather than the size of the group stack - rename it to reflect that. Suggested-by: Ilia Mirkin Signed-off-by: Emil Velikov --- src/mesa/main/errors.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/