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