tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)
authorDave Airlie <airlied@redhat.com>
Thu, 9 Jun 2016 00:18:42 +0000 (10:18 +1000)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 21 Sep 2016 08:24:11 +0000 (10:24 +0200)
commit6b26039da3deb3950d9798150d5431cb942f5637
treeb987ad31611f35a740760b86ef390fc622820be7
parent3985e6c044fabce276e137edfc2c99b91fd5b80f
tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)

This adds all the opcodes to tgsi_exec for softpipe to use.

v2: add conversion opcodes.
v3:
- no PIPE_CAP_INT64 yet
- change TGSI_OPCODE_I2U64 to TGSI_OPCODE_U2I64

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c