OpenSubdiv/opensubdiv
manuelk eb26c65a88 first pass at an osd regression suite, following similar lines to the far regression.
- modify shape_utils to return a vector of coarse vertices when creating an hbr mesh

- minor cleanup of osd mesh and the addition of a vector parameter in the creator to
  save the remapping between the hbr mesh progenitor and the current serialized osd mesh.

- minor fallout modifications to the glutViewer & far regression code

Notes :

- the dual template of far is causing a lot of complications
  -> suggest finding a way to isolate the T template to the factory code.
  -> far needs a concept of a vector of vertex & varying data (to abstract the vertex buffer
     away from osd)
  -> the dispatched mechanism is awkward and needs refactoring
  -> suggest moving the default CPU kernels away from the subdivision tables
  -> suggest finding a way to completely untemplate the tables (we might need a templated
     factory function though)
  -> osd should be able to call delete on the far mesh to get rid of all the CPU-bound data
     once the GPU data has been laid-out.

Closes #18.
2012-06-19 17:15:07 -07:00
..
far first pass at an osd regression suite, following similar lines to the far regression. 2012-06-19 17:15:07 -07:00
hbr Move Hbr behind the OpenSubdiv namespace 2012-06-14 18:47:57 -07:00
osd first pass at an osd regression suite, following similar lines to the far regression. 2012-06-19 17:15:07 -07:00
tools/stringify adding support for optional GLSL compute kernels 2012-06-09 13:40:48 -07:00
CMakeLists.txt adding support for optional GLSL compute kernels 2012-06-09 13:40:48 -07:00
version.h Base check-in of Hbr / Far 2012-06-08 11:18:20 -07:00