VirtualBox

Changeset 20419 in vbox for trunk/src


Ignore:
Timestamp:
Jun 9, 2009 9:13:50 AM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: add 2 more missing opengl 2.0 functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt

    r20327 r20419  
    34143414return      void
    34153415param       mode        GLenum
    3416 paramprop   mode        GL_FUNC_ADD GL_FUNC_SUBTRACT GL_FUNC_REVERSE_SUBTRACT GL_MIN GL_MAX
     3416paramprop   mode        GL_FUNC_ADD GL_FUNC_SUBTRACT GL_FUNC_REVERSE_SUBTRACT GL_MIN GL_MAX GL_LOGIC_OP
    34173417category    1.2
    34183418alias       BlendEquationEXT
     
    91879187chromium    extpack
    91889188
     9189name        StencilMaskSeparate
     9190return      void
     9191param       face        GLenum
     9192paramprop   face        GL_FRONT GL_BACK GL_FRONT_AND_BACK
     9193param       mask        GLuint
     9194category    2.0
     9195chromium    extpack
     9196
     9197name        BlendEquationSeparate
     9198return      void
     9199param       modeRGB        GLenum
     9200paramprop   modeRGB        GL_FUNC_ADD GL_FUNC_SUBTRACT GL_FUNC_REVERSE_SUBTRACT GL_MIN GL_MAX GL_LOGIC_OP
     9201param       modeAlpha      GLenum
     9202paramprop   modeAlpha      GL_FUNC_ADD GL_FUNC_SUBTRACT GL_FUNC_REVERSE_SUBTRACT GL_MIN GL_MAX GL_LOGIC_OP
     9203category    2.0
     9204chromium    extpack
     9205
    91899206# end of file sentinel
    91909207
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