Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵ | Sven Gothel | 2014-07-03 | 1 | -14/+14 |
| | | | | | | | | | | | | | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines | ||||
* | Minor editing: Remove static imports, using 'final' add some '@XXX' ↵ | Sven Gothel | 2014-02-21 | 1 | -18/+19 |
| | | | | | | decorations to remove warnings. Note 'static import' is evil .. :) | ||||
* | Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum ↵ | Sven Gothel | 2014-02-21 | 1 | -1/+9 |
| | | | | | | to CLContext - Split CLBufferTest and use alignment. See Bug 979 for remaining issues and discussion. | ||||
* | Fix last merge of mbien/master | Sven Gothel | 2011-06-28 | 1 | -8/+8 |
| | |||||
* | introduced CLAccessorFactory spi and threadlocal default impl for CLDevice ↵ | Michael Bien | 2011-05-26 | 1 | -0/+132 |
and CLPlatform. |