diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c index f3a0d109adf..b9c93510379 100644 --- a/src/mesa/main/readpix.c +++ b/src/mesa/main/readpix.c @@ -230,8 +230,7 @@ fast_read_rgba_pixels_memcpy( struct gl_context *ctx, return GL_FALSE; /* check for things we can't handle here */ - if (packing->SwapBytes || - packing->LsbFirst) { + if (packing->SwapBytes) { return GL_FALSE; }