Re: [Mesa-dev] [PATCH 2/4] glapi/hgl: remove the final user of _glapi_check_table()

2016-09-02 Thread Alexander von Gluck IV
August 30 2016 8:53 AM, "Emil Velikov" wrote: > On 25 August 2016 at 16:58, Emil Velikov wrote: > >> From: Emil Velikov >> >> The symbol is a no-op since, the EXTRA_DEBUG macro is not set in the >> build. Unused by !Haiku people/platforms since 2010 (commit >> a73c6540d9a7f6e26d8568ba2fc522cb

Re: [Mesa-dev] [PATCH 2/4] glapi/hgl: remove the final user of _glapi_check_table()

2016-08-30 Thread Emil Velikov
On 25 August 2016 at 16:58, Emil Velikov wrote: > From: Emil Velikov > > The symbol is a no-op since, the EXTRA_DEBUG macro is not set in the > build. Unused by !Haiku people/platforms since 2010 (commit > a73c6540d9a7f6e26d8568ba2fc522cb865f0a6c) while the Haiku C++ wrapper > has no obvious user

[Mesa-dev] [PATCH 2/4] glapi/hgl: remove the final user of _glapi_check_table()

2016-08-25 Thread Emil Velikov
From: Emil Velikov The symbol is a no-op since, the EXTRA_DEBUG macro is not set in the build. Unused by !Haiku people/platforms since 2010 (commit a73c6540d9a7f6e26d8568ba2fc522cb865f0a6c) while the Haiku C++ wrapper has no obvious users. Cc: Alexander von Gluck IV Signed-off-by: Emil Velikov