glew/auto/bin
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
..
filter_gl_ext.sh Filtering for GL_NV_framebuffer_mixed_samples extension added. 2014-10-06 21:53:58 +10:00
filter_gles_ext.sh Add experimental OpenGL ES extension support, disabled by default. 2012-10-24 21:49:42 -05:00
filter_spec.py Specification filtering refinement - omit contacts, include contacts and notice 2015-08-06 10:43:12 +10:00
make_def_fun.pl Add optional deleter expression to GL function definitions. 2015-08-07 15:48:49 +02:00
make_def_var.pl [CoreSupport] Tab indentation for perl scripts 2015-06-13 19:44:35 +10:00
make_gperf.pl Load core function pointers before checking the extension string. 2015-08-07 15:48:49 +02:00
make_header.pl Add optional deleter expression to GL function definitions. 2015-08-07 15:48:49 +02:00
make_html.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_info_list.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_info.pl Fix for glewinfo extension string checking. 2010-03-11 23:32:28 +00:00
make_init.pl Add optional deleter expression to GL function definitions. 2015-08-07 15:48:49 +02:00
make_list.pl Load core function pointers before checking the extension string. 2015-08-07 15:48:49 +02:00
make_str.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_struct_fun.pl Add optional deleter expression to GL function definitions. 2015-08-07 15:48:49 +02:00
make_struct_var.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make.pl Add optional deleter expression to GL function definitions. 2015-08-07 15:48:49 +02:00
parse_spec.pl Touch-up: Sort the enums (tokens) in a stable manner for consistency in include files. 2014-09-27 11:34:59 +10:00
update_ext.sh Tidy-up for .gitattributes and update_ext.sh 2014-10-24 21:03:11 +10:00