VirtualBox

Changeset 45207 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2013 12:33:45 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: workaround BlitFramebuffer host driver issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c

    r45201 r45207  
    10691069    if (srcY0 > srcY1)
    10701070    {
    1071         if (dstY0 > dstY1)
     1071        /* work around Intel driver bug on Linux host  */
     1072        if (1 || dstY0 > dstY1)
    10721073        {
    10731074            /* use srcY1 < srcY2 && dstY1 < dstY2 whenever possible to avoid GPU driver bugs */
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