Commit Graph

27 Commits

Author SHA1 Message Date
Alexandre Julliard 3712ae0c70 glu32: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-23 10:06:01 +01:00
Alexandre Julliard f60ec4ea06 glu32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-12 13:58:01 +01:00
Alexandre Julliard ec55b1c271 glu32: No longer load the Unix libGLU.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-12 13:58:01 +01:00
Alexandre Julliard 55e1e0c525 glu32: Use standard dlopen() instead of the libwine wrappers.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:41 +02:00
Michael Stefaniuc de8c478c43 glu32: Avoid an ARRAY_SIZE-like macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-06 19:44:26 +02:00
Alexandre Julliard 2386e37bd2 glu32: Import tessellation functions from Mesa.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-21 13:37:25 +02:00
Alexandre Julliard 99e24f0004 glu32: Import mipmap functions from Mesa.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-20 11:24:59 +02:00
Alexandre Julliard 845b1ff5bf glu32: Import quadric functions from Mesa.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-14 09:37:18 +02:00
Alexandre Julliard 03c5ab2e72 glu32: Import projection functions from Mesa.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-14 09:37:18 +02:00
Alexandre Julliard b4e31e0232 glu32: Implement gluErrorUnicodeStringEXT.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-07 20:48:28 +02:00
Alexandre Julliard 89edb2eee2 glu32: Implement gluErrorString.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-07 20:48:28 +02:00
Alexandre Julliard 5fff9bcb63 include: Add a glu.h header.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-07 20:48:28 +02:00
Alexandre Julliard 0128e1a18f glu32: Make gluGetString return the same data as on Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 15:35:59 +02:00
Alexandre Julliard ade10ebc9e glu32: Load libGLU only when functions are actually called.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 15:20:11 +02:00
Alexandre Julliard 2bc75f1ab2 glu32: Implement gluCheckExtension.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 15:19:58 +02:00
Alexandre Julliard 8b1fe34acb glu32: Implement gluGetTessProperty.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 15:14:58 +02:00
Alexandre Julliard 488bdbaf19 glu32: Use the correct data types.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 15:14:57 +02:00
Alexandre Julliard 3558acac72 glu32: Load libGLU dynamically.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 13:57:24 +02:00
Sebastian Lackner 912035f9c8 glu32: Fix wrapper function for glu[Begin|End]Polygon and gluNextContour. 2014-09-15 16:40:38 +02:00
Alexandre Julliard 986e202ab4 glu32: Make some functions static. 2006-08-02 13:26:24 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Eric Pouech 4056d7ef8c Fixed some errors in function prototypes. 2004-12-13 21:19:01 +00:00
Huw Davies 4e947d2f7b Implement the missing tesselator functions and fix the tesselator
callbacks so that the correct calling convention is used.
2003-11-11 00:30:10 +00:00
Alexandre Julliard e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Patrik Stridvall 172cd1b967 Fixed some issues found by winapi_check. 2001-06-11 20:16:11 +00:00
Marcus Meissner b63ab44599 Implemented glu32.dll as libGLU.so forwarder. 2001-06-08 19:02:57 +00:00