From d1b1b372704c93a0672b78be11fc5ea92b828c27 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 8 Feb 2005 02:05:13 +0000 Subject: added missing prototype --- src/mesa/main/texstore.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/texstore.h') diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index a240bfe9d9..0b91f20e3a 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -2,7 +2,7 @@ * Mesa 3-D graphics library * Version: 6.3 * - * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -247,8 +247,15 @@ _mesa_validate_pbo_teximage(GLcontext *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, const char *funcName); +extern const GLvoid * +_mesa_validate_pbo_compressed_teximage(GLcontext *ctx, + GLsizei imageSize, const GLvoid *pixels, + const struct gl_pixelstore_attrib *packing, + const char *funcName); + extern void -_mesa_unmap_teximage_pbo(GLcontext *ctx, const struct gl_pixelstore_attrib *unpack); +_mesa_unmap_teximage_pbo(GLcontext *ctx, + const struct gl_pixelstore_attrib *unpack); #endif -- cgit v1.2.3