summaryrefslogtreecommitdiff
path: root/miext
AgeCommit message (Expand)AuthorFilesLines
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-1/+1
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone51-19/+223
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone4-0/+8
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone3-3/+3
2005-07-01Adding initial build system.Daniel Stone5-0/+50
2005-06-09Bug #2469: More accurate damage reports. (Jonathan Lennox)Adam Jackson1-36/+58
2005-05-18rewrite the rootless compositing code (1) compiles which is already a hugeZack Rusin1-191/+238
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone9-9/+9
2005-03-22Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-1/+5
2005-03-16Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-3/+7
2004-12-09Fix crash with more than one screen reported by John Davidorff Pell.Torrey Lyons1-2/+25
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn39-40/+40
2004-12-02//freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standaloneRoland Mainz1-1/+3
2004-11-23//freedesktop.org/bugzilla/show_bug.cgi?id=1204): Fix X11 test suiteRoland Mainz1-2/+2
2004-11-22Windows does not have ffs() implementation. added oneAlexander Gottwald1-1/+1
2004-10-25Fix rootless Cygwin crash due to acceleration code illegally modifying aTorrey Lyons1-6/+37
2004-10-08Allow rootless implementations to override frame reordering. This is usedTorrey Lyons2-2/+26
2004-09-18Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons4-12/+107
2004-09-03First set of documentation updates.Kevin E Martin1-8/+4
2004-09-02Workaround for servers using rootless layer with damage (Bug #1168, TorreyXORG-6_7_99_904Kevin E Martin1-0/+8
2004-08-27Bug #1101: Fix PaintWindow in the pixmap case when the window's origin isEric Anholt1-25/+23
2004-08-26Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessaryEric Anholt2-1/+6
2004-08-18Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).Kevin E Martin2-173/+26
2004-08-15Clip destination instead of source. Should be the same, but it looks nicerKeith Packard1-52/+59
2004-08-15Remove debugging code which did a full tree walk on every window operationKeith Packard1-5/+4
2004-08-15Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard1-1/+15
2004-08-15Redraw window borders when switching window pixmaps aroundKeith Packard3-14/+49
2004-08-14Fix offsets again. Really, it works this time. Promise.Keith Packard1-11/+12
2004-08-14Fix offsets, do whole region at once by using GC clippingKeith Packard1-15/+35
2004-08-14Fix clip list computation and setting to ignore clip changes to "real"Keith Packard3-70/+109
2004-08-14Wrap CopyWindow in cw, which fixes scrolling in many apps.Eric Anholt2-0/+44
2004-08-14Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32Keith Packard3-27/+41
2004-08-12Apply a kludge to initialize the composite wrapper before DamageSetup. IfEric Anholt1-0/+13
2004-08-12Fix various cw issues, including a couple reported by deronj:Eric Anholt4-48/+41
2004-08-12Add call to SourceValidate() when pDst == pSrc, so misprite.c get a chanceKristian Høgsberg1-0/+13
2004-08-12Paint to parent window instead of parent window's pixmap (helps for serversKeith Packard1-2/+2
2004-08-11Add COMPOSITE change to fbCopyWindow (not needed yet)Keith Packard2-30/+56
2004-08-07Fix minor timestamp lossage in mieq.Keith Packard1-9/+8
2004-08-07Clean up cw initialization, make sure wrappers re-wrap on exit.Keith Packard1-19/+11
2004-08-06Fix missing ';' in cw.c and unwrap the render wrapper properly.Eric Anholt3-5/+24
2004-08-05- Add a new Render function, CopyPicture, which will update a picture withEric Anholt3-114/+116
2004-08-04- Always validate the backing GC in cwValidateGC, not just when the clipEric Anholt1-20/+18
2004-08-03programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb4-9/+9
2004-08-03Major improvements to Composite wrapper. Several issues remain, but it nowEric Anholt4-209/+274
2004-08-03Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soAdam Jackson4-1/+21
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt4-0/+1718
2004-07-31Integrate latest damage bits, including the addition of Composite code.Eric Anholt1-13/+81
2004-07-30Add generic rootless layer documentation missed from last commit.Torrey Lyons1-0/+403
2004-07-30Merge many XDarwin improvements:Torrey Lyons4-71/+131