aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/cl-if.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove CLGL interfaceWade Walker2015-11-081-3/+6
| | | | | This removes the last sub-interface that would have to be separately versioned for future versions of OpenCL. After this, new OpenCL versions will only create one new interface and one new implementation.
* Remove creation and all references to CL*Binding interfacesWade Walker2015-11-081-25/+29
| | | | This completes the removal of all CL*Binding interfaces; all tests pass at this point.
* Remove copy of generated Java files to build-temp directoryWade Walker2015-11-081-11/+11
| | | | This build step doesn't seem to be needed; can just read the files where they're created in the build directory and everything works the same.
* Fix build.xml: Remove gluegen config dependency on ../build using build-tempSven Gothel2014-02-171-11/+11
| | | | | | | | Fix copy2temp target and issue it before gluegen of cl-if.cfg. Note: ${project.root}/build cannot be a hard-dependency since ${rootrel.build} is configurable hence ${project.root}/${rootrel.build}.
* Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ↵Sven Gothel2014-01-261-0/+42
JoclVersionActivity Cleanup Build: - Move gluegen config files into make/config (cleanup) - Move stub_includes into respective folder make/stub_includes and keep resources 'clean' JoclVersion: - Analoge to JoglVersion, replaces JOCLVersion (deprecated for now) - Added text based CL info dump. JoclVersionActivity: - Analog to JoclVersionActivity - Added full launch .. tested on Android (but no OpenCL avail.)