glew/auto/bin
Matthias Bentrup e935fcad83 Load core function pointers before checking the extension string.
For GL versions since 3.0 the glGetString() function is deprecated or removed,
and the right way to query extensions is glGetStringi(), but that has to be
loaded first.

Also instead of searching the whole extension string n times lookup the
known extensions in a static hash table. The hash table is built with
the gperf utility.
2015-12-16 21:10:52 +10:00
..
filter_gl_ext.sh [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +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 [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_def_var.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_enable_index.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_gperf.pl Load core function pointers before checking the extension string. 2015-12-16 21:10:52 +10:00
make_header.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_html.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_index.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_info_list.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_info.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_init.pl Remove MX support due to the complexity of supporting both MX and Core contexts 2015-12-06 12:49:24 +10:00
make_initd.pl Remove MX support due to the complexity of supporting both MX and Core contexts 2015-12-06 12:49:24 +10:00
make_list.pl Load core function pointers before checking the extension string. 2015-12-16 21:10:52 +10:00
make_str.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_struct_fun.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make_struct_var.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
make.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
parse_spec.pl [CoreSupport] Use 4th line of extension specification to reused extensions 2015-12-06 12:49:21 +10:00
update_ext.sh Tidy-up for .gitattributes and update_ext.sh 2014-10-24 21:03:11 +10:00