VirtualBox

Ignore:
Timestamp:
Apr 12, 2019 10:03:24 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129998
Message:

GuestHost/OpenGL,HostServices/SharedOpenGL: Updates bugref:9407

Location:
trunk/src/VBox/GuestHost/OpenGL/include
Files:
2 edited

Legend:

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

    r76563 r78116  
    138138#ifndef APIENTRY
    139139#define APIENTRY
     140#endif
     141
     142/** For the pointer hack, bugref:9407. */
     143#ifdef IN_GUEST
     144# define CRVBOX_HOST_ONLY_PARAM(a_Stuff)
     145#else
     146# define CRVBOX_HOST_ONLY_PARAM(a_Stuff)    , a_Stuff
    140147#endif
    141148
  • trunk/src/VBox/GuestHost/OpenGL/include/state/cr_client.h

    r69474 r78116  
    6262    GLboolean enabled;
    6363    GLboolean normalized; /* Added with GL_ARB_vertex_program */
     64# ifndef IN_GUEST
     65    GLboolean fRealPtr;   /**< @bugref{9407} */
     66# endif
    6467    int bytesPerIndex;
    6568#ifdef CR_ARB_vertex_buffer_object
     
    6871#ifdef CR_EXT_compiled_vertex_array
    6972    GLboolean locked;
     73# ifndef IN_GUEST
     74    GLboolean fPrevRealPtr; /**< @bugref{9407} */
     75# endif
    7076    unsigned char *prevPtr;
    7177    GLint   prevStride;
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