Commit f0c061d141d014031c0962a828344fdfc4c91c32

Ryan C. Gordon 2015-02-17T22:59:56

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.