Module: Mesa Branch: mesa_7_7_branch Commit: 32305e3a9f9408922c34f06174aaa0d34cf72459 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32305e3a9f9408922c34f06174aaa0d34cf72459
Author: Jeremy Huddleston <[email protected]> Date: Thu Dec 24 09:20:33 2009 -0800 glxcmds: Fix comment about __DRI_ALLOCATE Signed-off-by: Jeremy Huddleston <[email protected]> --- src/glx/x11/glxcmds.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c index daa9076..d1c68dd 100644 --- 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 */ } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
