hg: openjfx/8/graphics/rt: Fix to RT-30448: FX 8 3D: Change Mesh's indexBuffer type from unsigned int to unsigned short
hang.vo at oracle.com
hang.vo at oracle.com
Tue May 21 17:33:16 PDT 2013
Changeset: ad014e2245f6
Author: Chien Yang <chien.yang at orcale.com>
Date: 2013-05-21 17:30 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ad014e2245f6
Fix to RT-30448: FX 8 3D: Change Mesh's indexBuffer type from unsigned int to unsigned short
Reviewed by Dave and Kevin
! javafx-ui-common/src/javafx/scene/shape/TriangleMesh.java
! prism-common/src/com/sun/prism/impl/BaseMesh.java
! prism-d3d-native/src/D3DContext.cc
! prism-d3d-native/src/D3DMesh.cc
! prism-d3d-native/src/D3DMesh.h
! prism-d3d/src/com/sun/prism/d3d/D3DContext.java
! prism-d3d/src/com/sun/prism/d3d/D3DMesh.java
! prism-es2-native/src/GLContext.c
! prism-es2/src/com/sun/prism/es2/ES2Context.java
! prism-es2/src/com/sun/prism/es2/ES2Mesh.java
! prism-es2/src/com/sun/prism/es2/GLContext.java
More information about the openjfx-dev
mailing list