Changeset 22155 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Aug 11, 2009 10:36:56 AM (15 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_extstring.h
r21830 r22155 200 200 #endif 201 201 #ifdef CR_EXT_draw_range_elements 202 "GL_EXT_draw_range_elements" 202 "GL_EXT_draw_range_elements " 203 #endif 204 #ifdef CR_EXT_framebuffer_object 205 "GL_EXT_framebuffer_object" 203 206 #endif 204 207 ""; -
trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h
r15532 r22155 39 39 40 40 #include "state/cr_attrib.h" 41 #include "state/cr_framebuffer.h" 41 42 42 43 #include "state/cr_statefuncs.h" … … 149 150 CRViewportState viewport; 150 151 152 #ifdef CR_EXT_framebuffer_object 153 CRFramebufferObjectState framebufferobject; 154 #endif 155 151 156 /** For buffering vertices for selection/feedback */ 152 157 /*@{*/ -
trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h
r21523 r22155 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 118 #define CR_PROTOCOL_VERSION_MAJOR 2 19 19 #define CR_PROTOCOL_VERSION_MINOR 1 20 20 -
trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h
r21830 r22155 119 119 #define CR_ARB_shading_language_100 1 120 120 121 #define CR_EXT_framebuffer_object 1 122 121 123 #endif /* CR_VERSION_H */
Note:
See TracChangeset
for help on using the changeset viewer.