VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 2:38:19 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: allow wine to query real host gpu vendor/version/renderer strings (public #3541)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/chromium.h

    r15532 r20411  
    545545#endif /* GL_CR_zpix */
    546546
     547/*Allow to use glGetString to query real host GPU info*/
     548#ifndef GL_CR_real_vendor_strings
     549#define GL_CR_real_vendor_strings 1
     550#define GL_REAL_VENDOR   0x8B23
     551#define GL_REAL_VERSION  0x8B24
     552#define GL_REAL_RENDERER 0x8B25
     553#endif
     554
    547555
    548556/**********************************************************************/
     
    618626#endif
    619627
    620 
    621628#ifdef __cplusplus
    622629}
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