Changeset 78116 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Apr 12, 2019 10:03:24 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129998
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/chromium.h
r76563 r78116 138 138 #ifndef APIENTRY 139 139 #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 140 147 #endif 141 148 -
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_client.h
r69474 r78116 62 62 GLboolean enabled; 63 63 GLboolean normalized; /* Added with GL_ARB_vertex_program */ 64 # ifndef IN_GUEST 65 GLboolean fRealPtr; /**< @bugref{9407} */ 66 # endif 64 67 int bytesPerIndex; 65 68 #ifdef CR_ARB_vertex_buffer_object … … 68 71 #ifdef CR_EXT_compiled_vertex_array 69 72 GLboolean locked; 73 # ifndef IN_GUEST 74 GLboolean fPrevRealPtr; /**< @bugref{9407} */ 75 # endif 70 76 unsigned char *prevPtr; 71 77 GLint prevStride;
Note:
See TracChangeset
for help on using the changeset viewer.