summaryrefslogtreecommitdiff
path: root/miext/shadow
AgeCommit message (Collapse)AuthorFilesLines
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
Conflicts: dix/dispatch.c dix/property.c hw/xfree86/common/xf86VidMode.c include/xkbsrv.h render/glyph.c xkb/xkbActions.c
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
These hints allow an acceleration architecture to optimize allocation of certain types of pixmaps, such as pixmaps that will serve as backing pixmaps for redirected windows.
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh2-13/+7
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates.
2007-06-29Death to RCS tags.Adam Jackson17-34/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson6-6/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-03-28Big old pile of warning fixes.Adam Jackson1-0/+8
2006-02-16Forgot to include this file in previous patchKeith Packard1-0/+162
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard4-1/+82
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table.
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt5-0/+10
of (marginal) use in the drivers, and that usage remains.
2006-01-23Commit slight variation of bug #5460 which is the merge of the new shadowAlan Hourihane7-1437/+135
code from kdrive.
2006-01-18Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie1-0/+2
breaks.
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+3
module builds to reflect this change.
2005-09-13Tue Sep 13 11:27:05 2005 S%Gï¿¿%@ren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-0/+1
* programs/Xserver/miext/shadow/shadow.c (shadowDamageBox): Add missing REGION_UNINIT.
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone20-14/+94
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+25
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone7-7/+7
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn20-20/+20
2004-08-03programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb4-9/+9
programs/Xserver/hw/xfree86/vgahw/vgaHW.c programs/Xserver/hw/xfree86/vgahw/vgaHW.h programs/Xserver/miext/shadow/shadow.h programs/Xserver/miext/shadow/shpacked.c programs/Xserver/miext/shadow/shplanar.c programs/Xserver/miext/shadow/shrotate.c Fix glitches in pointer to functions declarations.
2004-08-03Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soAdam Jackson4-1/+21
DoLoadableServer NO builds work again.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich20-20/+20
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich20-20/+20
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich20-20/+20
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich20-20/+20
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich20-20/+20
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-7/+21
2003-11-14Initial revisionKaleb Keithley20-0/+3024