diff options
author | Brian Paul <[email protected]> | 2004-03-13 18:21:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-13 18:21:40 +0000 |
commit | 7a6b71ef2944bae1718e8167b2faaceb8422071c (patch) | |
tree | 3fb3435f3728f09486d455f6060f06dd42fe0e80 /src/mesa/main/image.h | |
parent | 5498e8b9f34718aba506421988116ccb1e5e3de7 (diff) |
Implementation of GL_EXT_pixel_buffer_object extension.
Note: extension may not be finalized yet - subject to change!
Note: implementation not fully suitable for h/w implementation yet.
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r-- | src/mesa/main/image.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index b3757a30fdc..ffe629e103f 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -35,9 +35,6 @@ #include "mtypes.h" -extern const struct gl_pixelstore_attrib _mesa_native_packing; - - extern void _mesa_swap2( GLushort *p, GLuint n ); |