VirtualBox

Changeset 65572 in vbox


Ignore:
Timestamp:
Feb 1, 2017 4:02:34 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113224
Message:

bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams support feasibility

Fix glXChooseFBConfig not to bail out if GLX_BUFFER_SIZE is requested, as this is ignored according to the specification for RGBA rendering, which is the only type that we support. This lets glmark2 run for a bit until it exits due to a missing glGenerateMipmap symbol which is only core as of OpenGL 3.0. We get a number of assersions in CrFbEntryRegionsSet() on the host in-between: Assert(!hEntry->Flags.fInList).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/glx.c

    r65563 r65572  
    852852
    853853            case GLX_BUFFER_SIZE:
    854                 /* this is for color-index visuals, which we don't support */
    855                 goto err_exit;
     854                /* this is ignored except for color-index visuals, which we don't support */
    856855                attrib++;
    857856                break;
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