OpenSubdiv/opensubdiv
manuelk f9dd284be0 Some notes :
- still need to change these changes with other compilers (MSVC / clang...)

- had to add a -Wno-invalid-offsetof for GCC (still need to test w/ other compilers) : apparently gcc 4.4 is somewhat incorrect in tagging our templated class as POD.

- had to change fvarData.h to initialize bitfields to 0 as gcc generates truncated int warnings when trying to initialize 31 bits to -1

- in mesh.h replaced original tbb::concurrent_vector with std::vector until a better solution can be found

Fixes #93
2013-01-10 10:47:50 -08:00
..
far Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00
hbr Some notes : 2013-01-10 10:47:50 -08:00
osd Adaptive tess using projected bounding sphere 2013-01-04 19:15:24 -08:00
tools/stringify Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00
CMakeLists.txt Fixed build to switch on features not platforms 2012-12-20 19:11:46 -08:00
version.h Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00