summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2009-01-06 15:37:45 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2009-01-06 15:37:45 +0800
commitf1f022dbb103947b0edf5ae984fcff00f6a8e539 (patch)
treead3fce7397baf8c23a38c2a9b9c90733862750be /src/mesa/main/image.c
parent241c0bfc985363bb15e6cc0eca859c6ec36d1b35 (diff)
mesa: Fix the size per pixel for packed pixel format data type.
Diffstat (limited to 'src/mesa/main/image.c')
-rw-r--r--src/mesa/main/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c
index c205b4b766..4d86c54777 100644
--- a/src/mesa/main/image.c
+++ b/src/mesa/main/image.c
@@ -61,7 +61,7 @@
/**
* \return GL_TRUE if type is packed pixel type, GL_FALSE otherwise.
*/
-static GLboolean
+GLboolean
_mesa_type_is_packed(GLenum type)
{
switch (type) {