Age | Commit message (Expand) | Author | Files | Lines |
2010-06-06 | Remove more superfluous if(p) checks around free(p) | Mikhail Gusarov | 1 | -2/+1 |
2010-06-05 | Clean up after removal of screen parameters from region macros. | Jamey Sharp | 1 | -5/+3 |
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 1 | -10/+11 |
2010-06-05 | Rename region macros to eliminate screen argument | Keith Packard | 1 | -9/+9 |
2010-05-19 | Add typed resource-lookup errors for non-core resource types. | Jamey Sharp | 1 | -1/+0 |
2010-05-19 | Return an appropriately-typed error from dixLookupResourceByType. | Jamey Sharp | 1 | -1/+0 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -28/+28 |
2010-05-07 | Return BadPicture, not BadPixmap, if alpha-map is invalid. | Jamey Sharp | 1 | -1/+1 |
2009-12-18 | Add type name argument to CreateNewResourceType | Alan Coopersmith | 1 | -7/+3 |
2009-09-23 | render: Don't add b8g8r8x8 format for depth 24. | Michel Dänzer | 1 | -4/+1 |
2009-08-13 | Add 4 missing 10bpc picture formats to the server format list. | Pierre-Loup A. Griffais | 1 | -0/+11 |
2009-08-04 | Add support for RENDER BGRA formats. | Michel Dänzer | 1 | -1/+35 |
2009-04-29 | Fix most remaining deprecated resource lookups. | Eamon Walsh | 1 | -2/+3 |
2009-03-09 | Replace dixLookupResource by dixLookupResourceBy{Type,Class} | Keith Packard | 1 | -2/+2 |
2008-12-03 | Rework symbol visibility for easier maintenance | Paulo Cesar Pereira de Andrade | 1 | -40/+40 |
2008-11-29 | Export symbols defined in the sdk. | Paulo Cesar Pereira de Andrade | 1 | -36/+36 |
2008-11-24 | Export a bunch of matrix operations from render. | Keith Packard | 1 | -64/+0 |
2008-10-06 | xalloc+memset(0) -> xcalloc | Adam Jackson | 1 | -2/+1 |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -2/+4 |
2008-06-24 | Bug #15369: Don't reduce Over to Src for transform + RepeatNone. | Owen Taylor | 1 | -2/+14 |
2008-06-09 | CreateColormap returns Success on success, not TRUE. | Aaron Plattner | 1 | -2/+3 |
2007-10-25 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -18/+0 |
2007-10-19 | Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code. | Eric Anholt | 1 | -18/+0 |
2007-10-15 | registry: Add some missing #include's. | Eamon Walsh | 1 | -0/+1 |
2007-10-11 | dix: Add a new "registry" mechanism for registering string names of things. | Eamon Walsh | 1 | -2/+0 |
2007-09-19 | devPrivates rework: move devPrivates field in drawable structure types | Eamon Walsh | 1 | -1/+1 |
2007-09-05 | xace: add new fields to resource access hook to allow parent resource objects | Eamon Walsh | 1 | -2/+2 |
2007-08-31 | xace: add hooks + new access codes: Render extension | Eamon Walsh | 1 | -12/+19 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 1 | -108/+7 |
2007-08-25 | Refactor PictureInitIndexedFormats. | Adam Jackson | 1 | -24/+24 |
2007-07-29 | ReduceCompositeOp returns a Render op, not a boolean. | Adam Jackson | 1 | -1/+1 |
2007-05-15 | Use the pixman fixed point types and macros | Soren Sandmann Pedersen | 1 | -3/+0 |
2007-04-23 | Remove #if 0'ed merge leftovers | Soren Sandmann Pedersen | 1 | -17/+0 |
2007-04-23 | Gradient fixes | Soren Sandmann Pedersen | 1 | -1/+15 |
2007-04-19 | Merge David Reveman's gradient optimization patch from pixman | Soren Sandmann Pedersen | 1 | -71/+35 |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 1 | -1/+1 |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh | 1 | -2/+2 |
2006-09-12 | transformIsIdentity() now doesn't accept a zero matrix as the identity. | Tilman Sauerbeck | 1 | -0/+1 |
2006-09-11 | Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix. | Tilman Sauerbeck | 1 | -7/+13 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -1/+0 |
2006-07-03 | Bug #7366: Fix two crashes in operations on source pictures. | Eric Anholt | 1 | -6/+11 |
2006-04-19 | Add support for x4a4 format (depth 4 at 8bpp). Bug #6325. | Keith Packard | 1 | -2/+6 |
2006-03-08 | render/picture.c Initialize the format of a source picture to | Lars Knoll | 1 | -0/+1 |
2006-03-06 | render/picture.c Correctly initialize devPrivates variable in source only | Lars Knoll | 1 | -0/+1 |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 1 | -6/+6 |
2006-02-13 | Reverted, did nothing anyway, I'm not smart today. | Adam Jackson | 1 | -21/+0 |
2006-02-13 | Further op reduction when both src and dst alpha are absent. | Adam Jackson | 1 | -5/+35 |
2006-02-12 | Simplify ops that would use the alpha channel when an alpha channel is | Eric Anholt | 1 | -0/+89 |
2006-01-04 | Correct rounding in divide-by-255 code. Obtained from xserver. | Eric Anholt | 1 | -4/+4 |
2006-01-03 | Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA | Eric Anholt | 1 | -0/+3 |