VirtualBox

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


Ignore:
Timestamp:
Sep 21, 2012 2:01:32 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80881
Message:

wined3d/wddm: use VBO for sysmem buffers

File:
1 edited

Legend:

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

    r40388 r43398  
    15041504        TRACE("Not creating a vbo because GL_ARB_vertex_buffer is not supported\n");
    15051505    }
     1506#ifndef VBOX_WITH_WDDM
    15061507    else if(buffer->resource.pool == WINED3DPOOL_SYSTEMMEM)
    15071508    {
     
    15121513        TRACE("Not creating a vbo because the buffer has dynamic usage and no GL support\n");
    15131514    }
     1515#endif
    15141516    else
    15151517    {
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