diff options
author | Ben Skeggs <darktama@iinet.net.au> | 2006-06-03 16:37:46 +0000 |
---|---|---|
committer | Ben Skeggs <darktama@iinet.net.au> | 2006-06-03 16:37:46 +0000 |
commit | ac9d1ecec2ad5f55742fa1ccc4853f560ca7fcd9 (patch) | |
tree | e996520d48e05ba8fd6c1332e895856780e27e97 | |
parent | 5411b96c5fc9b50ca4cd1ae61eb9d8b00fe5ff9a (diff) |
Another TODO, so I don't forget..
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv40_vtxprog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv40_vtxprog.c b/src/mesa/drivers/dri/nouveau/nv40_vtxprog.c index 582bf65ea0..43909725df 100644 --- a/src/mesa/drivers/dri/nouveau/nv40_vtxprog.c +++ b/src/mesa/drivers/dri/nouveau/nv40_vtxprog.c @@ -16,6 +16,7 @@ * - Handle ARB_position_invarient * - Relative register addressing * - Implement any missing instructions + * - Fix scalar instructions (the other "writemask") */ static int t_dst_mask(int mask); |