Symbian: Switch to GCC 4.7.3. Blackberry: Switch to GCC 4.8.2

This commit is contained in:
Sacha 2014-06-09 23:49:30 +10:00
parent 8bef7c64b1
commit e57ae29e4a
3 changed files with 3 additions and 4 deletions

View file

@ -551,7 +551,7 @@ void FramebufferManager::DrawActiveTexture(GLuint texture, float x, float y, flo
if (texture) {
// We know the texture, we can do a DrawTexture shortcut on nvidia.
#if !defined(__SYMBIAN32__) && !defined(MEEGO_EDITION_HARMATTAN) && !defined(IOS) && !defined(BLACKBERRY) && !defined(MAEMO)
#if !defined(IOS)
// Don't remember why I disabled this - no win?
if (false && gl_extensions.NV_draw_texture && !program) {
// Fast path for Tegra. TODO: Make this path work on desktop nvidia, seems GLEW doesn't have a clue.