glew/auto
Matthias Bentrup f64f38f5bb 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-08-07 15:48:49 +02:00
..
bin Load core function pointers before checking the extension string. 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 Load core function pointers before checking the extension string. 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