xserver/exa
Dave Airlie ffb58f4fa8 exa: add hooks for drivers to take over pixmap allocation
This adds hooks for the driver to access Create/DestroyPixmap and ModifyPixmapHe
ader.

It allocates a 0 sized pixmap using fb and calls the driver routine to do
work of allocating the actual memory.

ModifyPixmapHeader is mainly required for hooking the screen pixmap which
isn't create by normal methods
2007-10-02 14:03:39 +10:00
..
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
exa.c exa: add hooks for drivers to take over pixmap allocation 2007-10-02 14:03:39 +10:00
exa.h exa: add hooks for drivers to take over pixmap allocation 2007-10-02 14:03:39 +10:00
exa_accel.c EXA: Punt for all fallbacks in exaFillRegion*. 2007-09-27 13:33:52 +02:00
exa_migration.c EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty. 2007-09-17 20:40:13 +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 exa: add a pixmap private pointer for drivers to retrieve. 2007-10-02 13:57:55 +10:00
exa_render.c EXA: Removed duplicated exaGetDrawablePixmap() calls. 2007-09-26 16:52:27 +02:00
exa_unaccel.c EXA: Don't crash in ExaCheckPolyArc. 2007-09-17 20:40:06 +02:00