Update release notes for release 2.5.1

This commit is contained in:
manuelk 2014-06-19 15:51:44 -07:00
parent 2a181b166a
commit 9f38860806
2 changed files with 13 additions and 1 deletions

View File

@ -31,6 +31,18 @@ Release Notes
----
Release 2.5.1
=============
**New Features**
- Add CATMARK_QUAD_FACE_VERTEX and CATMARK_TRI_QUAD_FACE_VERTEX compute kernels
optimization that takes advantage of all-quads or all-triange-and-quads meshes
**Bug Fixes**
- Fixed a compiler error in the GLSL Transform Feedback kernels on OS X
- Fixed boundary interpolation in osdutil
- Fix bilinear stencil tangent computions
Release 2.5.0
=============

View File

@ -25,6 +25,6 @@
#ifndef OPENSUBDIV_VERSION_H
#define OPENSUBDIV_VERSION_H
#define OPENSUBDIV_VERSION v2_5_0
#define OPENSUBDIV_VERSION v2_5_1_dev
#endif /* OPENSUBDIV_VERSION_H */