OpenSubdiv/opensubdiv
manuelk bbe4435b19 minor API refactor of for EvalLimit :
- Replaced EvalData and EvalVertexData classes with a simpler DataStream class that only
  accesses a single data stream, binds and unbinds it

- DataStream has both an input and an output version which avoids much of the const-ness
  const-related ambiguity of the previous design pattern

- Vertex, varying and face-varying data now all have a dedicate struct (VertexData, VaryingData, FaceVaryingData)
  as a way of gathering the various data-streams required to perform sampling

- renamd some "Buffers" into "Tables" for better naming consistency with Far
2013-06-17 18:13:13 -07:00
..
far Fixed VS2010 error/warning 2013-06-14 09:54:38 -07:00
hbr remove topology data from FarMesh and refactor uniform / adaptive 2013-05-15 17:53:40 -07:00
osd minor API refactor of for EvalLimit : 2013-06-17 18:13:13 -07:00
osdutil Fix cmakefile and #ifdefs for opencl configuration. 2013-06-05 10:44:21 -07:00
tools/stringify First pass at fixing the installation part of the Cmake build : now CMAKE_INSTALL_PREFIX can 2013-04-22 19:35:41 -07:00
CMakeLists.txt Rename osd_util to osdutil. 2013-05-21 17:20:22 -07:00
version.h Release 1.2.2 2013-06-03 17:51:58 -07:00