aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
Commit message (Expand)AuthorAgeFilesLines
* Fix OS X 32-bit builds for OpenCL 1.2 and 2.0Wade Walker2015-11-082-4/+4
* Add versioned interfaces for CL 1.1, 1.2, and 2.0Wade Walker2015-11-083-9/+20
* Remove CLGL interfaceWade Walker2015-11-085-35/+12
* Remove creation and all references to CL*Binding interfacesWade Walker2015-11-0812-190/+29
* Factor out common custom C and Java code to reduce duplicationWade Walker2015-11-0811-782/+398
* Add explicit version number to original CL impl classes.Wade Walker2015-11-083-23/+23
* Add OpenCL 1.2 and 2.0 headers and CLImpl classesWade Walker2015-11-088-1/+1011
* Remove copy of generated Java files to build-temp directoryWade Walker2015-11-081-11/+11
* Upgrade OpenCL headers to standard Khronos version 1.1Wade Walker2015-11-081-0/+1
* Include Khronos derived glcorearb.h before cl_gl.h, avoiding typedef mismatch...Sven Gothel2015-07-141-2/+2
* Remove stub includes that are duplicates of gluegen's and jogl'sWade Walker2015-07-121-1/+1
* Adapt to GlueGen commit 5ca2db226e23c61339943f981a3f46300818cb9a (Use contain...v2.3.1Sven Gothel2015-03-271-2/+2
* Adapt to GlueGen commit 454fac44efd1728d8f5c09ed4abd4041f6187e44: RenameJavaM...v2.3.0Sven Gothel2015-03-111-2/+2
* Add System.err log if CL/JNI library could not be loadedSven Gothel2014-06-251-3/+3
* Adapt to GlueGen commit 9ee44e1a289ecbac024662dd5a2ffc42e8add023 (Bug 1025)Sven Gothel2014-06-251-2/+2
* Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount ca...Sven Gothel2014-06-182-2/+3
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-172-0/+4
* Remove unnamed struct emission warnings.Wade Walker2014-03-051-1/+12
* Pass function pointers into clEnqueueMapImage.Wade Walker2014-03-021-2/+2
* Fix C build warnings.Wade Walker2014-03-021-2/+2
* Merge pull request #5 from WadeWalker/bug_978_fix_solaris_testsWade Walker2014-02-242-13/+15
|\
| * Fix OpenCL test failures on Solaris.Wade Walker2014-02-232-13/+15
* | build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c uptodat...Sven Gothel2014-02-171-1/+1
* | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (2/2)Sven Gothel2014-02-171-0/+3
* | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2)Sven Gothel2014-02-171-4/+4
* | Fix build.xml: Remove gluegen config dependency on ../build using build-tempSven Gothel2014-02-171-11/+11
|/
* Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ...Sven Gothel2014-01-2619-0/+1043