diff options
author | Marek Olšák <[email protected]> | 2014-09-18 21:03:24 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-09-24 14:48:02 +0200 |
commit | 6cfedf8797f0ee3dd7c8cf9f28ee2c2b2d0eb2dc (patch) | |
tree | 4f1449b62d45410cdf2c4d23b30a5ee252cd3146 /src/getopt | |
parent | 77038cd35ab94f2574925343149943cbef632b2b (diff) |
st/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC/VARi to TGSI GENERIC[i]
Generic varyings in TGSI were based on the value of VARYING_SLOT_TEX0, so VAR0
was always GENERIC[22] (with tessellation patches). Some drivers might not
be able to cope with that.
This commit defines a proper mapping, so that PNTC is GENERIC[8] and VAR0 is
GENERIC[9].
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/getopt')
0 files changed, 0 insertions, 0 deletions