VirtualBox

Ignore:
Timestamp:
Aug 11, 2009 10:36:56 AM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: add GL_EXT_framebuffer_object support

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  
    200200#endif
    201201#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"
    203206#endif
    204207        "";
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h

    r15532 r22155  
    3939
    4040#include "state/cr_attrib.h"
     41#include "state/cr_framebuffer.h"
    4142
    4243#include "state/cr_statefuncs.h"
     
    149150    CRViewportState    viewport;
    150151
     152#ifdef CR_EXT_framebuffer_object
     153    CRFramebufferObjectState    framebufferobject;
     154#endif
     155
    151156    /** For buffering vertices for selection/feedback */
    152157    /*@{*/
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h

    r21523 r22155  
    1616/*For now guest is allowed to connect host opengl service if protocol version matches exactly*/
    1717/*Note: that after any change to this file, or glapi_parser\apispec.txt version should be changed*/
    18 #define CR_PROTOCOL_VERSION_MAJOR 1
     18#define CR_PROTOCOL_VERSION_MAJOR 2
    1919#define CR_PROTOCOL_VERSION_MINOR 1
    2020
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h

    r21830 r22155  
    119119#define CR_ARB_shading_language_100 1
    120120
     121#define CR_EXT_framebuffer_object 1
     122
    121123#endif /* CR_VERSION_H */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette