From: Brian Date: Thu, 9 Aug 2007 07:47:05 +0000 (+0100) Subject: fix byte swap bug for GLint stencil indexes (bug 11909) X-Git-Tag: android-x86-1.6~1861^2~177 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=48c37a29fa527aabcec76731de0bee508869e835;p=android-x86%2Fexternal-mesa.git fix byte swap bug for GLint stencil indexes (bug 11909) --- diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 9760e5f8d24..347cec66ef4 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -3794,7 +3794,7 @@ _mesa_pack_stencil_span( const GLcontext *ctx, GLuint n, GLint *dst = (GLint *) dest; GLuint i; for (i=0;iSwapBytes) { _mesa_swap4( (GLuint *) dst, n );