Changeset 53088 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c
- Timestamp:
- Oct 17, 2014 2:50:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c
r52430 r53088 1972 1972 1973 1973 gl->GetIntegerv(GL_CURRENT_PROGRAM, &pid); 1974 crDebug("pid %i, state: id %i, hwid %i", pid, ctx->glsl.activeProgram->id, ctx->glsl.activeProgram->hwid);1974 //crDebug("pid %i, state: id %i, hwid %i", pid, ctx->glsl.activeProgram->id, ctx->glsl.activeProgram->hwid); 1975 1975 if (pid != ctx->glsl.activeProgram->hwid) 1976 1976 {
Note:
See TracChangeset
for help on using the changeset viewer.