VirtualBox

Ignore:
Timestamp:
Jun 24, 2010 6:51:20 PM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: wddm friendly windows info tracking + more consistent updates (disabled except windows yet)

Location:
trunk/src/VBox/GuestHost/OpenGL/glapi_parser
Files:
2 edited

Legend:

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

    r27244 r30440  
    85008500chromium    extpack
    85018501
     8502name        VBoxPackSetInjectThread
     8503return      void
     8504category    VBox
     8505chromium    nopack
     8506
     8507name        VBoxPackGetInjectID
     8508return      GLuint
     8509category    VBox
     8510chromium    nopack
     8511
     8512name        VBoxPackSetInjectID
     8513return      void
     8514param       id          GLuint
     8515category    VBox
     8516chromium    nopack
    85028517
    85038518# OpenGL 1.5
  • trunk/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py

    r27267 r30440  
    353353                cat == "1.2" or
    354354                cat == "Chromium" or
    355                 cat == "GL_chromium"):
     355                cat == "GL_chromium" or
     356                cat == "VBox"):
    356357                return ''
    357358        elif (cat == '1.3' or
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