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

Ian Romanick idr at kemper.freedesktop.org
Fri Nov 2 19:23:37 UTC 2012


Module: Mesa
Branch: 9.0
Commit: 8d00f077c9672ed2f00a1c67b688c82c3fc7d480
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d00f077c9672ed2f00a1c67b688c82c3fc7d480

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>
(cherry picked from commit a30d14635d5d55ce0e022b0b66770da32155a3d7)

---

 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 a4e76c1..9aae891 100644
--- a/src/glx/glxext.c
+++ b/src/glx/glxext.c
@@ -83,6 +83,7 @@ static /* const */ char *error_list[] = {
    "GLXBadPbuffer",
    "GLXBadCurrentDrawable",
    "GLXBadWindow",
+   "GLXBadProfileARB",
 };
 
 #ifdef GLX_USE_APPLEGL




More information about the mesa-commit mailing list