~cgi-daily-devs/cgi-daily/+git/opensubdiv:rc/v3_5_0

Last commit made on 2022-09-26
Get this branch:
git clone -b rc/v3_5_0 https://git.launchpad.net/~cgi-daily-devs/cgi-daily/+git/opensubdiv

Branch merges

Branch information

Name:
rc/v3_5_0
Repository:
lp:~cgi-daily-devs/cgi-daily/+git/opensubdiv

Recent commits

8ffa2b6... by David G Yu <email address hidden>

Release 3.5.0

8f2560e... by David G Yu <email address hidden>

Merge pull request #1274 from barfowl/doc_bfr_improvements

Documentation improvements for Bfr Overview and tutorials

72331f6... by Barry Fowler <email address hidden>

Minor improvements to Doxgen config file:
    - removed obsolete features to reduce warnings in newer versions
    - added missing PROJECT_NAME

24b63c9... by Barry Fowler <email address hidden>

Added new sections to the Bfr Overview page:
    - new section for SurfaceFactory caching and thread-safety
    - new section for deriving subclasses of SurfaceFactory

4ca972d... by Barry Fowler <email address hidden>

New and improved figures with Bfr tutorials:
    - added new figure for Bfr tutorial 1.1
    - improved the set figures for Bfr tutorial 1.2
    - improved the set figures for Bfr tutorial 2.1
    - added accompanying text related to new figures

ded8a88... by David G Yu <email address hidden>

Merge pull request #1272 from davidgyu/dev_ios_build_notes

Updated iOS build note regarding stringify

1d8a74e... by David G Yu <email address hidden>

Updated iOS build note regarding stringify

Builds using Xcode now use the Python version of stringify
including for cross compilation builds, e.g. iOS, universal, etc.

287cb80... by David G Yu <email address hidden>

Merge pull request #1242 from theblackunknown/cmake-config

Add CMake Config

ec9153f... by David G Yu <email address hidden>

Merge pull request #1271 from davidgyu/dev_glsl_interp_qualifier_fix

Removed 'centroid' qualifier from GLSL struct

76841ae... by David G Yu <email address hidden>

Removed 'centroid' qualifier from GLSL struct

This is not valid (See GLSLang Spec, Sec 4.3) and raises shader
compile time errors with some recent drivers.