VirtualBox

Changeset 48680 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Sep 25, 2013 12:46:52 PM (11 years ago)
Author:
vboxsync
Message:

wined3d: fix google earth browser plugin rendering

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/Makefile.kmk

    r48611 r48680  
    175175        VBOX_WITH_WINE_FIX_SHADERCLEANUP \
    176176        VBOX_WITH_WINE_FIX_SURFUPDATA \
     177        VBOX_WITH_WINE_FIX_CURVBO \
    177178        VBOX_WITH_WINE_DBG
    178179#wined3d_DEFS        += VBOX_WITH_WINE_FIXES
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/state.c

    r48345 r48680  
    41854185            {
    41864186                ptr += (ULONG_PTR)buffer_get_sysmem(stream->buffer, gl_info);
     4187#ifdef VBOX_WITH_WINE_FIX_CURVBO
     4188                /* we need to invalidate the curVBO state, since buffer_get_sysmem maay change the current buffer */
     4189                curVBO = gl_info->supported[ARB_VERTEX_BUFFER_OBJECT] ? ~0U : 0;
     4190#endif
    41874191            }
    41884192
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