Commit Graph

57 Commits

Author SHA1 Message Date
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
Francois Gouget bcd111dd5f glu32: Fix the spelling of some comments.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-09-16 22:58:42 +02:00
Alex Henrie 533e90ba9b glu32: Avoid dead assignment (scan-build).
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-09-16 10:14:33 +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
Francois Gouget 4a4f7e3404 glu32: A couple of spelling fixes in comments.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-04 21:46:59 +01:00
André Hentschel d2ad5ead32 glu32: Don't cast return value from HeapAlloc.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-02 15:52:22 +01:00
Alexandre Julliard 0c65c1824a glu32: Remove ARB_texture_cube_map extension ifdef since it's not defined in wgl.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-25 08:55:56 +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 754b65062e configure: Merge the X_LIBS and XLIB variables. 2014-01-30 14:51:32 +01:00
Alexandre Julliard 8aa64e3580 configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles. 2014-01-30 12:42:56 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Rafał Mużyło bb50d6fd95 configure: Don't use X_PRE_LIBS. 2013-09-05 13:21:58 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 06640efa61 opengl32: Dynamically load libGLU.
Based on a patch by Roderick Colenbrander.
2008-05-01 14:44:49 +02:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 986e202ab4 glu32: Make some functions static. 2006-08-02 13:26:24 +02:00
Alexandre Julliard 5258e061dc make_dlls: Ignore generated import libraries from the top-level .gitignore. 2006-07-10 20:55:58 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Alexandre Julliard aa0b9aac0d Sort entry points alphabetically. 2005-06-22 18:38:23 +00:00
Alexandre Julliard 34fa35dc99 Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
2005-05-09 14:42:30 +00:00
Alexandre Julliard d62356aa1e Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
2005-05-07 12:39:52 +00:00
Eric Pouech 4056d7ef8c Fixed some errors in function prototypes. 2004-12-13 21:19:01 +00:00
Alexandre Julliard 9e4ed6460c .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +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
Dimitrie O. Paun fbdfd910c1 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. 2003-10-11 01:09:15 +00:00
Dave Miller 411f073a3f Alphabetized the functions. 2003-09-12 00:22:31 +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 dbf8b78acd Added .spec.def files. 2002-12-12 22:04:04 +00:00
Francois Gouget 4b97e24380 Add stubs for missing APIs. 2002-12-12 03:55:05 +00:00
Lionel Ulmer 56ab2b3e91 Load OpenGL library dynamically from x11drv. 2002-11-15 04:16:38 +00:00