mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.
authorPaul Berry <stereotype441@gmail.com>
Sat, 23 Feb 2013 16:09:27 +0000 (08:09 -0800)
committerPaul Berry <stereotype441@gmail.com>
Fri, 15 Mar 2013 16:25:46 +0000 (09:25 -0700)
commit827c074fb1e3c138363673896777009f96a76bd8
tree00784ac2cea83f1e2fd6401988786ab3a5ac2657
parenta6d807c86f9972335048ad21c33277385eec08e8
mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.

This paves the way for eliminating the gl_frag_attrib 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