OSDN Git Service

radeonsi: fix signature of export intrinsic in VS epilog
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 31 Oct 2016 10:36:35 +0000 (11:36 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 3 Nov 2016 09:06:33 +0000 (10:06 +0100)
commit4ada1dabc4792918ce59224d27bef29c106ca0ca
tree37111cca9d2a5536f70eb421fc9d30cad5335416
parent899b2f24a4a6e1a8845e9b9000e51b8857706413
radeonsi: fix signature of export intrinsic in VS epilog

The incompatible signature becomes an issue when the VS epilog gets merged
with the main vertex shader at the IR level.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_shader.c