Changeset 32078 in vbox
- Timestamp:
- Aug 30, 2010 8:32:59 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r32075 r32078 66 66 67 67 <listitem> 68 <para>3D support: guest app stack corruption when using glGetVertexAttrib[ifd]v (bug #7395)</para> 69 </listitem> 70 71 <listitem> 68 72 <para>SATA: allow to attach CD/DVD-ROM drives including passthrough</para> 69 73 </listitem> -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/get_components.py
r31808 r32078 91 91 'GL_GENERATE_MIPMAP_SGIS': (1, 'CR_SGIS_generate_mipmap'), 92 92 'GL_TEXTURE_LOD_BIAS_EXT': (1, 'CR_EXT_texture_lod_bias'), 93 'GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB': ( 4, 'CR_any_vertex_program'),93 'GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB': (1, 'CR_any_vertex_program'), 94 94 'GL_CURRENT_VERTEX_ATTRIB_ARB': (4, 'CR_any_vertex_program'), 95 'GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB': ( 4, 'CR_any_vertex_program'),96 'GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB': ( 4, 'CR_any_vertex_program'),97 'GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB': ( 4, 'CR_any_vertex_program'),98 'GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB': ( 4, 'CR_any_vertex_program'),99 'GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB': ( 4, 'CR_any_vertex_program'),95 'GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB': (1, 'CR_any_vertex_program'), 96 'GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB': (1, 'CR_any_vertex_program'), 97 'GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB': (1, 'CR_any_vertex_program'), 98 'GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB': (1, 'CR_any_vertex_program'), 99 'GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB': (1, 'CR_any_vertex_program'), 100 100 'GL_TRACK_MATRIX_NV': (24, 'CR_any_vertex_program'), 101 101 'GL_TRACK_MATRIX_TRANSFORM_NV': (24, 'CR_any_vertex_program'),
Note:
See TracChangeset
for help on using the changeset viewer.