st/nine: Clarify some ff assignments
authorAxel Davy <davyaxel0@gmail.com>
Sat, 15 Sep 2018 11:48:45 +0000 (13:48 +0200)
committerAxel Davy <davyaxel0@gmail.com>
Tue, 25 Sep 2018 20:05:24 +0000 (22:05 +0200)
commit8c35fb02803f3a079e583aaad326cc97936d8e3b
tree21688b2392fdb4c5c645d56380696ee5662976d0
parent59aaeeb730859242f7c201976b05500a6af41544
st/nine: Clarify some ff assignments

colorarg0, etc are 3 bits wide.
Make the code more readable by adding an & 0x7
to further indicate we only remember the first 3 bits only.

The 4th bit is always 0,
and colorarg_b4, colorarg_b5, etc are used to store
the 5th and 6th bits.

Signed-off-by: Axel Davy <davyaxel0@gmail.com>
src/gallium/state_trackers/nine/nine_ff.c