OpenSubdiv/regression/far_regression
Takahito Tejima 44a7cb6a45 Refactor Far API.
* replace void* of all kernel applications with CONTEXT template parameter.
  It eliminates many static_casts from void* for both far and osd classes.
* move the big switch-cases of far default kernel launches out of Refine so
  that osd controllers can arbitrary mix default kernels and custom kernels.
* change FarKernelBatch::kernelType from enum to int, clients can add
  custom kernel types.
* remove a back-pointer to farmesh from subdivision table.
* untemplate all subdivision table classes and template their compute methods
  instead. Those methods take a typed vertex storage.
* remove an unused argument FarMesh from the constructor of subdivision
  table factories.
2014-03-19 11:44:51 -07:00
..
CMakeLists.txt Amending Apache license language & file headers. 2013-09-26 12:04:57 -07:00
example_createMesh.py Amending Apache license language & file headers. 2013-09-26 12:04:57 -07:00
main.cpp Refactor Far API. 2014-03-19 11:44:51 -07:00