[PATCH 3/4] opengl32: Allow multiple extensions to support the same function. (try2)

Rico Schüller kgbricola at web.de
Fri Nov 1 12:18:19 CDT 2013


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.

---
 dlls/opengl32/wgl.c | 53
+++++++++++++++++++++++++++++------------------------
 1 Datei geändert, 29 Zeilen hinzugefügt(+), 24 Zeilen entfernt(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-opengl32-Allow-multiple-extensions-to-support-the-same.txt
Type: text/x-patch
Size: 4562 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131101/b2a56772/attachment.bin>


More information about the wine-patches mailing list