search for: _x_export

Displaying 8 results from an estimated 8 matches for "_x_export".

Did you mean: __export
2017 Apr 18
3
[PATCH xserver] Make PixmapDirtyUpdateRec::src a DrawablePtr
...ap, dirty tracking src */ Bool notify_on_damage; /* if sink has requested damage notification */ } msPixmapPrivRec, *msPixmapPrivPtr; diff --git a/include/pixmap.h b/include/pixmap.h index 86b513d47..b7fb25723 100644 --- a/include/pixmap.h +++ b/include/pixmap.h @@ -119,14 +119,15 @@ extern _X_EXPORT void PixmapUnshareSlavePixmap(PixmapPtr slave_pixmap); #define HAS_DIRTYTRACKING_ROTATION 1 +#define HAS_DIRTYTRACKING_DRAWABLE_SRC 1 extern _X_EXPORT Bool -PixmapStartDirtyTracking(PixmapPtr src, +PixmapStartDirtyTracking(DrawablePtr src, PixmapPtr slave_dst,...
2015 Apr 06
0
[ANNOUNCE] xf86-input-keyboard 1.8.1
...Linux machines, though note that use of this driver under Linux is considered very much a legacy use case. Use evdev or the new libinput driver instead. Egbert's fix untangles overlaps between multimedia keys and the jp Henkan/Muhenkan keys. Alan Coopersmith (1): Mark xf86OSKbdPreInit as _X_EXPORT in header to match definitions Egbert Eich (1): Detangle inet keys and jp Henkan/ Muhenkan keys Peter Hutterer (3): Init LEDs to zero before querying the value linux: bring our process group to the foreground (#89653) keyboard 1.8.1 git tag: xf86-input-keyboard-1.8.1 htt...
2012 May 23
1
[PATCH (nouveau)] Add xwayland support
...(*flag) = HW_SKIP_CONSOLE; +#endif + return TRUE; + default: + /* Unknown or deprecated function */ + return FALSE; + } +} + /* * This contains the functions needed by the server after loading the * driver module. It must be supplied, and gets added the driver list by @@ -89,7 +115,7 @@ _X_EXPORT DriverRec NV = { NVAvailableOptions, NULL, 0, - NULL, + nouveau_driver_func, nouveau_device_match, NVPciProbe }; @@ -215,7 +241,28 @@ NVPciProbe(DriverPtr drv, int entity_num, struct pci_device *pci_dev, drmVersion *version; int chipset, ret; char *busid; +#ifdef XORG_WAYLAND + str...
2015 May 04
8
[Bug 90306] New: Nouveau crashes with multiple monitors
https://bugs.freedesktop.org/show_bug.cgi?id=90306 Bug ID: 90306 Summary: Nouveau crashes with multiple monitors Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2007 Mar 27
0
[ANNOUNCE] xf86-video-ati-6.6.191
...single surface and encoding structs. [mach64] Bug 5586: overlay scaler limited to 720 pixels on ATI Rage Pro. Move atiprobe.c from ati to atimisc. Move atioption.c from ati to atimisc. Move {atimach64,r128,radeon}_probe.c from ati to subdrivers. Drop now unneeded _X_EXPORT's. Fold FillIn() back to Probe(). Drop probing by driver name from "Device" section. [mach64] Set pATI->ChipRevision correctly, instead of overriding. [mach64] Use Mach64Chipsets[] instead of ATIChipNames[]. Move atichip.c from ati to atimisc. He...
2012 Jul 04
0
[PATCH] Add xwayland support (v2)
...yland) + (*flag) = HW_SKIP_CONSOLE; + return TRUE; + default: + /* Unknown or deprecated function */ + return FALSE; + } +} + /* * This contains the functions needed by the server after loading the * driver module. It must be supplied, and gets added the driver list by @@ -88,7 +108,7 @@ _X_EXPORT DriverRec NV = { NVAvailableOptions, NULL, 0, - NULL, + nouveau_driver_func, nouveau_device_match, NVPciProbe }; @@ -214,18 +234,46 @@ NVPciProbe(DriverPtr drv, int entity_num, struct pci_device *pci_dev, drmVersion *version; int chipset, ret; char *busid; + struct xwl_screen *xwl_...
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
...: use single surface and encoding structs. [mach64] Bug 5586: overlay scaler limited to 720 pixels on ATI Rage Pro. Move atiprobe.c from ati to atimisc. Move atioption.c from ati to atimisc. Move {atimach64,r128,radeon}_probe.c from ati to subdrivers. Drop now unneeded _X_EXPORT's. Fold FillIn() back to Probe(). Drop probing by driver name from "Device" section. [mach64] Set pATI->ChipRevision correctly, instead of overriding. [mach64] Use Mach64Chipsets[] instead of ATIChipNames[]. Move atichip.c from ati to atimisc. Henry Z...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...ixman-1 include path Rework local client id finding code to be more uniform Sun bug 6589829: include zoneid of shm segment in access policy for MIT-SHM Enable use of /dev/urandom on Solaris as well Restore checks for __i386 where needed for Sun compilers on Solaris Use _X_EXPORT instead of __attribute__((visibility("default"))) Use pkg-config to get -I, -L & -R flags needed for OpenSSL xf86getpagesize() -> getpagesize() in os-support/solaris/sun_bios.c Check for <sys/sdt.h> as well when determining to enable dtrace probes Rest...