Unknown W. Brackets 386d51081c Optimize linked shader lookup in ApplyShader().
We already iterate all (skipping that with an if helps, though), and the
list of shaders in most games is pretty small.  Using a map is not gaining
much, and actually makes the whole thing slower.

Cuts from 9.84% time in Tales of Phantasia X (lots of flushes) to 1.85%.
2013-06-30 20:33:50 -07:00
..
2013-05-01 23:31:18 -07:00
2013-05-30 15:42:11 +02:00
2013-06-02 13:26:39 +10:00
2013-05-30 15:42:11 +02:00