Author :
Ryan C. Gordon
Date :
2015-02-17 22:59:56
Hash :f0c061d1 Message :glX HasExtension(): check for NULL ext string first.
It's slightly faster than failing later, after a strchr() call, since this
will get called multiple times with a NULL string if the system totally
fails elsewhere.