Release 3.0.5

This commit is contained in:
David G Yu 2016-03-25 15:15:29 -07:00
parent a4f4357110
commit 799b26bba3
2 changed files with 10 additions and 1 deletions

View File

@ -31,6 +31,15 @@
----
Release 3.0.5
=============
Release 3.0.5 is a minor stability release with performance and correctness bug fixes.
**Bug Fixes**
- The previous release reduced transient memory use during PatchTable construction, but increased the amount of memory consumed by the resulting PatchTable itself, this regression has been fixed.
- The example Ptex texture sampling code has been fixed to prevent sampling beyond the texels for a face when multisample rasterization is enabled.
Release 3.0.4
=============

View File

@ -25,7 +25,7 @@
#ifndef OPENSUBDIV3_VERSION_H
#define OPENSUBDIV3_VERSION_H
#define OPENSUBDIV_VERSION v3_0_4
#define OPENSUBDIV_VERSION v3_0_5
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {