OpenSubdiv/opensubdiv
Nathan Litke 064115bbe8 Added the CATMARK_QUAD_FACE_VERTEX and CATMARK_TRI_QUAD_FACE_VERTEX kernels.
* The CATMARK_QUAD_FACE_VERTEX kernel calculates the face-vertex for a quadrilateral face.  It applies to every face after the first subdivision step, and may be applied for the first subdivision step of a quadrilateral coarse mesh.

* The CATMARK_TRI_QUAD_FACE_VERTEX kernel calculates the face-vertex for a triangle or quadrilateral face.  It may be applied for the first subdivision step of a coarse mesh composed of triangles and/or quadrilaterals.

* Both kernels calculate each face-vertex using four vertex indices (triangles are specified by repeating the third index).  Therefore neither kernel uses the F_ITa codex table, and instead the first vertex offset in the F_IT index table is stored in the FarKernelBatch's table offset.
2014-05-28 13:52:12 -07:00
..
far Added the CATMARK_QUAD_FACE_VERTEX and CATMARK_TRI_QUAD_FACE_VERTEX kernels. 2014-05-28 13:52:12 -07:00
hbr Decrease compiler warning thresholds and fix outstanding warnings. 2014-05-15 13:34:32 -07:00
osd Added the CATMARK_QUAD_FACE_VERTEX and CATMARK_TRI_QUAD_FACE_VERTEX kernels. 2014-05-28 13:52:12 -07:00
osdutil Fixed build warnings/errors with VS2010 Pro 2014-05-19 09:23:22 -07:00
tools/stringify Decrease compiler warning thresholds and fix outstanding warnings (continued) 2014-05-15 18:03:44 -07:00
CMakeLists.txt Make CMake path variables more robust 2014-04-09 16:43:38 -04:00
version.h Release 2.4.1 2014-04-21 12:28:17 -07:00