VirtualBox

Ticket #3246 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

ARB_fragment_program extension broken -> Fixed in SVN.

Reported by: res Assigned to:
Priority: major Component: 3D support
Version: VirtualBox 2.1.2 Keywords:
Cc: Guest type: Windows
Host type: Linux

Description

ARB_fragment_program support is incomplete.

The following code leaves numTexCoords unitialized:

glGetIntegerv (GL_MAX_TEXTURE_COORDS_ARB, &numTexCoords);

The code is protected with a check whether the ARB_fragment_program extension is supported. The GL_MAX_TEXTURE_COORDS_ARB token is introduced in the ARB_fragment_program spec and thus should work when the extension is advertised.

Change History

2009-02-02 11:28:57 changed by leonid

  • summary changed from ARB_fragment_program extension broken to ARB_fragment_program extension broken -> Fixed in SVN..

Thank you for the report, fixed in svn.

2009-02-16 20:22:33 changed by frank

  • status changed from new to closed.
  • resolution set to fixed.

© 2009 Sun Microsystems, Inc.
ContactPrivacy policy