Age | Commit message (Expand) | Author | Files | Lines |
2012-06-05 | api: rework the X server driver API to avoid global arrays. | Dave Airlie | 1 | -8/+8 |
2012-05-21 | xf86: reimplement XF86SCRNINFO macro using new functions. | Dave Airlie | 1 | -2/+1 |
2012-05-21 | xf86: migrate to using xf86ScreenToScrn wrapper (v2) | Dave Airlie | 1 | -1/+1 |
2012-04-05 | xfree86: allow modules to be built without undefined symbols | Yaakov Selkowitz | 1 | -2/+2 |
2012-03-26 | man: s/__xservername__/Xorg/g - no longer required | Gaetan Nadon | 1 | -1/+1 |
2012-03-26 | man: s/__xconfigfile__/xorg.conf/g - no longer required | Gaetan Nadon | 1 | -2/+2 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -78/+75 |
2011-10-15 | xfree86: Link modules with -module | Jeremy Huddleston | 1 | -1/+1 |
2011-06-30 | Fix UTF-8 encoding | Matěj Cepl | 1 | -1/+1 |
2011-01-18 | man: refactor common code in the man pages makefiles | Gaetan Nadon | 1 | -10/+1 |
2011-01-18 | exa: build man pages using XORG_MANPAGE_SECTIONS | Gaetan Nadon | 4 | -16/+15 |
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 1 | -2/+5 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -3/+3 |
2010-03-22 | Fix .man.N targets for AM_SILENT_RULES | Yaakov Selkowitz | 1 | -2/+2 |
2009-12-28 | EXA: Allow optimized migration to be enabled with mixed pixmaps. | Michel Dänzer | 1 | -18/+19 |
2009-11-11 | .gitignore: use common defaults with custom section #24239 | Gaetan Nadon | 1 | -0/+2 |
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 |