mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.
authorPaul Berry <stereotype441@gmail.com>
Fri, 22 Feb 2013 19:49:44 +0000 (11:49 -0800)
committerPaul Berry <stereotype441@gmail.com>
Fri, 15 Mar 2013 16:24:44 +0000 (09:24 -0700)
commit9e729a79b0d5c7f2bf42262d57f6e0994c625dbe
treeabfdcb31419b602c2a825333354cda512dfbcfc7
parent8a076c5f057468830ed8606af50aeaa4a231a079
mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.

This paves the way for eliminating the gl_vert_result enum entirely.

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
src/mesa/program/prog_print.c