mtypes.h: Add new gl_varying_slot enum, and bitfield defines.
authorPaul Berry <stereotype441@gmail.com>
Fri, 22 Feb 2013 19:32:54 +0000 (11:32 -0800)
committerPaul Berry <stereotype441@gmail.com>
Fri, 15 Mar 2013 16:24:34 +0000 (09:24 -0700)
commit8a076c5f057468830ed8606af50aeaa4a231a079
treec87362fad503ab3eec750ee35f1c6a06ad9a49c1
parent6bec74bfd98e2f9c090c550c18c02f71ea80d04e
mtypes.h: Add new gl_varying_slot enum, and bitfield defines.

Future patches will make use of the enum.  It will eventually take the
place of the existing enums gl_vert_result, gl_geom_attrib,
gl_geom_result, and gl_frag_attrib, all of which represent essentially
the same information but using inconsistent values.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Brian Paul <brianp@vmware.com>
src/mesa/main/mtypes.h