Define a re-usable vertex_info structure to describe vertex layouts.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 19:25:46 +0000 (13:25 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 19:25:46 +0000 (13:25 -0600)
commit690a9de40b20092ae9027dc52d7b26a48995bbff
tree40a0f141f5f30d458b347e934d1b565bc914552d
parentef7c25090074cb02f18acc905bca5f25a56bd021
Define a re-usable vertex_info structure to describe vertex layouts.

This also includes legacy #defines for VF_ATTRIB_*, FRAG_ATTRIB_*, etc tokens.
Those will go away eventually, but at least we no longer need vf/vf.h
src/mesa/pipe/draw/draw_vertex.h [new file with mode: 0644]