ti-opencl (0.12.0-0ubuntu5~ppa1) trusty; urgency=medium

  [ Manoj Iyer ]
  * Removed execute permission to debian/changelog.
  * Renamed gdb-server to gdbserver-c6x in control file.

  [ Steve Langasek ]
  * Sourceful lintian overrides always go in debian/source.lintian-overrides,
    not in debian/<package>.lintian-overrides.
  * Add a lintian override for another valid sourceless file.
  * Build-depend on libtiulm-dev, not libtiulm.

 -- Steve Langasek <steve.langasek@canonical.com>  Fri, 12 Sep 2014 17:00:33 -0500

ti-opencl (0.12.0-5ubuntu0~ppa3) trusty; urgency=high

  * Updated changelog to trigger build. Required to pick up ulm library update.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Thu, 11 Sep 2014 10:32:18 -0500

ti-opencl (0.12.0-5ubuntu0~ppa2) trusty; urgency=high

  * Fix race condition handling instantaneous (non-execution) events.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Mon, 08 Sep 2014 15:36:06 -0500

ti-opencl (0.12.0-5ubuntu0~ppa1) trusty; urgency=high

  * Added missing install rule for /usr/bin/clocl

  * Updated dependent package names to reflect latest changes

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Fri, 29 Aug 2014 12:43:32 -0500

ti-opencl (0.12.0-4~ppa4) trusty; urgency=critical

  * Updated control file for ti-cgtc6x name change to ti-cgt-c6x.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Thu, 28 Aug 2014 14:51:40 -0500

ti-opencl (0.12.0-3~ppa3) trusty; urgency=critical

  * Add gdbc6x as a dependency. 

  * Update OpenCL debugging help message to reflect gdb name change to 'gdbc6x'.

  * Updated control file for mpm-transport name change to libmpmtransport.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Thu, 28 Aug 2014 13:31:05 -0500

ti-opencl (0.12.0-2~ppa2) trusty; urgency=critical

  * Add ti-cgt6x as a dependency

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Mon, 25 Aug 2014 09:10:06 -0500

ti-opencl (0.12.0-1~ppa1) trusty; urgency=critical

  * Update version number to 0.12.0

  * Update debian files

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Fri, 15 Aug 2014 14:16:46 -0500

ti-opencl (0.11.0-2~ppa2) precise; urgency=critical

  * Remove fftlib_offload example pending makefile fixes.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Mon, 04 Aug 2014 20:48:40 -0500

ti-opencl (0.11.0-1~ppa1) precise; urgency=critical

  * Update version number to 0.11.0

  * Update library makefile to remove building the TI version of the LLVM
    binaries/libraries to reflect that TI LLVM has been moved into a separate
    package. Update debian/control to add ti-llvm-3.3 package dependency.

  * Update debian/copyright for compliance with copyright-format 1.0. Changes
    based on feedback from Canonical.

  * Added opencl/openmp examples: sgemm, dgemm, fftlib_offload


 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Mon, 14 Jul 2014 16:05:18 -0500

ti-opencl (0.10.0-3~ppa3) precise; urgency=critical

  * Fix typo in debian/docs

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Sun, 29 Jun 2014 15:09:20 -0400

ti-opencl (0.10.0-2~ppa2) precise; urgency=critical

  * Update examples list

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Fri, 27 Jun 2014 10:45:06 -0500

