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