summaryrefslogtreecommitdiff
path: root/include/HaikuGL
AgeCommit message (Collapse)AuthorFilesLines
2019-10-10GL: drop symbols mangling supportEric Engestrom1-1/+0
SCons and Meson have never supported that feature, and Autotools was deleted over 6 months ago and no-one complained yet, so it's pretty obvious nobody cares about it. Fixes: 95aefc94a941701616fd ("Delete autotools") Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
2014-08-28include/haiku: fix comment typoEmil Velikov1-1/+1
Cc: Alexander von Gluck IV <kallisti5@unixzen.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-01-26haiku: change atomic int to non-volatileAlexander von Gluck IV1-5/+5
* Our atomic calls changed recently and no longer want atomic int pointers to be volatile * Spellcheck
2013-12-16Haiku: Add in public GL kit headersAlexander von Gluck IV4-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>