Michael Stefaniuc
5ad7d858e0
Do not check for non NULL pointer before HeapFree'ing it. It's
...
redundant.
2004-12-23 17:06:43 +00:00
Eric Pouech
0a258964c2
Const correctness fixes.
2004-11-30 21:38:57 +00:00
Tom Wickline
5c38e1b561
Version resources cleanup.
2004-11-23 13:59:34 +00:00
Hans Leidekker
719a789792
Fix signed/unsigned comparison warnings.
2004-09-22 02:46:38 +00:00
Lionel Ulmer
9f331f489f
Convert mostly useless ERR to WARN message.
2004-09-01 22:46:40 +00:00
Andreas Mohr
5d91a63add
Move some OpenGL defines from the private wgl.h header to where they
...
belong.
2004-08-16 20:07:06 +00:00
Christian Costa
8bbabd16b7
Added glDeleteObjectBufferATI function.
...
Fix for types that have a common root.
2004-04-14 23:58:33 +00:00
Tom Wickline
63eab8cca4
Set version to Win XP Service patch 2.
2004-03-31 20:06:40 +00:00
Alexandre Julliard
9e4ed6460c
.spec.c files are no longer used for 32-bit dlls.
2004-03-24 03:36:44 +00:00
Lionel Ulmer
0e999e3c31
- sync up with latest OpenGL specifications
...
- some fixes in make_opengl to support the new types
2004-03-02 20:54:17 +00:00
Lionel Ulmer
7cff5d8fa9
Handle proper substraction of unsigned numbers.
2004-02-25 01:25:49 +00:00
Lionel Ulmer
51ec927c94
- fix 'empty' glyphs
...
- implement proper bitmap coordinates
2004-02-24 01:21:43 +00:00
Lionel Ulmer
8fec392eaa
Use the NULL matrix instead of giving a badly filled identity matrix.
2004-02-24 00:58:39 +00:00
Alexandre Julliard
a2e2e18586
Avoid a few more GetModuleHandle calls.
2004-02-12 00:35:01 +00:00
Lionel Ulmer
036c4b73eb
Beginning of infrastructure to support WGL extensions.
2004-02-07 01:29:33 +00:00
Alexandre Julliard
294c8af60b
Removed some unnecessary inclusions of gdi.h.
2004-01-20 22:48:57 +00:00
Lionel Ulmer
b945bfd3a4
Implement wglUseFontBitmapsW.
2004-01-06 00:36:13 +00:00
Alexandre Julliard
1dcc247562
Removed now useless call to glXQueryExtensionsString.
2003-12-05 04:43:20 +00:00
Daniel Skorka
1ce53bd2b1
Fixed a problem using glXGetProcAddresARB with bad OpenGL libs.
2003-12-02 05:27:00 +00:00
Dimitrie O. Paun
fbdfd910c1
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-11 01:09:15 +00:00
Michael Günnewig
4d375d1b8b
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-04 03:04:45 +00:00
Mike McCormack
6c579880c9
Add missing LF in trace message.
2003-09-17 20:04:25 +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
Dimitrie O. Paun
4ff79add63
Remove some unneeded __WINESRC__ tests from the headers.
...
Miscellaneous cleanups and fixes.
2003-08-27 02:07:02 +00:00
Patrik Stridvall
ba78aac406
Fixed some issues found by winapi_check.
2003-08-08 21:07:23 +00:00
Lionel Ulmer
aa95df0d94
Check if 'GLX_ARB_get_proc_address' is supported before using
...
glXGetProcAddressARB.
2003-07-11 21:53:26 +00:00
Alexandre Julliard
c8173ecac3
Avoid empty lines at the end of generated files.
2003-07-11 03:51:38 +00:00
Lionel Ulmer
1f4fea3bf7
Load glXGetProcAddressARB dynamically.
2003-07-11 03:50:19 +00:00
Lionel Ulmer
8def400d1f
Only put 'pure' GL 1.2 calls in the 'opengl_norm.c' file.
2003-07-08 21:07:03 +00:00
Dmitry Timoshkov
4e1ef0c114
For all DLLs with defined DllMain and which do not require
...
DLL_THREAD_ATTACH/DLL_THREAD_DETACH notifications, call
DisableThreadLibraryCalls() in order to slightly improve performance
on thread creation/exiting.
2003-06-30 20:53:48 +00:00
Lionel Ulmer
334aacd559
Do not use any typedefs in the GL thunks to prevent all possible
...
compilation issues.
2003-06-20 21:29:28 +00:00
Lionel Ulmer
9ac8ba1589
Upgrade OpenGL thunks with latest version of OpenGL extension
...
registry.
2003-06-13 16:31:17 +00:00
Michael Schlüter
5e8d015a8c
Added wglGetExtensionsStringARB.
2003-05-07 03:18:51 +00:00
Alexandre Julliard
69361e08b9
Moved x11drv.h to dlls/x11drv.
2003-04-22 04:05:08 +00:00
Lionel Ulmer
5a96cbfc74
Have the 'make_opengl' in line with the (manually edited) spec file.
2003-04-14 21:34:11 +00:00
Alexandre Julliard
114a31a2a8
Take advantage of new winebuild syntax to remove redundant function
...
names in spec files.
2003-03-20 03:53:12 +00:00
Alexandre Julliard
a9c51cb60b
Replaced forwards by normal function declarations.
2003-03-17 00:17:00 +00:00
Lionel Ulmer
649c3d3e3e
Support 'stub' wglGetExtensionsStringEXT function.
2003-03-06 22:48:54 +00:00
Lionel Ulmer
4ed280fc81
- update to latest GL spec files
...
- added KTX Buffer Region extension
2003-03-04 02:17:04 +00:00
Lionel Ulmer
55d4f93e2b
Added stub for undocumented 'wglGetDefaultProcAddress' function.
2003-02-11 22:13:54 +00:00
Alexandre Julliard
dbf8b78acd
Added .spec.def files.
2002-12-12 22:04:04 +00:00
Lionel Ulmer
374a7abd65
Implement wglCreateLayerContext for layer 0.
2002-11-30 01:55:59 +00:00
Lionel Ulmer
56ab2b3e91
Load OpenGL library dynamically from x11drv.
2002-11-15 04:16:38 +00:00
Alexandre Julliard
1e1313d54c
Made the dll entry point default to DllMain and removed most of the
...
'init' spec file declarations.
2002-11-04 23:53:41 +00:00
Alexandre Julliard
b34fb35b31
Fixed warnings caused by conversion to -DSTRICT.
2002-10-18 23:48:57 +00:00
Alexandre Julliard
137eed8d9b
Moved X flags and libraries out of Make.rules into the makefiles that
...
need them.
2002-10-01 18:16:19 +00:00
Alexandre Julliard
2c40e29987
Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and
...
ddraw, so that they don't need to link with libwine_tsx11.
Removed header wine_gl.h.
2002-09-25 00:29:56 +00:00
Lionel Ulmer
5da88a2cb9
Support new registered extensions.
2002-07-09 01:59:34 +00:00
Lionel Ulmer
70d6e282c8
Support wglUseFontBitmapsA when using client-side rendering.
2002-07-08 19:34:26 +00:00
Lionel Ulmer
a3f4e7ff3f
Detect DCs without fonts and return an error in wglUseBitmapFonts.
2002-07-03 01:16:45 +00:00