diff options
author | marha <marha@users.sourceforge.net> | 2011-04-06 20:33:32 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-04-06 20:33:32 +0000 |
commit | 704e01fc69ebf6302aa1876906805147248abdaa (patch) | |
tree | 55a4a5ffdf2d39f193d218785155a096966f30a6 /mesalib/src/mesa/main/texobj.h | |
parent | eaedc21febeadad4cf0e370f5d97e7bdb4470870 (diff) | |
download | vcxsrv-704e01fc69ebf6302aa1876906805147248abdaa.tar.gz vcxsrv-704e01fc69ebf6302aa1876906805147248abdaa.tar.bz2 vcxsrv-704e01fc69ebf6302aa1876906805147248abdaa.zip |
xserver libX11 libxcb mesa git update 6 Apr 2011
Diffstat (limited to 'mesalib/src/mesa/main/texobj.h')
-rw-r--r-- | mesalib/src/mesa/main/texobj.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mesalib/src/mesa/main/texobj.h b/mesalib/src/mesa/main/texobj.h index 09c738fda..0bad63867 100644 --- a/mesalib/src/mesa/main/texobj.h +++ b/mesalib/src/mesa/main/texobj.h @@ -52,14 +52,16 @@ _mesa_initialize_texture_object( struct gl_texture_object *obj, GLuint name, GLenum target );
extern void
-_mesa_delete_texture_object( struct gl_context *ctx, struct gl_texture_object *obj );
+_mesa_delete_texture_object( struct gl_context *ctx,
+ struct gl_texture_object *obj );
extern void
_mesa_copy_texture_object( struct gl_texture_object *dest,
const struct gl_texture_object *src );
extern void
-_mesa_clear_texture_object(struct gl_context *ctx, struct gl_texture_object *obj);
+_mesa_clear_texture_object(struct gl_context *ctx,
+ struct gl_texture_object *obj);
extern void
_mesa_reference_texobj(struct gl_texture_object **ptr,
|