TGSI's set of signed and unsigned integer opcodes is mostly complete and usable, but there is one important operation missing: loading an integer into the address register. Currently, the only way to do this is to use I2F followed by ARL. This is very counterproductive, since every driver has to convert the float back to an integer to use it as an address.
So, is there any reason not to add a UARL opcode to TGSI? Bryan _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev