summaryrefslogtreecommitdiff
path: root/hw/xfree86/exa
AgeCommit message (Expand)AuthorFilesLines
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2009-12-28EXA: Allow optimized migration to be enabled with mixed pixmaps.Michel Dänzer1-18/+19
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+2
2009-02-27Revert "EXA: Handle separate alpha maps properly in Composite fallback."Michel Dänzer1-2/+1
2009-02-24EXA: Handle separate alpha maps properly in Composite fallback.Michel Dänzer1-1/+2
2008-12-01More man page updates for 1.6 release for Xorg, xorg.conf & exa man pages.Alan Coopersmith1-7/+9
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-07-04Remove unused function and variables.Tiago Vignatti1-7/+0
2008-05-24EXA: Only record damage generated by rendering operations.Michel Dänzer2-7/+1
2008-03-22exa: use xf86ReturnOptValBool instead of xf86IsOptionSetJulien Cristau1-6/+7
2008-02-14Friends don't let friends call xf86AddModuleInfo.Adam Jackson1-25/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh2-0/+14
2007-11-07EXA: Disable problematic optimization of dest pixmap migration by default.Michel Dänzer2-0/+14
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-09-12Replace a non-ascii char with the corresponding groff escape in exa.man.preBrice Goglin1-1/+1
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-12/+6
2006-12-28Switch the default migration heuristic for EXA to "always".Eric Anholt1-1/+1
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-30remove README (which doesn't exist) from EXTRA_DISTDaniel Stone1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-23Add a manpage for EXA.Eric Anholt2-0/+52
2006-06-18Add options to disable EXA acceleration for Composite/UTS/DFS, and always printEric Anholt1-2/+33
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-5/+2
2006-04-18Missed in previous commit: Add a new migration scheme, called "Smart" forEric Anholt1-0/+2
2006-03-15Add a new migration scheme, "always", which will move pixmaps to theirEric Anholt1-5/+38
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt1-1/+1
2006-03-07Remove stale EXA files, which failed to get removed during the move toEric Anholt8-3812/+0
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt2-10/+165
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith1-1/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt2-1/+8
2006-02-02Move the frequently-repeated code to get the pixmap that backs a drawableEric Anholt4-59/+26
2006-02-02Remove more debugging leftovers.Eric Anholt1-12/+0
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt12-5098/+41
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
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom3-3/+3
2005-10-20EXA: The "optimization" for using a fill operation instead of 1x1 copiesThomas Winischhofer3-9/+9
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt7-32/+82
2005-10-13Fix stupid mistake in yesterday's allocator commit, would cause exa toBenjamin Herrenschmidt2-2/+4
2005-10-12Use proper access size when reading pixel based on bpp of the source pixmapBenjamin Herrenschmidt2-6/+26
2005-10-12If a window background is a 1x1 pixmap, read the value out and go toEric Anholt3-0/+81
2005-10-11Fix a couple of bugs in the offscreen allocator. One mostly harmless wasBenjamin Herrenschmidt3-35/+39
2005-10-10Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in theBenjamin Herrenschmidt3-0/+6
2005-10-09Don't try the accelerated glyphs path for component-alpha text (which IEric Anholt2-4/+10
2005-10-06Clients tend to set picture->repeat when not necessary. Most HW cannotBenjamin Herrenschmidt2-8/+48
2005-10-06Bug #4699: Correct some memory leaks in EXA and damage related to regionEric Anholt2-0/+2
2005-10-04Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to doEric Anholt2-0/+4
2005-10-02Fix include path for commit of bug #4616.Eric Anholt1-1/+3