nv50,nvc0: implement blit
[mesa.git] / src / gallium / drivers / svga / svgadump / svga_shader_op.c
index b40e24f8927240b4b3b04e4f67c88237f79797e9..ad1549d9f81fc1e7cc7e6e7a385bd306c6b0510b 100644 (file)
@@ -136,7 +136,7 @@ static struct sh_opcode_info opcode_info[] =
    { "dsy",          1, 1, 0, 0, SVGA3DOP_INVALID,     },
    { "texldd",       1, 4, 0, 0, SVGA3DOP_INVALID,     },
    { "setp",         1, 2, 0, 0, SVGA3DOP_SETP,        },
-   { "texldl",       1, 2, 0, 0, SVGA3DOP_INVALID,     },
+   { "texldl",       1, 2, 0, 0, SVGA3DOP_TEXLDL,      },
    { "breakp",       0, 1, 0, 0, SVGA3DOP_INVALID,     },
 };