VirtualBox

Ignore:
Timestamp:
Oct 17, 2014 2:50:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96607
Message:

Host 3D: reduce amount of debug logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c

    r51200 r53088  
    859859    cbRead = sizeof(GLsizei);
    860860
    861     crDebug("crStateGLSLProgramCacheUniforms: %i active uniforms", pProgram->cUniforms);
     861    //crDebug("crStateGLSLProgramCacheUniforms: %i active uniforms", pProgram->cUniforms);
    862862
    863863    if (pProgram->cUniforms)
     
    896896        pCurrent += cbName;
    897897
    898         crDebug("crStateGLSLProgramCacheUniforms: uniform[%i]=%d, %s", i, pProgram->pUniforms[i].location, pProgram->pUniforms[i].name);
     898        //crDebug("crStateGLSLProgramCacheUniforms: uniform[%i]=%d, %s", i, pProgram->pUniforms[i].location, pProgram->pUniforms[i].name);
    899899    }
    900900
     
    979979    CRASSERT(cbRead==cbData);
    980980}
    981 #else
     981#else /* IN_GUEST */
    982982static GLboolean crStateGLSLProgramCacheOneUniform(GLuint location, GLsizei cbName, GLchar *pName,
    983983                                                   char **pCurrent, GLsizei *pcbWritten, GLsizei maxcbData)
     
    991991    }
    992992
    993     crDebug("crStateGLSLProgramCacheUniforms: uniform[%i]=%s.", location, pName);
     993    //crDebug("crStateGLSLProgramCacheUniforms: uniform[%i]=%s.", location, pName);
    994994
    995995    ((GLint*)*pCurrent)[0] = location;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette