ocl-icd
11 years agoUpdate testsuite with the new entry
Vincent Danjean [Thu, 6 Sep 2012 22:27:56 +0000 (00:27 +0200)] 
Update testsuite with the new entry

11 years agoMerge branch 'origin/master'
Vincent Danjean [Thu, 6 Sep 2012 22:26:13 +0000 (00:26 +0200)] 
Merge branch 'origin/master'

11 years agoMigrate to autotest
Vincent Danjean [Thu, 6 Sep 2012 22:25:49 +0000 (00:25 +0200)] 
Migrate to autotest

11 years agoFound entry 92, clCreateEventFromGLsyncKHR.
Brice Videau [Thu, 6 Sep 2012 14:01:02 +0000 (16:01 +0200)] 
Found entry 92, clCreateEventFromGLsyncKHR.

11 years agoAllow OCL_ICD_VENDORS to directly provide the ICD library name to load
Vincent Danjean [Thu, 6 Sep 2012 12:31:15 +0000 (14:31 +0200)] 
Allow OCL_ICD_VENDORS to directly provide the ICD library name to load

In this case, only one ICD will be loaded.

11 years agoinclude stdlib.h for getenv and atoi
Vincent Danjean [Thu, 6 Sep 2012 11:45:45 +0000 (13:45 +0200)] 
include stdlib.h for getenv and atoi

11 years agoCheck the avaibility of OpenCL headers (version 1.2)
Vincent Danjean [Thu, 6 Sep 2012 09:59:16 +0000 (11:59 +0200)] 
Check the avaibility of OpenCL headers (version 1.2)

11 years agoNew release
Vincent Danjean [Mon, 3 Sep 2012 12:50:26 +0000 (14:50 +0200)] 
New release

11 years agoMake initialisation more robust
Vincent Danjean [Mon, 3 Sep 2012 12:48:07 +0000 (14:48 +0200)] 
Make initialisation more robust

- avoid pthread, prefer active waiting
- use a constructor to ensure early initialisation
  (with luck, no concurrency is already there, so no active waiting occures)

11 years agoFix race in initialization on pthread programs
Vincent Danjean [Mon, 3 Sep 2012 12:09:33 +0000 (14:09 +0200)] 
Fix race in initialization on pthread programs

11 years agoMerge branch 'master' of git+ssh://scm.forge.imag.fr/scmrepos/git/ocl-icd/ocl-icd
Vincent Danjean [Mon, 3 Sep 2012 11:11:02 +0000 (13:11 +0200)] 
Merge branch 'master' of git+ssh://scm.forge.imag.fr/scmrepos/git/ocl-icd/ocl-icd

11 years agoNew release
Vincent Danjean [Thu, 30 Aug 2012 22:26:19 +0000 (00:26 +0200)] 
New release

Bump version and update NEWS

11 years ago[debug] More debug info
Vincent Danjean [Thu, 30 Aug 2012 22:20:52 +0000 (00:20 +0200)] 
[debug] More debug info

11 years ago[bug fix] clCreateContextFromType can have a NULL properties
Vincent Danjean [Thu, 30 Aug 2012 22:20:27 +0000 (00:20 +0200)] 
[bug fix] clCreateContextFromType can have a NULL properties

In this case, we just need to pick a random platform

11 years ago[bug fix] Initialize the library in all possible first functions
Vincent Danjean [Thu, 30 Aug 2012 22:19:05 +0000 (00:19 +0200)] 
[bug fix] Initialize the library in all possible first functions

11 years ago[fix] Use OpenCL supported version as version in OpenCL.pc
Vincent Danjean [Thu, 30 Aug 2012 22:16:57 +0000 (00:16 +0200)] 
[fix] Use OpenCL supported version as version in OpenCL.pc

ocl-icd version is not relevant for applications requiring OpenCL.pc

11 years ago[build] avoid deprecated function warning in debug
Vincent Danjean [Thu, 19 Jul 2012 09:48:02 +0000 (11:48 +0200)] 
[build] avoid deprecated function warning in debug

Not using this everywhere because it must be used when functions are used,
not when then are declared.

11 years ago[build] ignore warnings of OpenCL headers even with -Werror
Vincent Danjean [Thu, 19 Jul 2012 09:38:21 +0000 (11:38 +0200)] 
[build] ignore warnings of OpenCL headers even with -Werror

11 years ago[build] cleanup code
Vincent Danjean [Thu, 19 Jul 2012 09:14:49 +0000 (11:14 +0200)] 
[build] cleanup code

move specific code in plain files, out of the generator

11 years ago[debug] improve platform dump
Vincent Danjean [Thu, 19 Jul 2012 09:13:50 +0000 (11:13 +0200)] 
[debug] improve platform dump

LIG-icd test must must display the platform in order to avoid
to call lGetExtensionFunctionAddress in dummy ICD

11 years agoCode factoring and race condition reduction.
Brice Videau [Tue, 26 Jun 2012 22:36:49 +0000 (19:36 -0300)] 
Code factoring and race condition reduction.

11 years agoNew release
Vincent Danjean [Sun, 24 Jun 2012 10:02:48 +0000 (12:02 +0200)] 
New release

Bump version and update NEWS

11 years agoCheck if compiler support flags to disable expected warnings
Vincent Danjean [Sun, 24 Jun 2012 10:01:25 +0000 (12:01 +0200)] 
Check if compiler support flags to disable expected warnings

11 years agoAdd a pkg-config file for ICD libraries
Vincent Danjean [Sun, 24 Jun 2012 09:36:18 +0000 (11:36 +0200)] 
Add a pkg-config file for ICD libraries

ocl-icd.pc is intended to be used by ICD implementation
in order to get required informations to implement compatible ICD

11 years agoMerge branch 'master' of git+ssh://scm.forge.imag.fr/scmrepos/git/ocl-icd/ocl-icd
Vincent Danjean [Wed, 20 Jun 2012 22:20:34 +0000 (00:20 +0200)] 
Merge branch 'master' of git+ssh://scm.forge.imag.fr/scmrepos/git/ocl-icd/ocl-icd

11 years agoFix compilation when updating database
Vincent Danjean [Wed, 20 Jun 2012 22:19:25 +0000 (00:19 +0200)] 
Fix compilation when updating database

A $(AM_V_GEN) is prepend to the command, so no $(AM_V_CCLD) must be included

11 years agoAdded -Wno-deprecated-declarations options to compile files that need it.
Brice Videau [Wed, 20 Jun 2012 12:43:28 +0000 (14:43 +0200)] 
Added -Wno-deprecated-declarations options to compile files that need it.

11 years agoNew release without autogenerated files
Vincent Danjean [Wed, 20 Jun 2012 12:06:09 +0000 (14:06 +0200)] 
New release without autogenerated files

11 years agoDistribute all required files
Vincent Danjean [Wed, 20 Jun 2012 12:03:22 +0000 (14:03 +0200)] 
Distribute all required files

11 years agoDo not distribute built sources
Vincent Danjean [Wed, 20 Jun 2012 11:59:50 +0000 (13:59 +0200)] 
Do not distribute built sources

11 years agoCorrectly remove created directories
Vincent Danjean [Wed, 20 Jun 2012 11:57:17 +0000 (13:57 +0200)] 
Correctly remove created directories

11 years agoNew release
Vincent Danjean [Wed, 20 Jun 2012 11:40:19 +0000 (13:40 +0200)] 
New release

11 years agoWhitelist known missing functions in ICD Loader
Vincent Danjean [Wed, 20 Jun 2012 11:38:45 +0000 (13:38 +0200)] 
Whitelist known missing functions in ICD Loader

11 years agocleanup code and add additionnal tests
Vincent Danjean [Wed, 20 Jun 2012 11:19:50 +0000 (13:19 +0200)] 
cleanup code and add additionnal tests

11 years agoMerge remote-tracking branch 'origin/master'
Vincent Danjean [Tue, 19 Jun 2012 22:16:46 +0000 (00:16 +0200)] 
Merge remote-tracking branch 'origin/master'

11 years agoCleanup debug, refactor libdummycl
Vincent Danjean [Tue, 19 Jun 2012 22:14:15 +0000 (00:14 +0200)] 
Cleanup debug, refactor libdummycl

11 years agoCorrect iteration in vendors/ directory
Vincent Danjean [Tue, 19 Jun 2012 21:02:06 +0000 (23:02 +0200)] 
Correct iteration in vendors/ directory

11 years agoSwich to autotools
Vincent Danjean [Tue, 19 Jun 2012 21:01:06 +0000 (23:01 +0200)] 
Swich to autotools

11 years agoAdd support for using alternate vendors configuration directory
Vincent Danjean [Tue, 19 Jun 2012 10:51:24 +0000 (12:51 +0200)] 
Add support for using alternate vendors configuration directory

if defined and not empty, OCL_ICD_VENDORS envvar is used
instead of /etc/OpenCL/vendors to look for icd

11 years agoAdded clGetGLContextInfoKHR to the loader.
Brice Videau [Thu, 14 Jun 2012 14:27:40 +0000 (16:27 +0200)] 
Added clGetGLContextInfoKHR to the loader.

