projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0c621
)
glx: Add GLXBadProfileARB to the error string list
author
Adam Jackson
<ajax@redhat.com>
Wed, 17 Oct 2012 18:34:53 +0000
(14:34 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 17 Oct 2012 19:12:14 +0000
(15:12 -0400)
Note: This is a candidate for the stable branches.
Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glx/glxext.c
patch
|
blob
|
history
diff --git
a/src/glx/glxext.c
b/src/glx/glxext.c
index 4d59a06c0b48757c9c7344e7f5850c9d7586b655..e55c1c17841c6ddf701ab2ef7e1d4987475b80b9 100644
(file)
--- 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