glew/auto
Matthias Bentrup ca4cfd556f Add optional deleter expression to GL function definitions.
The expression follows the function definition separated by a ~ character,
and is a simple boolean expression built with operators && and || from the
elementary expressions "core" "forward" or a GL version number like "3.2".

Parentheses are not supported, && binds stronger than || and may be ommited,
i.e. "3.2 core" is equivalent to "3.2 && core".
2015-12-16 21:16:04 +10:00
..
bin Add optional deleter expression to GL function definitions. 2015-12-16 21:16:04 +10:00
core/gl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
doc Remove MX support due to the complexity of supporting both MX and Core contexts 2015-12-06 12:49:24 +10:00
lib/OpenGL Clean up a little 2005-01-11 23:03:01 +00:00
src Pass context profile mask and context flags to init functions. 2015-12-16 21:16:02 +10:00
blacklist Patch ID: 3206528 Add support for NV_video_capture 2011-03-11 11:16:50 -06:00
custom.txt added customized subset selection 2004-12-31 08:50:04 +00:00
Makefile Load core function pointers before checking the extension string. 2015-12-16 21:10:52 +10:00