Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-28 | include/haiku: fix comment typo | Emil Velikov | 1 | -1/+1 | |
Cc: Alexander von Gluck IV <kallisti5@unixzen.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> | |||||
2014-01-26 | haiku: change atomic int to non-volatile | Alexander von Gluck IV | 1 | -5/+5 | |
* Our atomic calls changed recently and no longer want atomic int pointers to be volatile * Spellcheck | |||||
2013-12-16 | Haiku: Add in public GL kit headers | Alexander von Gluck IV | 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 <brianp@vmware.com> |