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 | -62/+0 |
| | | | | team player ;). | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -10/+10 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | introduced gl package and moved all interoperability functionality into it. | Michael Bien | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 1 | -1/+2 |
| | | | | several smaller improvements and doc fixes. | ||||
* | more device properties. | Michael Bien | 2010-01-21 | 1 | -2/+2 |
| | |||||
* | CLInfoAccessor uses now threadlocal direct nio buffers for all operations. | Michael Bien | 2010-01-15 | 1 | -19/+29 |
| | | | | | javadoc improvements. added event based profiling functionality. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -0/+51 |
refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. |