wine/dlls/opengl32
Rico Schüller 8a23fbf56f opengl32: Allow multiple extensions to support the same function.
This allows that gl functions are available for different extensions,
e.g. "glVertexP2ui" which is new GL_ARB_vertex_type_2_10_10_10_rev and
also in GL_VERSION_3_3. It is valid to get that function for each gl
version when GL_ARB_vertex_type_2_10_10_10_rev is in the extension list.
On the other hand that function is available, when the gl version is >= 3.3.
2013-11-05 20:38:21 +01:00
..
tests opengl32/tests: Use BOOL type where appropriate. 2013-10-31 09:58:43 +01:00
make_opengl opengl32: Fix some style issues. 2013-11-05 20:38:21 +01:00
Makefile.in
opengl32.spec
opengl_ext.c
opengl_ext.h
opengl_norm.c
version.rc
wgl.c opengl32: Allow multiple extensions to support the same function. 2013-11-05 20:38:21 +01:00