i965: Reorganize brw_bits to match the order in brw_context.h.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 6 Jan 2013 01:14:59 +0000 (17:14 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 11 Feb 2013 23:54:07 +0000 (15:54 -0800)
commitb9c5997bb392a53d3787954b93da92ae5929daf8
tree8cde299088329e8958250ef02ec3e305c36f904a
parent0ac6d5a7fb58c4ca1f907b3fa4ba36b8f3b7e1f7
i965: Reorganize brw_bits to match the order in brw_context.h.

This reorders the "brw_bits" array in brw_state_upload.c to match the
order of the #defines in brw_context.h.

Otherwise, it's really hard to see if any are missing.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_state_upload.c