Changeset 41929 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 27, 2012 4:06:41 PM (12 years ago)
- 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 1844 1844 GL_EXTCALL(glChromiumParameteriCR(GL_FLUSH_ON_THREAD_SWITCH_CR, GL_TRUE)); 1845 1845 #endif 1846 #if defined(VBOX_WITH_WDDM) 1847 GL_EXTCALL(glChromiumParameteriCR(GL_HOST_WND_CREATED_HIDDEN, GL_TRUE)); 1848 #endif 1849 1846 1850 LEAVE_GL(); 1847 1851 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/wined3d_gl.h
r41109 r41929 3782 3782 /*report that the shared resource is no longer used by this context, the parameter value is a texture name*/ 3783 3783 #define GL_RCUSAGE_TEXTURE_CLEAR_CR 0x8B2A 3784 /*configures host to create windows initially hidden*/ 3785 #define GL_HOST_WND_CREATED_HIDDEN 0x8B2B 3784 3786 3785 3787 typedef void (WINE_GLAPI *PGLFNCHROMIUMPARAMETERUCR)(GLenum param, GLint value);
Note:
See TracChangeset
for help on using the changeset viewer.