diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-23 17:34:47 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-23 17:34:47 +0000 |
commit | dd18a4f335984081ccf5c2145b7983168ab3e074 (patch) | |
tree | 48450d71c6f6d80b9969df8bd043fb13776c4905 /docs/MESA_pixmap_colormap.spec | |
parent | 4ec13a48b186c92c293fce8d7f6e071b8586dba8 (diff) |
updated with version numbers, edits from Jon Leech
Diffstat (limited to 'docs/MESA_pixmap_colormap.spec')
-rw-r--r-- | docs/MESA_pixmap_colormap.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/MESA_pixmap_colormap.spec b/docs/MESA_pixmap_colormap.spec index 63e9df9c91..56a2c7c82b 100644 --- a/docs/MESA_pixmap_colormap.spec +++ b/docs/MESA_pixmap_colormap.spec @@ -1,10 +1,10 @@ Name - MESA_copy_sub_buffer + MESA_pixmap_colormap Name Strings - GLX_MESA_copy_sub_buffer + GLX_MESA_pixmap_colormap Contact @@ -20,7 +20,7 @@ Version Number - ??? + 216 Dependencies @@ -50,7 +50,7 @@ Issues New Procedures and Functions GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual, - Pixmap pixmap, Colormap cmap ); + Pixmap pixmap, Colormap cmap ); New Tokens @@ -66,8 +66,8 @@ Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) The function - GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual, - Pixmap pixmap, Colormap cmap ); + GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual, + Pixmap pixmap, Colormap cmap ); allows one to create a GLXPixmap with a specific colormap. The image rendered into the pixmap may then be copied to a window (which uses the |