From: Nicolai Haehnle Date: Sun, 18 Mar 2007 17:02:35 +0000 (-0600) Subject: fix assertion in read_depth_pixels() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=441f038748975d4e14ca3da7098045dd1013e531;p=mesa.git fix assertion in read_depth_pixels() --- diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c index 15dc8106b4a..c5524c06306 100644 --- a/src/mesa/swrast/s_readpix.c +++ b/src/mesa/swrast/s_readpix.c @@ -119,7 +119,7 @@ read_depth_pixels( GLcontext *ctx, && !biasOrScale && !packing->SwapBytes) { /* Special case: directly read 24-bit unsigned depth values. */ GLint j; - ASSERT(rb->InternalFormat == GL_DEPTH_COMPONENT32); + ASSERT(rb->InternalFormat == GL_DEPTH_COMPONENT24); ASSERT(rb->DataType == GL_UNSIGNED_INT); for (j = 0; j < height; j++, y++) { GLuint *dest = (GLuint *)