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

Author: Adam Jackson <[email protected]>
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 <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>

---

 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to