Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/haiku: fix comment typo | Emil Velikov | 2014-08-28 | 1 | -1/+1 |
| | | | | | Cc: Alexander von Gluck IV <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | haiku: change atomic int to non-volatile | Alexander von Gluck IV | 2014-01-26 | 1 | -5/+5 |
| | | | | | | * Our atomic calls changed recently and no longer want atomic int pointers to be volatile * Spellcheck | ||||
* | Haiku: Add in public GL kit headers | Alexander von Gluck IV | 2013-12-16 | 4 | -0/+307 |
* These make up the base of what C++ GL Haiku applications use for 3D rendering. * Not placed in includes/GL to prevent Haiku headers from getting installed on non-Haiku systems. Acked-by: Brian Paul <[email protected]> |