VirtualBox

Changeset 45217 in vbox for trunk/src/VBox/GuestHost/OpenGL


Ignore:
Timestamp:
Mar 27, 2013 7:18:46 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: allow enabling BlitFramebuffer glDrawXxx-based impl via env

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h

    r45201 r45217  
    265265
    266266/* */
     267/* BFB (BlitFramebuffer Blitter) flags
     268 * so far only CR_SERVER_BFB_ON_ALWAIS is supported and is alwais used if any flag is set */
     269#define CR_SERVER_BFB_DISABLED 0
     270#define CR_SERVER_BFB_ON_INVERTED_BLIT 1
     271#define CR_SERVER_BFB_ON_STRAIGHT_BLIT 2
     272#define CR_SERVER_BFB_ON_ALWAIS (CR_SERVER_BFB_ON_INVERTED_BLIT | CR_SERVER_BFB_ON_STRAIGHT_BLIT)
    267273
    268274typedef struct {
     
    322328    RTPOINT RootVrCurPoint;
    323329
     330    /* blitter so far used for working around host drivers BlitFramebuffer bugs
     331     * by implementing */
     332    uint32_t fBlitterMode;
    324333    CR_BLITTER Blitter;
    325334
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