diff options
| -rw-r--r-- | src/mesa/main/image.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index df1527b47f..f9f2ed7307 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -154,6 +154,8 @@ _mesa_sizeof_type( GLenum type )  	 return sizeof(GLdouble);        case GL_HALF_FLOAT_ARB:  	 return sizeof(GLhalfARB); +      case GL_FIXED: +	 return sizeof(GLfixed);        default:           return -1;     } | 
