Ignore:
Timestamp:
02/09/17 09:15:38 (7 years ago)
Author:
Sanahuja Guillaume
Message:

pbo with intel card seems ok now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSimulator/src/SimuCameraGL.cpp

    r15 r132  
    7070  if (strcmp((char *)glGetString(GL_VENDOR),
    7171             "Intel Open Source Technology Center") == 0) {
    72     Thread::Warn("disabling cameras output for Intel card (bug with PBO)\n");
    73     disable_output = true;
     72    //Thread::Warn("disabling cameras output for Intel card (bug with PBO)\n");
     73    Thread::Warn("camera output for Intel card may have bugs with PBO\n");
     74    //disable_output = true;
     75    disable_output = false;
    7476  } else {
    7577    disable_output = false;
Note: See TracChangeset for help on using the changeset viewer.