11 years agoImprove debug mode
vdanjean [Thu, 14 Jun 2012 12:38:02 +0000 (12:38 +0000)] 
Improve debug mode

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@50 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd a easy way to disable DEBUG in Makefile
vdanjean [Thu, 14 Jun 2012 12:38:01 +0000 (12:38 +0000)] 
Add a easy way to disable DEBUG in Makefile

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@49 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFix Changelog
vdanjean [Wed, 13 Jun 2012 23:06:51 +0000 (23:06 +0000)] 
Fix Changelog

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@48 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoBump version to 1.1
vdanjean [Wed, 13 Jun 2012 23:02:09 +0000 (23:02 +0000)] 
Bump version to 1.1

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@47 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFind a new entry manually (74) and another one (92) suspected
vdanjean [Wed, 13 Jun 2012 22:59:23 +0000 (22:59 +0000)] 
Find a new entry manually (74) and another one (92) suspected

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@46 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoDo not look for *EXT or *KHR functions by name
vdanjean [Wed, 13 Jun 2012 22:59:20 +0000 (22:59 +0000)] 
Do not look for *EXT or *KHR functions by name

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@45 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoCleanup debug
vdanjean [Wed, 13 Jun 2012 22:59:18 +0000 (22:59 +0000)] 
Cleanup debug

* Debug is compiled by default
* add -DDEBUG_OCL_ICD=0 in CPPFLAGS to disable debug at compile time
* run with OCL_ICD_DEBUG=15 to get all debug messages

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@44 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoRewrite ICD loader
vdanjean [Wed, 13 Jun 2012 22:59:15 +0000 (22:59 +0000)] 
Rewrite ICD loader

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@43 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd visibility("hidden") for all but public symbols
vdanjean [Wed, 13 Jun 2012 22:59:13 +0000 (22:59 +0000)] 
Add visibility("hidden") for all but public symbols

And fill clGetExtensionFunctionAddress to manage our own functions

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@42 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoCleanup again
vdanjean [Wed, 13 Jun 2012 22:59:10 +0000 (22:59 +0000)] 
Cleanup again

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@41 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoRename files and cleanup includes
vdanjean [Wed, 13 Jun 2012 22:53:43 +0000 (22:53 +0000)] 
Rename files and cleanup includes

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@40 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFormat YAML output ourself
vdanjean [Wed, 13 Jun 2012 22:53:38 +0000 (22:53 +0000)] 
Format YAML output ourself

Previous hack breaks with ruby 1.9

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@39 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd missing include in ocl_icd_test.c
vdanjean [Fri, 8 Jun 2012 20:32:56 +0000 (20:32 +0000)] 
Add missing include in ocl_icd_test.c

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@38 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoNew version
vdanjean [Wed, 6 Jun 2012 14:43:55 +0000 (14:43 +0000)] 
New version

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@37 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoCorrectly detect no platforms when no /etc/OpenCL/vendors directory exists
vdanjean [Wed, 6 Jun 2012 14:43:54 +0000 (14:43 +0000)] 
Correctly detect no platforms when no /etc/OpenCL/vendors directory exists

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@36 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoReal release 1.0 (changelog updated)
vdanjean [Wed, 6 Jun 2012 14:16:05 +0000 (14:16 +0000)] 
Real release 1.0 (changelog updated)

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@35 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoRelease 1.0
vdanjean [Wed, 6 Jun 2012 14:10:37 +0000 (14:10 +0000)] 
Release 1.0

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@34 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoGenerate and use a map symbol file
vdanjean [Wed, 6 Jun 2012 14:10:36 +0000 (14:10 +0000)] 
Generate and use a map symbol file

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@33 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded version and symbol association.
videau [Wed, 6 Jun 2012 13:30:18 +0000 (13:30 +0000)] 
Added version and symbol association.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@32 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoRTLD_DEEPBIND seemed to cause problems with intelocl and BigDFT.
videau [Wed, 6 Jun 2012 08:52:04 +0000 (08:52 +0000)] 
RTLD_DEEPBIND seemed to cause problems with intelocl and BigDFT.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@31 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded clGetExtensionFunctionAddress at its most probable place in the table : 65.
videau [Tue, 5 Jun 2012 09:16:20 +0000 (09:16 +0000)] 
Added clGetExtensionFunctionAddress at its most probable place in the table : 65.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@30 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded clUnloadCompiler at its most propable place in the table :
videau [Tue, 5 Jun 2012 08:42:41 +0000 (08:42 +0000)] 
Added clUnloadCompiler at its most propable place in the table :

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@29 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoCopyright change.
videau [Tue, 5 Jun 2012 07:50:38 +0000 (07:50 +0000)] 
Copyright change.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@28 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agocleanup ocl_icd.h
vdanjean [Fri, 1 Jun 2012 21:59:51 +0000 (21:59 +0000)] 
cleanup ocl_icd.h

- add empty lines
- use system headers in #include
- add macro for API version and for number of identified functions
- stabilize the name of all unkown entries by using the entry number
- reformat the struct _cl_icd_dispatch

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@27 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoCleanup and comment the Makefile
vdanjean [Fri, 1 Jun 2012 21:59:48 +0000 (21:59 +0000)] 
Cleanup and comment the Makefile

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@26 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd a message in ocl_icd_test when no plateform is found
vdanjean [Fri, 1 Jun 2012 21:59:46 +0000 (21:59 +0000)] 
Add a message in ocl_icd_test when no plateform is found

