summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-03-13 04:34:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-03-13 04:34:32 +0000
commitd488af5b34e390a9b81dac96053bd45f34ffffff (patch)
tree760f31b9c03c4671b8a2179344cfb4420de4f29f /src/mesa/main/image.h
parent9a888bdc2a40fd329cbc68de1c465228a5c3887c (diff)
downloadexternal_mesa3d-d488af5b34e390a9b81dac96053bd45f34ffffff.zip
external_mesa3d-d488af5b34e390a9b81dac96053bd45f34ffffff.tar.gz
external_mesa3d-d488af5b34e390a9b81dac96053bd45f34ffffff.tar.bz2
added _mesa_image_image_stride()
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r--src/mesa/main/image.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h
index 12376f1..4b5d7ca 100644
--- a/src/mesa/main/image.h
+++ b/src/mesa/main/image.h
@@ -1,10 +1,10 @@
-/* $Id: image.h,v 1.17 2001/03/07 05:06:12 brianp Exp $ */
+/* $Id: image.h,v 1.18 2002/03/13 04:34:32 brianp 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"),
@@ -69,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 );