[Mesa-dev] [PATCH 1/2] shared-glapi: implement _glapi_get_proc_name().
Kenneth Graunke
kenneth at whitecape.org
Tue Oct 23 23:33:39 PDT 2012
On 10/23/2012 12:37 PM, Paul Berry wrote:
> Previously this function was only implemented for non-shared-glapi
> builds. Since the function is only intended for debugging purposes we
> use a simple O(n) algorithm.
> ---
> src/mapi/mapi/mapi_glapi.c | 4 ++--
> src/mapi/mapi/stub.c | 22 ++++++++++++++++++++++
> src/mapi/mapi/stub.h | 3 +++
> 3 files changed, 27 insertions(+), 2 deletions(-)
These look like good changes but I don't really understand the
underlying code here.
For both:
Acked-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list