Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Tomas Carnecky
|
f09dfe93b1
|
x11drv: Return correct PBuffer drawable.
|
2006-05-08 17:40:20 +02:00 |
Huw Davies
|
13268261bb
|
opengl: Sync a dibsection to its pixmap before drawing to it via opengl.
|
2006-02-02 13:23:55 +01:00 |
Huw Davies
|
412cb77d51
|
opengl: Add support for rendering on bitmaps.
|
2005-12-19 17:45:13 +01:00 |
Raphael Junqueira
|
7b5571cc8c
|
x11drv: cleanup not longer used data on X11DRV_PDEVICE.
|
2005-12-06 11:33:12 +01:00 |
Raphael Junqueira
|
b929f3d673
|
Added support for SHADEBLENDCAPS.
|
2005-11-10 11:05:30 +00:00 |
Huw Davies
|
fd7019579a
|
Add an x11drv escape that returns a glx drawable.
|
2005-09-26 11:04:12 +00:00 |
Alexandre Julliard
|
8ba32b3f9b
|
Delay OpenGL and GDI initialization until they are needed.
|
2005-06-29 19:28:06 +00:00 |
Alexandre Julliard
|
acaa5c5eff
|
Removed the check for the old Resolution option.
|
2005-06-14 18:13:09 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Alexandre Julliard
|
d286b8a660
|
Use standard TLS functions instead of a TEB internal field to access
per-thread data.
|
2005-06-01 11:08:39 +00:00 |
Alexandre Julliard
|
0e49a5b0b9
|
Store a pointer to the currently selected phys bitmap in the device
structure. Create a phys bitmap for the default stock bitmap too.
|
2005-04-12 11:59:48 +00:00 |
Alexandre Julliard
|
3a522f3d71
|
Store the handle to the stock bitmap when the first DC is created to
avoid exporting the DEFAULT_BITMAP define.
|
2005-03-27 18:19:59 +00:00 |
Alexandre Julliard
|
fe661fa752
|
Store the DCE pointer in the DC physDev structure using an x11drv GDI
escape.
|
2005-03-27 17:58:41 +00:00 |
Alexandre Julliard
|
e802bcb2e2
|
Try a TrueColor visual if Xrender fails with a DirectColor one.
|
2005-03-24 21:04:10 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Uwe Bonnes
|
a8509028c1
|
Spelling fix.
|
2004-08-30 18:36:35 +00:00 |
Huw Davies
|
ce4dfe23b4
|
Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.
|
2004-08-26 18:24:49 +00:00 |
Alexandre Julliard
|
642584c560
|
Make x11drv fail to load when it can't open the display, instead of
killing the whole process.
|
2004-07-13 03:49:52 +00:00 |
Mike Hearn
|
e2a7b28960
|
Default to 96dpi when not specified in the config file.
|
2004-05-28 03:39:59 +00:00 |
Alexandre Julliard
|
83decd25ad
|
Changed the CreateDC driver entry point to use an HDC instead of a DC
pointer.
|
2004-03-04 06:26:11 +00:00 |
Alexandre Julliard
|
37fda71e41
|
Get rid of the X11DRV_DC_Funcs hack.
Removed a couple of unused bitmap functions.
|
2004-03-04 06:13:21 +00:00 |
Alexandre Julliard
|
e04fe7da4e
|
Moved hGCClipRgn handling to the graphics driver.
|
2004-02-13 20:26:27 +00:00 |
Alexandre Julliard
|
294c8af60b
|
Removed some unnecessary inclusions of gdi.h.
|
2004-01-20 22:48:57 +00:00 |
Alexandre Julliard
|
b89525fb06
|
Removed the bitsPerPixel field in the generic DC structure, and leave
it up to the graphics driver to define it if necessary.
|
2004-01-18 22:20:17 +00:00 |
Alexandre Julliard
|
6ec42c0c3b
|
Moved a bunch of definitions from gdi.h into a new gdi_private.h to
make sure we don't use them outside of gdi32.
|
2004-01-15 00:35:38 +00:00 |
Alexandre Julliard
|
85dcf1e1a0
|
Moved SetDrawable, StartGraphicsExposures and EndGraphicsExposures
functionality to x11drv escapes so that we don't have to access the DC
structure directly.
|
2004-01-14 04:53:11 +00:00 |
Alexandre Julliard
|
4715f13209
|
Moved all the files in graphics/x11drv to dlls/x11drv.
|
2003-12-05 00:20:27 +00:00 |