Re: [Mesa-dev] [PATCH 1/3] mesa: remove _mesa_ prefix from some static functions

2014-02-09 Thread Ian Romanick
Series is Reviewed-by: Ian Romanick ian.d.roman...@intel.com Another nice clean-up would be to enable GL_KHR_debug on ES contexts. Then all of the 'if (!_mesa_is_desktop_gl(ctx)) goto invalid_enum_error;' noise could go away. Less code, more functionality. :) That might even be a good newbie

[Mesa-dev] [PATCH 1/3] mesa: remove _mesa_ prefix from some static functions

2014-02-07 Thread Brian Paul
--- src/mesa/main/errors.c | 50 ++-- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 28357e0..f84a3c1 100644 --- a/src/mesa/main/errors.c +++ b/src/mesa/main/errors.c @@ -346,9