r300: Added a TODO comment for the MAD opcodes.
authorOliver McFadden <z3ro.geek@gmail.com>
Thu, 28 Feb 2008 10:13:29 +0000 (10:13 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Sat, 1 Mar 2008 06:33:07 +0000 (06:33 +0000)
src/mesa/drivers/dri/r300/r300_vertprog.c

index bbe42af..35fa3da 100644 (file)
@@ -32,6 +32,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * \author Oliver McFadden <z3ro.geek@gmail.com>
  *
+ * \todo A VE_MULTIPLY_ADD or VE_MULTIPLYX2_ADD opcode with all 3 source
+ * operands using unique PVS_REG_TEMPORARY vector addresses requires special
+ * handling, which is currently not implemented!
+ *
  * For a description of the vertex program instruction set see r300_reg.h.
  */