mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Update release notes for release 2.5.1
This commit is contained in:
parent
2a181b166a
commit
9f38860806
@ -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
|
||||
=============
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user