Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -266/+0 |
| | | | | team player ;). | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 1 | -5/+8 |
| | | | | several smaller improvements and doc fixes. | ||||
* | renamed QueueBarrier to MultiQueueBarrier. | Michael Bien | 2010-02-25 | 1 | -1/+1 |
| | | | | added cancelBarrier and getCount. | ||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -4/+4 |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | ||||
* | added a few tests for event profiling and enums. | Michael Bien | 2010-02-13 | 1 | -0/+263 |
fixed bug in LocalMemType and Mem enum valueOf(int foo) methods. |