Changeset 224 in flair-src for trunk/lib/FlairSimulator/src


Ignore:
Timestamp:
03/06/18 12:12:58 (6 years ago)
Author:
Sanahuja Guillaume
Message:

maj for armv5te

Location:
trunk/lib/FlairSimulator/src
Files:
12 added
1 edited

Legend:

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

    r166 r224  
    6969             "Intel Open Source Technology Center") == 0) {
    7070    //Thread::Warn("disabling cameras output for Intel card (bug with PBO)\n");
    71     Thread::Warn("camera output for Intel card may have bugs with PBO\n");
     71    Warn("camera output for Intel card may have bugs with PBO\n");
    7272    //disable_output = true;
    7373    disable_output = false;
     
    9494    use_pbo = false;
    9595    buffer = (char *)malloc(width * height * 3+sizeof(Time));
    96     Thread::Warn("GL_ARB_pixel_buffer_object is not suppoorted\n");
     96    Warn("GL_ARB_pixel_buffer_object is not suppoorted\n");
    9797  }
    9898  if (isGlExtensionSupported("GL_PACK_INVERT_MESA")) {
    9999    invert_pixel = false;
    100     Thread::Warn("GL_PACK_INVERT_MESA is supported\n");
     100    Warn("GL_PACK_INVERT_MESA is supported\n");
    101101  } else {
    102102    invert_pixel = true;
Note: See TracChangeset for help on using the changeset viewer.