mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
authorBrian Paul <brianp@vmware.com>
Fri, 13 Jan 2012 16:41:35 +0000 (09:41 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 13 Jan 2012 16:51:28 +0000 (09:51 -0700)
commitb0af16abf1153da243b856e55f59ca1945860f47
tree48a13bc5d977f747ecf13dbf15d451669b79be51
parent540a8b2cfdedbf5a635f33c720aa795fae74e08b
mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()

The AL44 format occupies one byte, not two.

NOTE: This is a candidate for the 8.0 branch.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/mesa/main/format_pack.c