summaryrefslogtreecommitdiff
path: root/exa/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-04-28EXA: Use a single large glyph cache pixmapOwen Taylor1-0/+1
Add back exaGlyphs(); the new version copies the glyph images onto a single large glyph pixmap and draws from their to the destination surface. This reduces the management of small offscreen areas and will allow us to avoid texture unit setup between each glyph.
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-05-02Fix Solaris build with Sun compilers to work when exa is built beforeAlan Coopersmith1-0/+4
hw/xfree86/os-support/solaris (as it is by default now).
2006-04-17Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit onDonnie Berkholz1-0/+2
2006-01-18.
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt1-5/+3
dependencies. It was nearly abstract enough already to be used by multiple DDXes. This will be useful for EXA development through providing a fake acceleration implementation within Xephyr, so that testing can be done on new EXA code without worrying about buggy drivers.
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt1-4/+7
removes a little bit of debugging leftovers. Summary: exa.c -> exa.c (miscellaneous code) exa_accel.c (all acceleration code) exa_migration.c (migration logic) exaasync.c -> exa_unaccel.c (software fallbacks) exapict.c -> exa_render.c (render extension stuff) exaoffscreen.c -> exa_offscreen.c exaPriv.h -> exa_priv.h
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
module builds to reflect this change.
2005-10-02Fix include path for commit of bug #4616.Eric Anholt1-1/+3
2005-08-08Add autogenerated source files and other various non-CVS material toKeith Packard1-2/+10
.cvsignore files Use XORG_CFLAGS. Ensure that all exa files are in SOURCES remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines libdamage.la needs libcw.la when COMPOSITE is defined, but that libdamage.la must be after libcomposite.la, so add libcw.la to DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order across all X servers
2005-08-06Last bits of changes to make exa build properly in the modular server.Chris Lee1-0/+1
2005-08-06Adding exa support to the modular server.Chris Lee1-0/+8