new mask rasterizer written to take advantage of the compositors threading, mostly functional but disabled by default (still a little wip).

This commit is contained in:
Campbell Barton
2012-07-12 20:10:41 +00:00
parent 8809f23c8d
commit 8ce53a2a98
8 changed files with 695 additions and 6 deletions

View File

@@ -912,6 +912,7 @@ endif()
#added for opencl compositor
list(APPEND BLENDER_SORTED_LIBS bf_compositor)
list(APPEND BLENDER_SORTED_LIBS bf_opencl)
list(APPEND BLENDER_SORTED_LIBS bf_blenkernel) # hrmf, needed for BKE_mask only
endif()
if(WITH_LIBMV)