nine: Drop use of TGSI_OPCODE_CND.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 20 Nov 2014 22:25:30 +0000 (14:25 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 24 Nov 2014 22:56:22 +0000 (14:56 -0800)
commit925cb75f894c312478e3e2f4124d2913c4d969ab
treeb163afb21ac29282f27b8e332a0cba9e02ca1a40
parent56fd7c63617ae9ec0f795c9685a89f54073cb0ea
nine: Drop use of TGSI_OPCODE_CND.

This was the only state tracker emitting it, and hardware was just having
to lower it anyway (or failing to lower it at all).

v2: Extracted from a larger patch by Jose (which also dropped DP2A), fixed
    to actually not reference TGSI_OPCODE_CND.  Change by anholt.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: David Heidelberg <david@ixit.cz>
src/gallium/state_trackers/nine/nine_shader.c