mesa: update packed format layout comments
authorBrian Paul <brianp@vmware.com>
Fri, 28 Feb 2014 17:53:59 +0000 (10:53 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 3 Mar 2014 20:08:58 +0000 (13:08 -0700)
commit657436da7ee7a7005e25d90092cd5bda2b7d43bd
tree3fdabd0061e1ff1227c5bf8f2e3f1b7dd462c600
parent837da9bdaec2b4496c6d25ea0379f8c2996ed697
mesa: update packed format layout comments

Update the comments for the packed formats to accurately reflect the
layout of the bits in the pixel.  For example, for the packed format
MESA_FORMAT_R8G8B8A8, R is in the least significant position while A
is in the most-significant position of the 32-bit word.

v2: also fix MESA_FORMAT_A1B5G5R5_UNORM, per Roland.
src/mesa/main/formats.h