Age | Commit message (Collapse) | Author |
|
|
|
|
|
The swizzle used to generate the "original" value from the value
stored in the parameter array happens before the swizzle specified in
the instruction. This fixes problems seen in progs/vp/vp-tris with arl-*.txt.
|
|
Use the type stored in the Parameters array to determine the layout
instead of the type in the instruction register field. Also, update
the instruction register field based on the parameter type.
This makes Google Earth work exactly like with Mesa master.
|
|
This still needs quite a bit of work, but a bunch of the programs in progs/vp
produce correct results.
|