gallium/util: Fix parsing of options with underscore.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 27 Jun 2012 10:15:53 +0000 (11:15 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 27 Jun 2012 10:16:18 +0000 (11:16 +0100)
commitd1c5ea9207c5ce036fda123430c40364ab8de5af
tree8324cc3a5dee6be38d8b8b2c04f005c8a1bcd4b4
parent789436f1e07a68b632937d9f2101efc5e68f7499
gallium/util: Fix parsing of options with underscore.

For example

  GALLIVM_DEBUG=no_brilinear

which was being parsed as two options, "no" and "brilinear".
src/gallium/auxiliary/util/u_debug.c