Displaying 1 result from an estimated 1 matches for "numsysv".
Did you mean:
ntsysv
2012 May 06
1
[mesa PATCH] nv50: handle VP without inputs
...// draw it. HW will shout at us and won't draw anything if we don't enable
+ // any input, so let's just pretend it's the first one.
+ if (info->numInputs == 0)
+ prog->vp.attrs[0] |= 0xf;
+
prog->in_nr = info->numInputs;
for (i = 0; i < info->numSysVals; ++i) {
--
1.7.8.5