[beignet] branch master updated (2b31176 -> 8bbdce1)

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Tue Aug 1 21:38:03 UTC 2017


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

rnpalmer-guest pushed a change to branch master
in repository beignet.

      from  2b31176   Install OpenCL 2.0 libraries.  (Closes: #863300)
       new  388d63a   Imported Upstream version 1.3.1
       new  11b53c2   Merge tag 'upstream/1.3.1'
       new  f8badc8   Drop patches applied upstream, refresh others
       new  53923af   Explicitly specify LLVM 3.9/3.8, as we no longer need to match mesa (#848368 has been fixed) and this package FTBFS with LLVM 4.0
       new  1943d3b   Remove CAN_ENABLE_OPENCL2, as upstream now handles this
       new  cea666e   Use compat 10, remove now-default --parallel
       new  196f480   Comply with Standards-Version 4.0.0:  use https copyright-format  support nodoc
       new  8bbdce1   Relicense AppStream metadata

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMake/FindLLVM.cmake                               |   4 +-
 CMakeLists.txt                                     |  88 +++--
 backend/src/backend/gen_insn_compact.cpp           |   2 +
 .../src/backend/gen_insn_selection_optimize.cpp    |   5 +-
 backend/src/backend/program.cpp                    |  19 +-
 backend/src/llvm/llvm_gen_backend.cpp              |  34 +-
 backend/src/llvm/llvm_passes.cpp                   |  19 +-
 debian/changelog                                   |  14 +
 debian/compat                                      |   2 +-
 debian/control                                     |  18 +-
 debian/copyright                                   |   6 +-
 debian/patches/add-appstream-metadata.patch        |  11 +-
 debian/patches/docs-broken-links.patch             |  11 +-
 debian/patches/find-python35.patch                 |   2 +-
 debian/patches/llvm39-support.patch                |  22 --
 debian/patches/opencl2-runtime-detection.patch     | 369 ---------------------
 debian/patches/reduce-notfound-output.patch        |   2 +-
 debian/patches/series                              |   3 -
 debian/patches/ship-test-tool.patch                |   6 +-
 debian/patches/spelling.patch                      |  16 -
 debian/patches/support-kfreebsd.patch              |   2 +-
 debian/patches/update-docs.patch                   |  47 ++-
 debian/rules                                       |  15 +-
 docs/Beignet.mdwn                                  |  26 +-
 docs/NEWS.mdwn                                     |   3 +
 docs/howto/gl-buffer-sharing-howto.mdwn            |  82 +++++
 examples/CMakeLists.txt                            |  80 +++--
 examples/gl_buffer_sharing/gl_buffer_sharing.cpp   | 115 +++++++
 kernels/runtime_fill_gl_image.cl                   |  15 +
 src/cl_context.c                                   |   3 +-
 src/cl_device_data.h                               |   2 +
 src/cl_device_id.c                                 |  10 +-
 src/cl_device_id.h                                 |   2 +-
 src/cl_event.c                                     |   2 +-
 src/cl_gen75_device.h                              |   2 +-
 src/cl_gen7_device.h                               |   2 +-
 src/cl_gen8_device.h                               |   2 +-
 src/cl_gen9_device.h                               |   4 +-
 src/cl_gt_device.h                                 |  14 +-
 src/cl_image.c                                     |   2 +
 src/cl_khr_icd.c                                   |  28 +-
 src/cl_platform_id.c                               |   2 +-
 src/cl_platform_id.h                               |   6 +-
 src/cl_program.c                                   |   1 +
 utests/CMakeLists.txt                              |  22 +-
 utests/compiler_atomic_functions_20.cpp            |   4 +-
 utests/compiler_device_enqueue.cpp                 |   4 +-
 utests/compiler_generic_atomic.cpp                 |   2 +
 utests/compiler_generic_pointer.cpp                |   2 +
 utests/compiler_pipe_builtin.cpp                   |   9 +-
 utests/compiler_program_global.cpp                 |   5 +-
 utests/compiler_sampler.cpp                        |   2 +
 utests/runtime_pipe_query.cpp                      |   2 +
 utests/utest_helper.cpp                            |  22 +-
 utests/utest_helper.hpp                            |   6 +-
 55 files changed, 571 insertions(+), 629 deletions(-)
 delete mode 100644 debian/patches/llvm39-support.patch
 delete mode 100644 debian/patches/opencl2-runtime-detection.patch
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 docs/howto/gl-buffer-sharing-howto.mdwn
 create mode 100644 examples/gl_buffer_sharing/gl_buffer_sharing.cpp
 create mode 100644 kernels/runtime_fill_gl_image.cl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list