OpenSubdiv/regression
manuelk 5f5207999f Refactoring far (cliff notes):
- All data representation classes are now single-templated for a vertex class 'U'

    - All constructors / instancing code has been moved into "Factory" functions that are dual-templated
      for two vertex classes <class T, class U=T>. This allows hbr specialization with a placeholder
      vertex flass 'T' for faster analysis without paying interpolation costs, while far can still specialize
      a fully implemented vertex class 'U' with full subdivision functionality.

    - Some preliminary clean-up work on FarVertexEditTables with the addition of a FarVertexEdit class
      as a replacement for the former HbrVertedEdit which was introducing back dependencies on hbr. The
      implementation is very lightweight. Some slight renaming / cleanup of the code, with some more to
      be done.

    - there are no more dependencies on hbr (not even #include) from far's data structure !

Notes :
    - the FarDispatcher mechanism has become somewhat awkward and should be re-evaluated when refactoring osd.

    - the "Factory" pattern survives this round of refactoring until we can find something better.

Closes #34
2012-09-17 18:41:48 -07:00
..
common Refactoring far (cliff notes): 2012-09-17 18:41:48 -07:00
far_regression Refactoring far (cliff notes): 2012-09-17 18:41:48 -07:00
hbr_regression (not so great) Fix for the hard-wired hbr regression path to work 2012-08-22 16:40:17 -07:00
osd_regression Refactoring far (cliff notes): 2012-09-17 18:41:48 -07:00
shapes Siggrpah 2012 - rolling over all of prepro work into beta 1.1 2012-08-03 19:51:27 -07:00
CMakeLists.txt First pass at an hbr regression test : 2012-08-17 16:58:01 -07:00