xserver/exa
Eric Anholt e4d11e58ce Remove the PaintWindow optimization.
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-13 00:08:53 +00:00
..
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
exa.c Remove the PaintWindow optimization. 2007-09-13 00:08:53 +00:00
exa.h EXA: Export ExaOffscreenMarkUsed. 2007-05-22 10:51:56 +02:00
exa_accel.c Remove the PaintWindow optimization. 2007-09-13 00:08:53 +00:00
exa_migration.c EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible. 2007-09-07 18:41:30 +02:00
exa_offscreen.c ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory. 2007-07-03 11:00:29 +02:00
exa_priv.h Remove the PaintWindow optimization. 2007-09-13 00:08:53 +00:00
exa_render.c EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs. 2007-09-07 18:41:33 +02:00
exa_unaccel.c Remove the PaintWindow optimization. 2007-09-13 00:08:53 +00:00