glew/auto
Matthias Bentrup b569f7c965 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-08-07 15:48:49 +02:00
..
bin Add optional deleter expression to GL function definitions. 2015-08-07 15:48:49 +02:00
core/gl OpenGL 4.5 omissions - GetnUniformdv, GetnCompressedTexImage, CONTEXT_FLAG_ROBUST_ACCESS_BIT 2015-08-06 12:13:50 +10:00
doc Bump version to 1.12.0, updated documentation. 2015-01-24 22:45:29 +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-08-07 15:48:49 +02: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-08-07 15:48:49 +02:00