diff options
author | Paul Berry <[email protected]> | 2013-02-23 08:28:18 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-03-15 09:25:57 -0700 |
commit | 10a131211ef18fa1d368dee394045df945dcbb6e (patch) | |
tree | 843962c13b6282be5fa0b9b3fa7f952d115887a6 /src/mesa/main/context.c | |
parent | 827c074fb1e3c138363673896777009f96a76bd8 (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