gallium: enable int64 on radeonsi, llvmpipe, softpipe
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 24 Jan 2017 20:22:32 +0000 (21:22 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 27 Jan 2017 09:19:48 +0000 (10:19 +0100)
commitc5e76a262a4246267bbbfa803aebeeb733388e11
treef3854d6cef27b1f957b0b778250cb183ee2eb79a
parent93dc5c1a06e4c7e1038e9adfc9349c3e8a1a0052
gallium: enable int64 on radeonsi, llvmpipe, softpipe

All of these have had support for the TGSI opcodes since before most of
the glsl compiler work landed.

Also update the docs accordingly, including the missing note about i965.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
docs/features.txt
docs/relnotes/17.1.0.html [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/radeonsi/si_pipe.c
src/gallium/drivers/softpipe/sp_screen.c