r600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER_CAP_PREFERRED_IR
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 9 Feb 2018 01:01:04 +0000 (12:01 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 9 Feb 2018 23:59:10 +0000 (10:59 +1100)
commit73f1d6f0c1030d90bf022333def69b4324c0e4ae
tree5dbd107b600c4e21d855c013e3011f9b32d24cbb
parent51f484bb44f2341d41dbce964d76549cd1a045cb
r600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER_CAP_PREFERRED_IR

We now use PIPE_SHADER_CAP_SUPPORTED_IRS to check for native support
in clover.

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