1. 28 Nov, 2017 1 commit
    • Alexander Alekhin's avatar
      ocl: avoid unnecessary loading/initializing OpenCL subsystem · 0ed3209b
      Alexander Alekhin authored
      If there are no OpenCL/UMat methods calls from application.
      
      OpenCL subsystem is initialized:
      - haveOpenCL() is called from application
      - useOpenCL() is called from application
      - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called
      
      Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled
      (independent from OpenCL linkage type)
      0ed3209b
  2. 27 Nov, 2017 6 commits
  3. 26 Nov, 2017 1 commit
  4. 25 Nov, 2017 1 commit
  5. 24 Nov, 2017 6 commits
  6. 23 Nov, 2017 20 commits
  7. 22 Nov, 2017 5 commits