summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/util/SyncedBitfield.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bitfield.put(..): Return previous valueSven Gothel2015-08-021-2/+2
* SyncedBitfield.clearField: Must be synchronizedSven Gothel2015-08-021-1/+1
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and...Sven Gothel2015-08-021-4/+9
* Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add synchronize...Sven Gothel2015-07-311-0/+91