xserver-multidpi/exa
Keith Packard 2dc138922b Rename region macros to eliminate screen argument
This is a combination of a huge mechanical patch and a few small
fixups required to finish the job. They were reviewed separately, but
because the server does not build without both pieces, I've merged
them together at this time.

The mechanical changes were performed by running the included
'fix-region' script over the whole tree:

$ git ls-files | grep -v '^fix-' | xargs ./fix-region

And then, the white space errors in the resulting patch were fixed
using the provided fix-patch-whitespace script.

$ sh ./fix-patch-whitespace

Thanks to Jamey Sharp for the mighty fine sed-generating sed script.

The hand-done changes involve removing functions from dix/region.c
that duplicate inline functions in include/regionstr.h, along with
their declarations in regionstr.h, mi.h and mispans.h.

Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-06-05 18:59:00 -07:00
..
exa_accel.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa_classic.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa_driver.c exa: check for NULL pointer before dereferences it 2010-04-21 18:06:59 +03:00
exa_glyphs.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
exa_migration_classic.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa_migration_mixed.c EXA/mixed: Clean up exaPrepareAccessReg_mixed() a little. 2010-02-17 23:22:36 -08:00
exa_mixed.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa_offscreen.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
exa_priv.h EXA: Wrap Glyphs even without Composite acceleration. 2010-05-20 07:48:51 -07:00
exa_render.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa_unaccel.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa.h exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPixmap->use_gpu_copy 2009-11-28 12:44:58 -08:00
Makefile.am exa: A simple 3rd backend implementation. 2009-08-06 23:48:14 +02:00