VirtualBox

Ignore:
Timestamp:
Feb 9, 2009 10:21:16 AM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: linux, fixes for compiz to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_limits.c

    r15532 r16574  
     1
    12/* Copyright (c) 2001, Stanford University
    23 * All rights reserved
     
    388389        if (hasExtension((const char*)limits->extensions, "GL_SGIS_generate_mipmap"))
    389390                extensions->SGIS_generate_mipmap = GL_TRUE;
     391
     392        if (hasExtension((const char*)limits->extensions, "GLX_EXT_texture_from_pixmap"))
     393                extensions->EXT_texture_from_pixmap = GL_TRUE;
    390394
    391395        if (extensions->NV_vertex_program2)
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