| Commit message (Expand) | Author | Age | Files | Lines |
| * | transformIsIdentity() now doesn't accept a zero matrix as the identity. | Tilman Sauerbeck | 2006-09-12 | 1 | -0/+1 |
| * | Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix. | Tilman Sauerbeck | 2006-09-11 | 1 | -7/+13 |
| * | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 2006-07-21 | 13 | -14/+0 |
| * | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 2006-07-18 | 1 | -1/+1 |
| * | Fix source picture filter check for multiple screens. | Eric Anholt | 2006-07-03 | 1 | -3/+11 |
| * | Bug #7366: Fix crashes when setting filters on source pictures. | Eric Anholt | 2006-07-03 | 2 | -7/+22 |
| * | Bug #7366: Fix two crashes in operations on source pictures. | Eric Anholt | 2006-07-03 | 2 | -6/+16 |
| * | Remove the default case from fbcompose.c switches which should cover all cases. | Eric Anholt | 2006-06-23 | 1 | -4/+0 |
| * | Convert PICT_* names from #defines to an enum to aid in debugging. | Eric Anholt | 2006-06-19 | 2 | -43/+45 |
| * | Bug #6867: Yet another Render crash fix. (Michel Dänzer) | Adam Jackson | 2006-05-09 | 1 | -2/+2 |
| * | Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer. | Matthieu Herrb | 2006-05-02 | 1 | -2/+2 |
| * | Add support for x4a4 format (depth 4 at 8bpp). Bug #6325. | Keith Packard | 2006-04-19 | 2 | -2/+15 |
| * | Big old pile of warning fixes. | Adam Jackson | 2006-03-28 | 1 | -1/+0 |
| * | render/picture.c Initialize the format of a source picture to | Lars Knoll | 2006-03-08 | 1 | -0/+1 |
| * | render/picture.c Correctly initialize devPrivates variable in source only | Lars Knoll | 2006-03-06 | 1 | -0/+1 |
| * | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 2006-02-15 | 6 | -17/+17 |
| * | Mark everything in misym.c as _X_EXPORT. | Adam Jackson | 2006-02-15 | 1 | -1/+1 |
| * | Reverted, did nothing anyway, I'm not smart today. | Adam Jackson | 2006-02-13 | 1 | -21/+0 |
| * | Further op reduction when both src and dst alpha are absent. | Adam Jackson | 2006-02-13 | 1 | -5/+35 |
| * | Simplify ops that would use the alpha channel when an alpha channel is | Eric Anholt | 2006-02-12 | 1 | -0/+89 |
| * | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 2006-02-10 | 1 | -4/+1 |
| * | Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers | Dave Airlie | 2006-01-18 | 1 | -0/+2 |
| * | Correct rounding in divide-by-255 code. Obtained from xserver. | Eric Anholt | 2006-01-04 | 1 | -4/+4 |
| * | Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA | Eric Anholt | 2006-01-03 | 7 | -12/+404 |
| * | Merge from xserver: Make the existing ChangePictureFilter and | Eric Anholt | 2005-12-28 | 4 | -3/+39 |
| * | Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron | Adam Jackson | 2005-12-09 | 2 | -3/+9 |
| * | Define XFree86Server only where it is required. | Kevin E Martin | 2005-12-02 | 1 | -1/+1 |
| * | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 2005-11-29 | 1 | -1/+1 |
| * | Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashes | Benjamin Herrenschmidt | 2005-10-06 | 1 | -1/+1 |
| * | Bug #3974: Fix unaligned memory access on LP64. (Matthieu Herrb) | Adam Jackson | 2005-08-28 | 1 | -1/+1 |
| * | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 2005-08-24 | 5 | -20/+0 |
| * | Fix compilation where uint is not defined. | Torrey Lyons | 2005-07-13 | 1 | -10/+7 |
| * | provide the uint datatype on WIN32 | Alexander Gottwald | 2005-07-04 | 1 | -0/+4 |
| * | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 2005-07-03 | 4 | -8/+8 |
| * | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 2005-07-03 | 2 | -6/+0 |
| * | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 2005-07-03 | 17 | -0/+68 |
| * | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 2005-07-02 | 1 | -0/+2 |
| * | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 2005-07-01 | 4 | -9/+9 |
| * | Adding initial build system. | Daniel Stone | 2005-07-01 | 1 | -0/+17 |
| * | Add support for gradients and solid fills to Render. | Lars Knoll | 2005-07-01 | 4 | -46/+716 |
| * | Fix projective transformations in fbcompose.c Bugfix for convolution | Lars Knoll | 2005-06-15 | 2 | -0/+33 |
| * | add the convolution filter from xserver to xorg | Lars Knoll | 2005-06-13 | 2 | -18/+45 |
| * | Render performance improvements. (Lars Knoll, Zack Rusin) | Adam Jackson | 2005-05-09 | 1 | -3/+3 |
| * | Fix includes right throughout the Xserver tree: | Daniel Stone | 2005-04-20 | 3 | -9/+9 |
| * | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 2004-12-04 | 15 | -16/+16 |
| * | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added | Alexander Gottwald | 2004-11-15 | 1 | -1/+1 |
| * | Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol). | Kevin E Martin | 2004-08-18 | 1 | -2/+2 |
| * | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard | 2004-08-15 | 2 | -0/+4 |
| * | Empty damage object when freeing pixmap. | Keith Packard | 2004-08-13 | 2 | -38/+101 |
| * | Fix copy'n'paste-os of x/y in CopyPicture for AlphaXOrigin and ClipXOrigin. | Eric Anholt | 2004-08-13 | 1 | -2/+2 |