projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d95544
)
glxcmds: Fix comment about __DRI_ALLOCATE
author
Jeremy Huddleston
<jeremyhu@freedesktop.org>
Thu, 24 Dec 2009 17:20:33 +0000
(09:20 -0800)
committer
Jeremy Huddleston
<jeremyhu@freedesktop.org>
Sun, 3 Jan 2010 13:58:13 +0000
(08:58 -0500)
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
src/glx/x11/glxcmds.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/glxcmds.c
b/src/glx/x11/glxcmds.c
index daa9076471a0ac27f2fa8817265fa1ef7616c661..d1c68dd02e1bd359f3f7605c40a2fa533cef9454 100644
(file)
--- a/
src/glx/x11/glxcmds.c
+++ b/
src/glx/x11/glxcmds.c
@@
-2575,7
+2575,7
@@
glXAllocateMemoryMESA(Display * dpy, int scrn,
(void) readFreq;
(void) writeFreq;
(void) priority;
-#endif /*
GLX_DIRECT_RENDERING
*/
+#endif /*
__DRI_ALLOCATE
*/
return NULL;
}
@@
-2594,7
+2594,7
@@
glXFreeMemoryMESA(Display * dpy, int scrn, void *pointer)
(void) dpy;
(void) scrn;
(void) pointer;
-#endif /*
GLX_DIRECT_RENDERING
*/
+#endif /*
__DRI_ALLOCATE
*/
}