diff options
Diffstat (limited to 'xc/extras/Mesa/src/image.h')
-rw-r--r-- | xc/extras/Mesa/src/image.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/image.h b/xc/extras/Mesa/src/image.h index de1546a27..807973596 100644 --- a/xc/extras/Mesa/src/image.h +++ b/xc/extras/Mesa/src/image.h @@ -1,9 +1,10 @@ +/* $Id: image.h,v 1.14.4.1 2003/03/30 04:50:18 ldelgass Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 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"), @@ -68,6 +69,11 @@ _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing, GLint width, GLenum format, GLenum type ); +extern GLint +_mesa_image_image_stride( const struct gl_pixelstore_attrib *packing, + GLint width, GLint height, + GLenum format, GLenum type ); + extern void _mesa_unpack_polygon_stipple( const GLubyte *pattern, GLuint dest[32], const struct gl_pixelstore_attrib *unpacking ); |