glew/auto
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
..
bin Load core function pointers before checking the extension string. 2015-12-16 21:10:52 +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 Load core function pointers before checking the extension string. 2015-12-16 21:10:52 +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