Mesa (master): glx: Add GLXBadProfileARB to the error string list

Adam Jackson ajax at kemper.freedesktop.org
Wed Oct 17 19:13:02 UTC 2012


Module: Mesa
Branch: master
Commit: a30d14635d5d55ce0e022b0b66770da32155a3d7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a30d14635d5d55ce0e022b0b66770da32155a3d7

Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 17 14:34:53 2012 -0400

glx: Add GLXBadProfileARB to the error string list

Note: This is a candidate for the stable branches.

Reviewed-by: Brian Paul <brianp at vmware.com>
Signed-off-by: Adam Jackson <ajax at redhat.com>

---

 src/glx/glxext.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index 4d59a06..e55c1c1 100644
--- a/src/glx/glxext.c
+++ b/src/glx/glxext.c
@@ -81,6 +81,7 @@ static /* const */ char *error_list[] = {
    "GLXBadPbuffer",
    "GLXBadCurrentDrawable",
    "GLXBadWindow",
+   "GLXBadProfileARB",
 };
 
 #ifdef GLX_USE_APPLEGL




More information about the mesa-commit mailing list