summaryrefslogtreecommitdiff
path: root/composite
AgeCommit message (Expand)AuthorFilesLines
2007-07-31Don't fail compScreenInit if the driver added its own alternate visuals.Aaron Plattner1-1/+2
2007-07-18Refactor how Composite adds visuals to the screen.Adam Jackson1-113/+88
2007-07-10Redirect fix: Manual + Automatic - Manual = AutomaticKeith Packard1-0/+1
2007-07-09Fix regression from recent composite changes.Michel Dänzer1-1/+1
2007-07-03Have Composite always report server version.Keith Packard1-5/+1
2007-07-03Force advertised Composite version to 0.4 instead of using header version.Keith Packard1-5/+8
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard2-21/+26
2007-06-29Death to RCS tags.Adam Jackson5-11/+0
2007-05-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie1-0/+2
2007-03-27Disable composite when Xinerama is active.Eric Anholt1-0/+5
2007-03-27Disable Composite when the screen's visual is pseudocolor.Eric Anholt1-2/+15
2007-03-27Refuse to initialize Composite if Render is not present.Eric Anholt1-0/+6
2007-03-25Static cleanups, dead code deletion.Adam Jackson4-25/+10
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh1-3/+3
2006-12-05Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly wi...Aaron Plattner1-1/+1
2006-12-05Bug #9219: Return BadMatch when trying to name the backing pixmap of an unrea...Aaron Plattner1-1/+4
2006-08-08Add CompositeRegisterAlternateVisuals.Aaron Plattner3-12/+49
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-04-07Fri Apr 7 13:46:45 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-1/+2
2006-03-29Fix composite overlay window bug 6411Deron Johnson2-0/+11
2006-03-13Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3:Deron Johnson5-1/+463
2006-01-12Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-0/+12
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/+1
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone4-12/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone5-0/+20
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+8
2004-08-15Clip destination instead of source. Should be the same, but it looks nicerKeith Packard1-6/+5
2004-08-15Remove debugging code which did a full tree walk on every window operationKeith Packard2-8/+12
2004-08-15Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard1-35/+49
2004-08-15Redraw window borders when switching window pixmaps aroundKeith Packard1-0/+20
2004-08-13Empty damage object when freeing pixmap.Keith Packard4-9/+67
2004-08-12Apply a kludge to initialize the composite wrapper before DamageSetup. IfEric Anholt1-3/+0
2004-08-12Fix some issues reported by deronj:Eric Anholt2-3/+4
2004-08-12Paint to parent window instead of parent window's pixmap (helps for serversKeith Packard1-5/+6
2004-08-07Remove alpha-related fields from visual structure to retain binaryKeith Packard1-3/+0
2004-08-03Major improvements to Composite wrapper. Several issues remain, but it nowEric Anholt1-0/+1
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt5-0/+2267