Changeset 33093 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Oct 13, 2010 10:29:43 AM (14 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_extstring.h
r30452 r33093 214 214 "GL_EXT_texture_sRGB " 215 215 #endif 216 #ifdef CR_EXT_framebuffer_blit 217 "GL_EXT_framebuffer_blit " 218 #endif 216 219 ""; 217 220 -
trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h
r27244 r33093 16 16 /*For now guest is allowed to connect host opengl service if protocol version matches exactly*/ 17 17 /*Note: that after any change to this file, or glapi_parser\apispec.txt version should be changed*/ 18 #define CR_PROTOCOL_VERSION_MAJOR 718 #define CR_PROTOCOL_VERSION_MAJOR 8 19 19 #define CR_PROTOCOL_VERSION_MINOR 1 20 20 -
trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h
r27396 r33093 128 128 #define CR_EXT_texture_sRGB 1 129 129 130 #define CR_EXT_framebuffer_blit 1 131 130 132 #endif /* CR_VERSION_H */
Note:
See TracChangeset
for help on using the changeset viewer.