mesa: Update MESA_INFO to eliminate error
authorCourtney Goeltzenleuchter <courtney@lunarg.com>
Thu, 24 Oct 2013 19:13:57 +0000 (13:13 -0600)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Nov 2013 08:26:20 +0000 (00:26 -0800)
commitf56f875b8b72eda5abf124c8c4203b77b44b9670
treee950a27950630decade6c83c32e48217215e92aa
parent36c3faf4bf41d6618a3b0fcd565f4907a1633a40
mesa: Update MESA_INFO to eliminate error

If a user set MESA_INFO and the OpenGL application uses a
3.0 or later context then the MESA_INFO debug output will have
an error when it queries for extensions using the deprecated
enum GL_EXTENSIONS. Passing context argument allows code
to return extension list directly regardless of profile.
Commit title updated as recommended by Kenneth Graunke.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/context.c
src/mesa/main/debug.c
src/mesa/main/debug.h