OpenSubdiv/opensubdiv
manuelk b3b857eec7 re-engineering the find_package strategy :
- use find_package(OpenMP) to test that the compiler supports OMP
  (looks like the "express" versions of MSVC do not)

- if not available, make sure that osd does not register those
  compute kernels (but does register the CPU standalone ones)

- similar refinements on other dependencies (Maya, CUDA) where
  the build "opts in" depending on which libs are found.

some CMakeLists still need more cleanup...

Closes #9
2012-06-13 17:41:18 -07:00
..
far switching some size_t to int's to prevent some cross-platforms issues (Fedora in this particular case) 2012-06-08 22:20:37 -07:00
hbr Base check-in of Hbr / Far 2012-06-08 11:18:20 -07:00
osd re-engineering the find_package strategy : 2012-06-13 17:41:18 -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