tgsi/text: Don't use strncasecmp(), it breaks windows build.
authorMichal Krol <michal@vmware.com>
Tue, 15 Dec 2009 12:54:05 +0000 (13:54 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 15 Dec 2009 12:54:05 +0000 (13:54 +0100)
commitc1efa45e04124eff66c48493be50d2b66d248506
treebec9211bd62dc1d7fa67497827b913fcd6e72d78
parentf8135d545b5542ef33fabc92bcede2848e3e6b29
tgsi/text: Don't use strncasecmp(), it breaks windows build.

Also, break out of the for-loop when a matching property is found.
src/gallium/auxiliary/tgsi/tgsi_text.c