Alexandre Julliard
|
2239abb9f9
|
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).
|
2000-11-05 02:05:07 +00:00 |
Alexandre Julliard
|
2a2321bbca
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.
|
2000-08-19 21:38:55 +00:00 |
Alexandre Julliard
|
e101f6db3b
|
Cleaned up a few inter-dll dependencies. Added a few imports.
|
2000-08-14 14:42:41 +00:00 |
Alexandre Julliard
|
6c9d83aa4c
|
Added imports of user32/gdi32/kernel32 wherever necessary.
|
2000-08-03 00:04:24 +00:00 |
Alexandre Julliard
|
6953d6756c
|
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
|
2000-06-20 20:24:14 +00:00 |
Lionel Ulmer
|
83de83e9cf
|
- moved the 'constructor' into a real DLL init function
- make OpenGL32 dependant on the X11 driver
|
2000-06-12 21:53:46 +00:00 |
Lionel Ulmer
|
bff705dc23
|
New OpenGL thunk generation script.
|
2000-06-12 01:21:18 +00:00 |
Lionel Ulmer
|
2f50f0db39
|
Implemented wglShareLists and wglGetCurrentDC.
|
2000-05-30 20:04:21 +00:00 |
Patrik Stridvall
|
17d1e9e5e2
|
Fixed issues found by winapi_check.
|
2000-05-23 23:38:32 +00:00 |
Lionel Ulmer
|
1113706c10
|
- fixed the OpenGL32 spec file (and the make_opengl_spec tool)
- prevent HalfLife from crashing when it frees three times the same
rendering context
|
2000-05-23 21:15:06 +00:00 |
Lionel Ulmer
|
7e5c2c042a
|
- added option to get double-buffered desktop
- implemented wglUseFontBitmapsA and wglDeleteContext
|
2000-05-23 01:20:08 +00:00 |
Patrik Stridvall
|
c654c7edcb
|
Fixed issues found by winapi_check.
|
2000-05-18 00:07:53 +00:00 |
Lionel Ulmer
|
61e4283585
|
- set debug messages after a TRACE_ON test
- prevent crash when making the NULL context current
|
2000-05-14 22:53:17 +00:00 |
Lionel Ulmer
|
bedf40b58b
|
Added support for OpenGL.
|
2000-05-12 20:18:14 +00:00 |