diff options
author | Eric Anholt <[email protected]> | 2014-08-05 13:33:50 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-08-08 18:59:47 -0700 |
commit | bf542cd37286decbd9fc0c939007b82176e16a81 (patch) | |
tree | f717868260caf74de1d282d070d41b99b9ba110e /src/gallium/drivers/vc4/vc4_qpu_emit.c | |
parent | 399285403a5c1c730877b9d196a1f47670f4be46 (diff) |
vc4: Add support for the TGSI TRUNC opcode.
v2: Rebase on helpers.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qpu_emit.c')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_qpu_emit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qpu_emit.c b/src/gallium/drivers/vc4/vc4_qpu_emit.c index fff086e26e9..847f9babb25 100644 --- a/src/gallium/drivers/vc4/vc4_qpu_emit.c +++ b/src/gallium/drivers/vc4/vc4_qpu_emit.c @@ -249,6 +249,7 @@ vc4_generate_code(struct qcompile *c) A(FMINABS), A(FMAXABS), A(FTOI), + A(ITOF), M(FMUL), }; |