Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -7/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | Simplify GLArrayHandler and reduce VBO sideffects | Sven Gothel | 2012-10-10 | 1 | -3/+1 |
| | | | | | | | | | | VBO: Always unbind VBO ASAP after data transfer (glBufferData()) and assignment (glVertexPointer(..), glVertexAttribPointer()). It's a bug to leave it bound .. due to redundancy and other calls which could have change the VBO binding. Removed syncData(..), now it's only issued at enable and hence migrated into the enable method. | ||||
* | GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved ↵ | Sven Gothel | 2011-10-07 | 1 | -0/+61 |
subarrays - Add GLArrayHandlerFlat gives better distinction of semantics - update sub-array VBO name, if parent's interleaved array initializes it. |