In this case, the program exits with success and not error

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@25 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agorelease 1.0 beta2
vdanjean [Fri, 1 Jun 2012 17:26:40 +0000 (17:26 +0000)] 
release 1.0 beta2

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@24 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFix soname
vdanjean [Fri, 1 Jun 2012 17:26:38 +0000 (17:26 +0000)] 
Fix soname

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@23 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFixed typo in Makefile
videau [Fri, 1 Jun 2012 14:04:33 +0000 (14:04 +0000)] 
Fixed typo in Makefile

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@22 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd myself in copyright
vdanjean [Fri, 1 Jun 2012 13:19:36 +0000 (13:19 +0000)] 
Add myself in copyright

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@21 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd 'install', 'dist', 'distcheck' targets in Makefile
vdanjean [Fri, 1 Jun 2012 13:19:35 +0000 (13:19 +0000)] 
Add 'install', 'dist', 'distcheck' targets in Makefile

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@20 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoforce deep binding so that OpenCL implementation use their own functions
vdanjean [Fri, 1 Jun 2012 13:19:35 +0000 (13:19 +0000)] 
force deep binding so that OpenCL implementation use their own functions

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@19 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoCleanup clean/distclean Makefile rules
vdanjean [Fri, 1 Jun 2012 13:19:34 +0000 (13:19 +0000)] 
Cleanup clean/distclean Makefile rules

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@18 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoUpdate database from OpenCL 1.2 headers and AMD implementation
vdanjean [Fri, 1 Jun 2012 13:19:33 +0000 (13:19 +0000)] 
Update database from OpenCL 1.2 headers and AMD implementation

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@17 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoIn order database.
videau [Fri, 1 Jun 2012 12:33:10 +0000 (12:33 +0000)] 
In order database.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@16 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFix problem with special functions
vdanjean [Fri, 1 Jun 2012 12:28:29 +0000 (12:28 +0000)] 
Fix problem with special functions

clGetExtensionFunctionAddressForPlatform needs two parameters,
so using two in all weak functions

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@15 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd weak functions
vdanjean [Fri, 1 Jun 2012 12:28:28 +0000 (12:28 +0000)] 
Add weak functions

And ignore them (-1 in yaml)

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@14 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoForce sorted order in yaml file
vdanjean [Fri, 1 Jun 2012 11:37:07 +0000 (11:37 +0000)] 
Force sorted order in yaml file

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@13 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoupdate Makefile
vdanjean [Fri, 1 Jun 2012 11:21:14 +0000 (11:21 +0000)] 
update Makefile

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@12 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdd .gitignore file
vdanjean [Fri, 1 Jun 2012 08:52:10 +0000 (08:52 +0000)] 
Add .gitignore file

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@11 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agocleanup Makefile, add support for install with DESTDIR
vdanjean [Fri, 1 Jun 2012 08:52:07 +0000 (08:52 +0000)] 
cleanup Makefile, add support for install with DESTDIR

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@10 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoRewrite Makefile
vdanjean [Fri, 1 Jun 2012 08:52:05 +0000 (08:52 +0000)] 
Rewrite Makefile

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@9 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded README.
videau [Fri, 25 May 2012 13:55:42 +0000 (13:55 +0000)] 
Added README.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@8 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoBugfix.
videau [Fri, 25 May 2012 13:35:16 +0000 (13:35 +0000)] 
Bugfix.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@7 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoBugfix...
videau [Fri, 25 May 2012 12:27:50 +0000 (12:27 +0000)] 
Bugfix...

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@6 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded a clGetPlatformInfo template in generated bindings.
videau [Fri, 25 May 2012 12:11:05 +0000 (12:11 +0000)] 
Added a clGetPlatformInfo template in generated bindings.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@5 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded License and bugfixes.
videau [Fri, 25 May 2012 11:44:07 +0000 (11:44 +0000)] 
Added License and bugfixes.
Clean up of Makefile. (Still work to do).

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@4 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoAdded option to generate from database.
videau [Thu, 24 May 2012 14:23:06 +0000 (14:23 +0000)] 
Added option to generate from database.

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@3 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoFirst version
videau [Thu, 24 May 2012 14:06:12 +0000 (14:06 +0000)] 
First version

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@2 54081c91-f12c-4b0d-b4b4-172e8089a626

11 years agoInit
root [Tue, 22 May 2012 14:00:02 +0000 (14:00 +0000)] 
Init

git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/ocl-icd/trunk@1 54081c91-f12c-4b0d-b4b4-172e8089a626