Age | Commit message (Expand) | Author |
2009-07-26 | Replace dixLookupResource by dixLookupResourceBy{Type,Class} | Keith Packard |
2008-11-24 | Export a bunch of matrix operations from render. | Keith Packard |
2008-10-06 | xalloc+memset(0) -> xcalloc | Adam Jackson |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky |
2008-06-24 | Bug #15369: Don't reduce Over to Src for transform + RepeatNone. | Owen Taylor |
2008-06-09 | CreateColormap returns Success on success, not TRUE. | Aaron Plattner |
2007-10-25 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh |
2007-10-19 | Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code. | Eric Anholt |
2007-10-15 | registry: Add some missing #include's. | Eamon Walsh |
2007-10-11 | dix: Add a new "registry" mechanism for registering string names of things. | Eamon Walsh |
2007-09-19 | devPrivates rework: move devPrivates field in drawable structure types | Eamon Walsh |
2007-09-05 | xace: add new fields to resource access hook to allow parent resource objects | Eamon Walsh |
2007-08-31 | xace: add hooks + new access codes: Render extension | Eamon Walsh |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh |
2007-08-25 | Refactor PictureInitIndexedFormats. | Adam Jackson |
2007-07-29 | ReduceCompositeOp returns a Render op, not a boolean. | Adam Jackson |
2007-05-15 | Use the pixman fixed point types and macros | Soren Sandmann Pedersen |
2007-04-23 | Remove #if 0'ed merge leftovers | Soren Sandmann Pedersen |
2007-04-23 | Gradient fixes | Soren Sandmann Pedersen |
2007-04-19 | Merge David Reveman's gradient optimization patch from pixman | Soren Sandmann Pedersen |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh |
2006-09-12 | transformIsIdentity() now doesn't accept a zero matrix as the identity. | Tilman Sauerbeck |
2006-09-11 | Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix. | Tilman Sauerbeck |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson |
2006-07-03 | Bug #7366: Fix two crashes in operations on source pictures. | Eric Anholt |
2006-04-19 | Add support for x4a4 format (depth 4 at 8bpp). Bug #6325. | Keith Packard |
2006-03-08 | render/picture.c Initialize the format of a source picture to | Lars Knoll |
2006-03-06 | render/picture.c Correctly initialize devPrivates variable in source only | Lars Knoll |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson |
2006-02-13 | Reverted, did nothing anyway, I'm not smart today. | Adam Jackson |
2006-02-13 | Further op reduction when both src and dst alpha are absent. | Adam Jackson |
2006-02-12 | Simplify ops that would use the alpha channel when an alpha channel is | Eric Anholt |
2006-01-04 | Correct rounding in divide-by-255 code. Obtained from xserver. | Eric Anholt |
2006-01-03 | Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA | Eric Anholt |
2005-12-28 | Merge from xserver: Make the existing ChangePictureFilter and | Eric Anholt |
2005-12-09 | Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron | Adam Jackson |
2005-10-06 | Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashes | Benjamin Herrenschmidt |
2005-07-13 | Fix compilation where uint is not defined. | Torrey Lyons |
2005-07-04 | provide the uint datatype on WIN32 | Alexander Gottwald |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone |
2005-07-01 | Add support for gradients and solid fills to Render. | Lars Knoll |
2005-06-15 | Fix projective transformations in fbcompose.c Bugfix for convolution | Lars Knoll |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn |
2004-08-15 | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard |
2004-08-13 | Fix copy'n'paste-os of x/y in CopyPicture for AlphaXOrigin and ClipXOrigin. | Eric Anholt |
2004-08-11 | In CopyPicture, add missing call to ChangePicture to notify about the | Eric Anholt |