Sweden-Number/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
Makefile.in opengl32: Avoid using the system GL headers. 2012-11-07 18:12:02 +01:00
make_opengl opengl32: Fix some style issues. 2013-11-05 20:38:21 +01:00
opengl32.spec opengl32: Get rid of wine_ prefix on generated functions. 2012-11-08 15:37:45 +01:00
opengl_ext.c opengl32: Get rid of wine_ prefix on generated functions. 2012-11-08 15:37:45 +01:00
opengl_ext.h opengl32: Avoid using the system GL headers. 2012-11-07 18:12:02 +01:00
opengl_norm.c opengl32: Get rid of wine_ prefix on generated functions. 2012-11-08 15:37:45 +01:00
version.rc
wgl.c opengl32: Allow multiple extensions to support the same function. 2013-11-05 20:38:21 +01:00