diff options
author | alanh <alanh> | 2003-03-25 13:59:38 +0000 |
---|---|---|
committer | alanh <alanh> | 2003-03-25 13:59:38 +0000 |
commit | 19d1a3367308d38f4cbb066d9c2c6bad1a77c920 (patch) | |
tree | 0e38b781156180422a3e1c6d856fd5f3091d9d27 /xc/include | |
parent | 6bc0de662716e8e22958fb480080a08a74b9e815 (diff) |
merge in rest of Mesa changes
merge radeon driver (this doesn't build - probably due to Mesa 5.1 import)
Diffstat (limited to 'xc/include')
-rw-r--r-- | xc/include/GL/glx.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xc/include/GL/glx.h b/xc/include/GL/glx.h index 6c4c47ef7..b02a237d8 100644 --- a/xc/include/GL/glx.h +++ b/xc/include/GL/glx.h @@ -166,6 +166,18 @@ typedef GLuint (* PFNGLXGETAGPOFFSETMESAPROC) (const GLvoid *pointer); #endif /* GLX_MESA_agp_offset */ +/* + * ???. GLX_ARB_render_texture + */ +#ifndef GLX_ARB_render_texture +#define GLX_ARB_render_texture 1 + +Bool glXBindTexImageARB( Display *dpy, GLXPbuffer pbuffer, int buffer ); +Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer ); +Bool glXDrawableAttribARB( Display *dpy, GLXDrawable draw, const int *attribList ); + +#endif + /*** Should these go here, or in another header? */ |