added: BGRA texture checks for GLES
authortheuni <theuni-nospam-@xbmc.org>
Sat, 9 Jul 2011 15:26:36 +0000 (11:26 -0400)
committertheuni <theuni-nospam-@xbmc.org>
Sun, 10 Jul 2011 04:16:34 +0000 (00:16 -0400)
commit12e2f127d44a164acc19e370ab68e8f754305f82
tree1f1181cce66691e0dbbd574a84ead4b7ebd87f7e
parent03a371e41442f37bb6db9db358237b05a27cc1fb
added: BGRA texture checks for GLES

Apple uses a different string so we need to check for both. In addition,
Apple's usage is different, so it's not sufficient to return true if
either is found.
xbmc/rendering/RenderSystem.cpp
xbmc/rendering/RenderSystem.h
xbmc/rendering/gles/RenderSystemGLES.cpp