X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexutil.h;h=97e629cfb483321676251bd93c9026ab252bf13c;hb=263581bba4d61291c54313648063a30c47106f0b;hp=d9293ef8fef1d2dc0458bcad7e6844cc9ffb8869;hpb=2c3d34c905fa6b831a066afae83b938de05eb241;p=mesa.git diff --git a/src/mesa/main/texutil.h b/src/mesa/main/texutil.h index d9293ef8fef..97e629cfb48 100644 --- a/src/mesa/main/texutil.h +++ b/src/mesa/main/texutil.h @@ -1,4 +1,3 @@ -/* $Id: texutil.h,v 1.9 2001/03/18 08:53:50 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +23,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ @@ -64,9 +63,10 @@ _mesa_convert_texsubimage3d( GLint mesaFormat, * all aspect ratios). FIXME: Make this a subimage update as well... */ extern void -_mesa_rescale_teximage2d( const struct gl_texture_format *texFormat, +_mesa_rescale_teximage2d( GLuint bytesPerPixel, GLuint dstRowStride, GLint srcWidth, GLint srcHeight, GLint dstWidth, GLint dstHeight, const GLvoid *srcImage, GLvoid *dstImage ); + #endif