mark ARL operand as scalar (Roland Scheidegger)
authorTilman Sauerbeck <tilman@freedesktop.org>
Thu, 8 Jun 2006 21:12:21 +0000 (21:12 +0000)
committerTilman Sauerbeck <tilman@freedesktop.org>
Thu, 8 Jun 2006 21:12:21 +0000 (21:12 +0000)
src/mesa/drivers/dri/r300/r300_vertexprog.c

index 63d61f1995e1a3145000839b8a78c72722da6a0f..164b9220d1053b3fdeb7ae235a4d8804f68f1988 100644 (file)
@@ -60,7 +60,7 @@ static struct{
 }op_names[]={
        OPN(ABS, 1),
        OPN(ADD, 2),
-       OPN(ARL, 1),
+       OPN(ARL, 1|SCALAR_FLAG),
        OPN(DP3, 2),
        OPN(DP4, 2),
        OPN(DPH, 2),