VirtualBox

Ignore:
Timestamp:
Aug 4, 2014 12:00:49 PM (10 years ago)
Author:
vboxsync
Message:

crOpenGL/glx: enable present on main thread

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/VBox

  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c

    r51442 r52261  
    19741974}
    19751975
     1976#define CR_RENDER_FORCE_PRESENT_MAIN_THREAD
     1977
    19761978void renderspu_SystemVBoxPresentComposition( WindowInfo *window, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry )
    19771979{
     
    20052007        if (!status)
    20062008        {
    2007             Assert(0);
    2008             crWarning("XSendEvent returned null");
     2009            WARN(("XSendEvent returned null"));
    20092010        }
    20102011        XFlush(render_spu.pCommunicationDisplay);
     
    20142015    {
    20152016        /* this is somewhat we do not expect */
    2016         crWarning("renderspuVBoxCompositorTryAcquire failed rc %d", rc);
     2017        WARN(("renderspuVBoxCompositorTryAcquire failed rc %d", rc));
    20172018    }
    20182019#endif
Note: See TracChangeset for help on using the changeset viewer.

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