diff options
author | Nicolas Kaiser <[email protected]> | 2011-04-10 09:58:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-10 09:58:53 -0600 |
commit | ae5776c41f12515bb73c07ee2a0aed56cdd1a1ef (patch) | |
tree | 01a61931487b8612b332b6d35275c259de250a02 /docs/MESA_release_buffers.spec | |
parent | 74559abbef5e5bcd3dbe1b8bbb8a39391a8a8671 (diff) |
docs: fix typos in Mesa specs
Signed-off-by: Nicolas Kaiser <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/MESA_release_buffers.spec')
-rw-r--r-- | docs/MESA_release_buffers.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/MESA_release_buffers.spec b/docs/MESA_release_buffers.spec index 8db9350d831..52d1e5a9c7c 100644 --- a/docs/MESA_release_buffers.spec +++ b/docs/MESA_release_buffers.spec @@ -31,12 +31,12 @@ Overview Mesa's implementation of GLX is entirely implemented on the client side. Therefore, Mesa cannot immediately detect when an X window or pixmap is - destroyed in order to free any ancilliary data associated with the window + destroyed in order to free any ancillary data associated with the window or pixmap. The glxMesaReleaseBuffers() function can be used to explicitly indicate - when the back color buffer, depth buffer, stencil buffer, and/or accum- - ulation buffer associated with a drawable can be freed. + when the back color buffer, depth buffer, stencil buffer, and/or accumu- + lation buffer associated with a drawable can be freed. IP Status @@ -60,7 +60,7 @@ Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) Bool glXReleaseBuffersMESA( Display *dpy, GLXDrawable d ); - causes all software ancilliary buffers (back buffer, depth, stencil, + causes all software ancillary buffers (back buffer, depth, stencil, accum, etc) associated with the named drawable to be immediately deallocated. True is returned if <d> is a valid Mesa GLX drawable, else False is returned. After calling glXReleaseBuffersMESA, the |