summaryrefslogtreecommitdiff
path: root/hw/xfree86/exa
AgeCommit message (Expand)Author
2009-06-29Change default for ExaOptimizeMigration to falseJulien Cristau
2008-12-02More man page updates for 1.6 release for Xorg, xorg.conf & exa man pages.Alan Coopersmith
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-07-04Remove unused function and variables.Tiago Vignatti
2008-05-24EXA: Only record damage generated by rendering operations.Michel Dänzer
2008-03-22exa: use xf86ReturnOptValBool instead of xf86IsOptionSetJulien Cristau
2008-02-14Friends don't let friends call xf86AddModuleInfo.Adam Jackson
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-07EXA: Disable problematic optimization of dest pixmap migration by default.Michel Dänzer
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-09-12Replace a non-ascii char with the corresponding groff escape in exa.man.preBrice Goglin
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh
2006-12-28Switch the default migration heuristic for EXA to "always".Eric Anholt
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard
2006-07-30remove README (which doesn't exist) from EXTRA_DISTDaniel Stone
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone
2006-06-23Add a manpage for EXA.Eric Anholt
2006-06-18Add options to disable EXA acceleration for Composite/UTS/DFS, and always printEric Anholt
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson
2006-04-18Missed in previous commit: Add a new migration scheme, called "Smart" forEric Anholt
2006-03-15Add a new migration scheme, "always", which will move pixmaps to theirEric Anholt
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt
2006-03-07Remove stale EXA files, which failed to get removed during the move toEric Anholt
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt
2006-02-02Move the frequently-repeated code to get the pixmap that backs a drawableEric Anholt
2006-02-02Remove more debugging leftovers.Eric Anholt
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt
2005-12-02Define XFree86Server only where it is required.Kevin E Martin
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom
2005-10-20EXA: The "optimization" for using a fill operation instead of 1x1 copiesThomas Winischhofer
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt
2005-10-13Fix stupid mistake in yesterday's allocator commit, would cause exa toBenjamin Herrenschmidt
2005-10-12Use proper access size when reading pixel based on bpp of the source pixmapBenjamin Herrenschmidt
2005-10-12If a window background is a 1x1 pixmap, read the value out and go toEric Anholt
2005-10-11Fix a couple of bugs in the offscreen allocator. One mostly harmless wasBenjamin Herrenschmidt
2005-10-10Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in theBenjamin Herrenschmidt
2005-10-09Don't try the accelerated glyphs path for component-alpha text (which IEric Anholt
2005-10-06Clients tend to set picture->repeat when not necessary. Most HW cannotBenjamin Herrenschmidt
2005-10-06Bug #4699: Correct some memory leaks in EXA and damage related to regionEric Anholt
2005-10-04Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to doEric Anholt
2005-10-02Fix include path for commit of bug #4616.Eric Anholt
2005-10-02Bugzilla #4616:Eric Anholt
2005-09-30sparse cleanups. s/0/NULL/ and mark a few things static.Adam Jackson
2005-09-28- Use the dirty flag (which should be set correctly all the time,Eric Anholt
2005-09-21Bug #4541: Fix text drawing in the case where a list contains noEric Anholt
2005-09-21- Change migration-in rule slightly: previously, if your score was lessEric Anholt
2005-09-21Add support for hardware accelerating tiled background painting. OneEric Anholt