summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2013-02-23 08:28:18 -0800
committerPaul Berry <[email protected]>2013-03-15 09:25:57 -0700
commit10a131211ef18fa1d368dee394045df945dcbb6e (patch)
tree843962c13b6282be5fa0b9b3fa7f952d115887a6 /src/mesa/main/context.c
parent827c074fb1e3c138363673896777009f96a76bd8 (diff)
Get rid of _mesa_vert_result_to_frag_attrib().
Now that there is no difference between the enums that represent vertex outputs and fragment inputs, there's no need for a conversion function. But we still need to be able to detect when a given vertex output has no corresponding fragment input. So it is replaced by a new function, _mesa_varying_slot_in_fs(), which tells whether the given varying slot exists as an FS input or not. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Tested-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/context.c')
0 files changed, 0 insertions, 0 deletions