VirtualBox

Ignore:
Timestamp:
Jun 24, 2013 2:30:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86685
Message:

wddm/crOpenGL: r0-based visible regions handling, r0-based chromium commands submission debugged, more on new presentation mechanism, cleanup, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_misc.c

    r27091 r46757  
    7575    cr_unpackDispatch.GetPixelMapusv( map, values );
    7676}
     77
     78void crUnpackExtendVBoxTexPresent(void)
     79{
     80    GLuint texture = READ_DATA( 8, GLuint );
     81    GLuint cfg = READ_DATA( 12, GLuint );
     82    GLint xPos = READ_DATA( 16, GLint );
     83    GLint yPos = READ_DATA( 20, GLint );
     84    GLint cRects = READ_DATA( 24, GLint );
     85    GLint *pRects = (GLint *)DATA_POINTER( 28, GLvoid );
     86    cr_unpackDispatch.VBoxTexPresent( texture, cfg, xPos, yPos, cRects, pRects );
     87}
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