VirtualBox

Changeset 41929 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 27, 2012 4:06:41 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL,wddm/3d: create windows hidden initially to avoid flikering

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c

    r41481 r41929  
    18441844    GL_EXTCALL(glChromiumParameteriCR(GL_FLUSH_ON_THREAD_SWITCH_CR,  GL_TRUE));
    18451845#endif
     1846#if defined(VBOX_WITH_WDDM)
     1847    GL_EXTCALL(glChromiumParameteriCR(GL_HOST_WND_CREATED_HIDDEN,  GL_TRUE));
     1848#endif
     1849
    18461850    LEAVE_GL();
    18471851
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/wined3d_gl.h

    r41109 r41929  
    37823782/*report that the shared resource is no longer used by this context, the parameter value is a texture name*/
    37833783#define GL_RCUSAGE_TEXTURE_CLEAR_CR   0x8B2A
     3784/*configures host to create windows initially hidden*/
     3785#define GL_HOST_WND_CREATED_HIDDEN    0x8B2B
    37843786
    37853787typedef void (WINE_GLAPI *PGLFNCHROMIUMPARAMETERUCR)(GLenum param, GLint value);
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