ti-opencl (0.10.0-1~ppa1) precise; urgency=critical

  * The environment variable used to enable OpenCL kernel debugging has been
    changed from TI_OCL_DEBUG_KERNEL to TI_OCL_DEBUG.

  * Added host memory allocation functions __malloc_ddr(), __free_ddr(),
    __malloc_msmc(), and __free_msmc().  These functions have the same
    interface as standard malloc/free but manages memory from
    host+dsp shareable memory.  These can be used within the host application.

  * Added dsp memory allocation functions __malloc_ddr(), __free_ddr(),
    __malloc_msmc(), __free_msmc(), __malloc_l2(), and __free_l2().
    These functions are available from dsp kernel code to manage memory from
    the dsp heaps.

    The OpenCL example 'dspheap' has been added to illustrate how the dsp
    heap memory can be allocated and managed between kernel invocations.

  * Significantly improved OpenCL performance on cache coherency operations
    for buffer sizes of 4MB and above.

  * The async_workgroup_copy and async_workgroup_strided_copy functions are
    now implemented to use EDMA channels when available.

  * The number/size of Kernel arguments are now fully compliant with the
    OpenCL 1.1 spec. Up to 1024 bytes of arguments are supported and vector
    types can be passed as standalone arguments.

  * On the dsp, the standard malloc() function will now allocate from an
    8M pool of DDR.

  * The OpenCL package version number can now be obtained by either invoking
    'clocl --version' or making a standard OpenCL platform query.  The OpenCL
    'platform' example illustrates how to make an OpenCL platform query.

  * Setting the environment variable TI_OCL_CGT_INSTALL is not required if
    the C6000 compiler runtime library and header files are located in
    the ppa package default install path.  TI_OCL_CGT_INSTALL can still be
    used to specify an alternate search path.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Fri, 20 Jun 2014 15:22:22 -0500

ti-opencl (0.9.0-0ubuntu3) trusty; urgency=medium

  * Modify the Breaks field to make ti-opencl installable.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 01 Jul 2014 06:31:51 +0000

ti-opencl (0.9.0-0ubuntu2) trusty; urgency=medium

  * Add missing build-dependency on python, overlooked when building in local
    chroots.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 30 Jun 2014 23:08:33 +0000

ti-opencl (0.9.0-0ubuntu1) trusty; urgency=medium

  * Upload to the partner archive.
  * Update to Standards-Version 3.9.5.
  * Drop spurious build-dependencies on build-essential and unused packages.
  * Fix build-dependencies on SDK packages to use final names from the
    Ubuntu archive.
  * Build-depend on zlib1g-dev, not zlib1g.
  * Fix debian/copyright to comply with copyright-format 1.0.
  * opencl/CMakeLists.txt: add an explict (but unused) binary directory for
    OCL_BUILTINS_DIR, as required by more recent cmake.
  * Update debian/copyright for compliance with copyright-format 1.0 and to
    document the copyright and license for the complete source.
  * Split binary package into runtime library package and devel package.
  * Add Conflicts to opencl-headers.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 23 Jun 2014 17:49:20 -0700

ti-opencl (0.9.0-1~ppa1) precise; urgency=critical

  * Update version number to 0.9.0. Change install path for dsp.out,dsp.syms

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Mon, 07 Apr 2014 10:51:38 -0500

ti-opencl (0.8.2-6~ppa6) precise; urgency=critical

  * Added 'mesa-common-dev' to package Depends.

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Thu, 03 Apr 2014 07:53:34 -0400

ti-opencl (0.8.2-5~ppa5) precise; urgency=critical

  * Update version of mpm-transport

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Fri, 28 Mar 2014 12:41:36 -0400

ti-opencl (0.8.2-4~ppa4) precise; urgency=critical

  * Update to use opencl source code from MCSDK-HPC 174-2014-03-28_09-51-58 nightly

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Fri, 28 Mar 2014 11:28:06 -0400

ti-opencl (0.8.2-3~ppa3) precise; urgency=high

  * Add more dependent packages in Build-Depends

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Thu, 27 Mar 2014 11:48:25 -0400

ti-opencl (0.8.2-2~ppa2) precise; urgency=high

  * Add debhelper in debian/control: Build-Depends

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Wed, 26 Mar 2014 18:48:12 -0400

ti-opencl (0.8.2-1~ppa1) precise; urgency=high

  * Initial release

 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Wed, 26 Mar 2014 11:07:01 -0400
