summaryrefslogtreecommitdiff
path: root/mi/miexpose.c
AgeCommit message (Collapse)AuthorFilesLines
2008-05-28mi: ansify.Peter Hutterer1-25/+8
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-2/+0
Conflicts: Xext/xevie.c dix/dispatch.c
2008-03-01clean some "unused" warningsGeorge Sapountzis1-2/+0
2008-01-18dix: remove inputInfo.pointer reference in TryClientEvents.Peter Hutterer1-2/+2
Unfortunately, this requires a change in the TCE API, and thus a change in all callers. Tough luck.
2007-11-05mi: Remove usage of allocaDaniel Stone1-8/+8
Replace with heap allocations.
2007-09-13Merge remote branch 'origin/master' into paint-windowEric Anholt1-44/+65
Conflicts: mi/miexpose.c
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-53/+7
This was an attempt to avoid scratch gc creation and validation for paintwin because that was expensive. This is not the case in current servers, and the danger of failure to implement it correctly (as seen in all previous implementations) is high enough to justify removing it. No performance difference detected with x11perf -create -move -resize -circulate on Xvfb. Leave the screen hooks for PaintWindow* in for now to avoid ABI change.
2007-09-12Try again to fix drawable and tile offsets in miPaintWindowKeith Packard1-16/+29
Many coordinate spaces are hard. Let's go drinking.
2007-09-12miPaintWindow draw to window for background.Keith Packard1-42/+52
Instead of drawing to window pixmap for everything, draw to window for background as that works for Xnest and Xdmx; draw to pixmap for borders which neither of those X servers use.
2007-09-12Rewrite miPaintWindow to draw to window pixmap.Keith Packard1-198/+48
miPaintWindow was drawing to the root window, or (sometimes) drawing to the window after smashing the window clip list. This is losing, and easily fixed by just drawing to the window pixmap.
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-51/+0
Composite's automatic redirection is a more general mechanism than the ad-hoc BS machinery, so it's much prettier to implement the one in terms of the other. Composite now wraps ChangeWindowAttributes and activates automatic redirection for windows with backing store requested. The old backing store infrastructure is completely gutted: ABI-visible structures retain the function pointers, but they never get called, and all the open-coded conditionals throughout the DIX layer to implement BS are gone. Note that this is still not a strictly complete implementation of backing store, since Composite will throw the bits away on unmap and therefore WhenMapped and Always hints are equivalent.
2007-03-09mi: remove 'register' keywords.Peter Hutterer1-16/+16
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-02-15Mark everything in misym.c as _X_EXPORT.Adam Jackson1-6/+6
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
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-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-5/+5
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-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+29
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-3/+3
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley1-5/+51
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+827