[arrayfire] 171/248: Merge pull request #1077 from shehzan10/imageio

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 805176e5de4492fed74db6f09000b6b1fefd0ea7
Merge: ab2e222 61d0d54
Author: Umar Arshad <umar at arrayfire.com>
Date:   Mon Nov 2 11:41:24 2015 -0500

    Merge pull request #1077 from shehzan10/imageio
    
    Image IO, 16-bit support for graphics

 CMakeModules/build_forge.cmake       |   2 +-
 examples/graphics/surface.cpp        |   2 +-
 include/af/image.h                   | 104 ++++++++++
 src/api/c/graphics_common.cpp        |   4 +
 src/api/c/graphics_common.hpp        |   2 +-
 src/api/c/hist.cpp                   |   2 +
 src/api/c/image.cpp                  |  19 +-
 src/api/c/imageio.cpp                | 215 ++++++++-----------
 src/api/c/imageio2.cpp               | 389 +++++++++++++++++++++++++++++++++++
 src/api/c/imageio_helper.h           | 102 +++++++++
 src/api/c/plot.cpp                   |   2 +
 src/api/c/plot3.cpp                  |  10 +-
 src/api/c/surface.cpp                |   2 +
 src/api/cpp/imageio.cpp              |  12 ++
 src/api/unified/image.cpp            |  10 +
 src/backend/cuda/hist_graphics.cu    |   2 +
 src/backend/cuda/image.cu            |   2 +
 src/backend/cuda/plot.cu             |   2 +
 src/backend/cuda/plot3.cu            |   2 +
 src/backend/cuda/surface.cu          |   2 +
 src/backend/opencl/hist_graphics.cpp |   2 +
 src/backend/opencl/image.cpp         |   2 +
 src/backend/opencl/plot.cpp          |   2 +
 src/backend/opencl/plot3.cpp         |   2 +
 src/backend/opencl/surface.cpp       |   2 +
 test/data                            |   2 +-
 test/imageio.cpp                     |  10 +-
 27 files changed, 759 insertions(+), 150 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list