Changeset 16574 in vbox for trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_limits.c
- Timestamp:
- Feb 9, 2009 10:21:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_limits.c
r15532 r16574 1 1 2 /* Copyright (c) 2001, Stanford University 2 3 * All rights reserved … … 388 389 if (hasExtension((const char*)limits->extensions, "GL_SGIS_generate_mipmap")) 389 390 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; 390 394 391 395 if (extensions->NV_vertex_program2)
Note:
See TracChangeset
for help on using the changeset viewer.