From 09298228c64f14b6c74588a89f70b0de4d1ac6a4 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 15 Feb 2005 08:40:24 +0000 Subject: add EnableExtension so r200 enables all its extensions, add mesa memory extension entry points --- include/GL/miniglx.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/GL') diff --git a/include/GL/miniglx.h b/include/GL/miniglx.h index 1a6304f6ba..4af7ec1141 100644 --- a/include/GL/miniglx.h +++ b/include/GL/miniglx.h @@ -440,6 +440,19 @@ glXChooseFBConfig( Display *dpy, int screen, const int *attribList, extern XVisualInfo * glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ); +extern void *glXAllocateMemoryMESA(Display *dpy, int scrn, + size_t size, float readFreq, + float writeFreq, float priority); + +extern void glXFreeMemoryMESA(Display *dpy, int scrn, void *pointer); + +extern GLuint glXGetMemoryOffsetMESA( Display *dpy, int scrn, + const void *pointer ); +/*@}*/ + +extern void +__glXScrEnableExtension( void *, const char * name ); + /*@}*/ -- cgit v1.2.3