Mesa (master): svga: TEXLDL opcode dst/src register information is correct.

Michel Dänzer daenzer at kemper.freedesktop.org
Mon Jan 31 16:49:39 UTC 2011


Module: Mesa
Branch: master
Commit: 11c11ee0bc96c5b84f98c0223f52fa6d2b4fe5c8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11c11ee0bc96c5b84f98c0223f52fa6d2b4fe5c8

Author: Michel Dänzer <daenzer at vmware.com>
Date:   Fri Jan 28 16:09:04 2011 +0100

svga: TEXLDL opcode dst/src register information is correct.

---

 src/gallium/drivers/svga/svgadump/svga_shader_op.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/svga/svgadump/svga_shader_op.c b/src/gallium/drivers/svga/svgadump/svga_shader_op.c
index b40e24f..ad1549d 100644
--- a/src/gallium/drivers/svga/svgadump/svga_shader_op.c
+++ b/src/gallium/drivers/svga/svgadump/svga_shader_op.c
@@ -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,     },
 };
 




More information about the mesa-commit mailing list