From: Brian Paul Date: Thu, 30 Mar 2000 18:37:32 +0000 (+0000) Subject: fixed typos in generate_lookup_tables() X-Git-Tag: 062012170305~28227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aed8a96ef22f29b29315c14af6e2148bb9e2bbda;p=profile%2Fivi%2Fmesa.git fixed typos in generate_lookup_tables() --- diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c index c3fca54..67805c8 100644 --- a/src/mesa/main/texutil.c +++ b/src/mesa/main/texutil.c @@ -1281,7 +1281,7 @@ generate_lookup_tables(void) A4R4G4B4toRed[i] = r; A4R4G4B4toGreen[i] = g; A4R4G4B4toBlue[i] = b; - A4R4G4B4toAlpha[i] = b; + A4R4G4B4toAlpha[i] = a; } for (i = 0; i <= 0xffff; i++) { @@ -1296,7 +1296,7 @@ generate_lookup_tables(void) A1R5G5B5toRed[i] = r; A1R5G5B5toGreen[i] = g; A1R5G5B5toBlue[i] = b; - A1R5G5B5toAlpha[i] = b; + A1R5G5B5toAlpha[i] = a; } }