VirtualBox

Ignore:
Timestamp:
Mar 31, 2010 12:57:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59577
Message:

crOpenGL: more code for multiscreen support

Location:
trunk/src/VBox/HostServices/SharedOpenGL/render
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c

    r27708 r27889  
    10341034    else if (pname == GL_REAL_RENDERER)
    10351035        return render_spu.ws.glGetString(GL_RENDERER);
     1036    else if (pname == GL_REAL_EXTENSIONS)
     1037        return render_spu.ws.glGetString(GL_EXTENSIONS);
    10361038#endif
    10371039    else
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c

    r27708 r27889  
    871871            }
    872872
    873             crDebug("MakeCurrent 0x%x, 0x%x", window->device_context, context->hRC);
     873            /*crDebug("MakeCurrent 0x%x, 0x%x", window->device_context, context->hRC);*/
    874874            if (!render_spu.ws.wglMakeCurrent(window->device_context, context->hRC))
    875875            {
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