aboutsummaryrefslogtreecommitdiffstats
path: root/test/com
Commit message (Expand)AuthorAgeFilesLines
* toString() for CLEventList.Michael Bien2010-07-191-0/+4
* enabled create-context and build-program callbacks using CL_CALLBACK calling ...Michael Bien2010-07-062-2/+0
* finished CLSubBuffer, added junit testcase, perf improvements and cleanup.Michael Bien2010-07-051-0/+70
* misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.Michael Bien2010-07-041-0/+1
* added CLContext.getSupportedImageFormats() methods and unit test.Michael Bien2010-06-251-0/+29
* added CLVersion utility class and corresponding API.Michael Bien2010-06-243-2/+27
* implemented OpenCL 1.1 user events + JUnit test.Michael Bien2010-06-161-0/+59
* moved calls to program.createCLKernels() into seperate test method.Michael Bien2010-06-162-16/+34
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-312-17/+16
* improved concurrent load test (disabled by default) and confirmed that cl pro...Michael Bien2010-05-302-27/+78
* enabled CLGLTest again... give it another try with hudson.Michael Bien2010-05-231-4/+6
* dissabled CLGL test since there is currently no way to relyable determine if ...Michael Bien2010-05-231-3/+4
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-123-0/+4
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-023-10/+25
* fixed CLProgramTest on AMD platform + GPU device.Michael Bien2010-05-011-5/+12
* continued with callbacks.Michael Bien2010-04-261-1/+1
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-5/+22
* clGetExtensionFunctionAddress returns now a long.Michael Bien2010-04-241-2/+2
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-0/+95
* CLContext should not throw NPE in create(...) if a device or device type is n...Michael Bien2010-04-221-0/+27
* fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized buffer...Michael Bien2010-04-161-1/+5
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-152-0/+35
* enabled LowLevelBindingTest again.Michael Bien2010-04-131-99/+110
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-127-39/+35
* modifications due to class movement in gluegen.Michael Bien2010-04-014-6/+6
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-1/+0
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-2/+2
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-294-4/+4
* forgot test (com.sun.opengl->com.jogamp.opengl).Michael Bien2010-03-271-1/+1
* refactoring due to gluegen changes.Michael Bien2010-03-274-6/+6
* even more utility methods and general awesomeness.Michael Bien2010-03-161-0/+1
* added Capabilities enum and getter to CLDevice.Michael Bien2010-03-161-1/+6
* moved utilities to util package.Michael Bien2010-03-083-10/+18
* fixed hudson build.Michael Bien2010-02-281-1/+2
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-0/+5
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-261-4/+15
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-7/+33
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for CLP...Michael Bien2010-02-251-2/+1
* renamed QueueBarrier to MultiQueueBarrier.Michael Bien2010-02-251-1/+1
* initial import of CLProgramBuilder.Michael Bien2010-02-241-1/+39
* code review, spell checks and scope.Michael Bien2010-02-241-4/+4
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-223-26/+45
* fixed CLBufferTest.mapBufferTest() for non CPU contexts.Michael Bien2010-02-191-3/+18
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera...Michael Bien2010-02-181-0/+40
* added a few tests for event profiling and enums.Michael Bien2010-02-133-61/+164
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-0/+41
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-012-3/+5
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-293-14/+15
* implemented GL interop context creation on windows and mac.Michael Bien2010-01-261-3/+4
* switched from enum to poji as storage for common compiler options.Michael Bien2010-01-221-2/+3