summaryrefslogtreecommitdiff
path: root/render/picture.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23render: Don't add b8g8r8x8 format for depth 24.Michel Dänzer1-4/+1
2009-08-13Add 4 missing 10bpc picture formats to the server format list.Pierre-Loup A. Griffais1-0/+11
2009-08-04Add support for RENDER BGRA formats.Michel Dänzer1-1/+35
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+3
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-40/+40
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-36/+36
2008-11-24Export a bunch of matrix operations from render.Keith Packard1-64/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-2/+4
2008-06-24Bug #15369: Don't reduce Over to Src for transform + RepeatNone.Owen Taylor1-2/+14
2008-06-09CreateColormap returns Success on success, not TRUE.Aaron Plattner1-2/+3
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-18/+0
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt1-18/+0
2007-10-15registry: Add some missing #include's.Eamon Walsh1-0/+1
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-2/+0
2007-09-19devPrivates rework: move devPrivates field in drawable structure typesEamon Walsh1-1/+1
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-2/+2
2007-08-31xace: add hooks + new access codes: Render extensionEamon Walsh1-12/+19
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-108/+7
2007-08-25Refactor PictureInitIndexedFormats.Adam Jackson1-24/+24
2007-07-29ReduceCompositeOp returns a Render op, not a boolean.Adam Jackson1-1/+1
2007-05-15Use the pixman fixed point types and macrosSoren Sandmann Pedersen1-3/+0
2007-04-23Remove #if 0'ed merge leftoversSoren Sandmann Pedersen1-17/+0
2007-04-23Gradient fixesSoren Sandmann Pedersen1-1/+15
2007-04-19Merge David Reveman's gradient optimization patch from pixmanSoren Sandmann Pedersen1-71/+35
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+1
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-2/+2
2006-09-12transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck1-0/+1
2006-09-11Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck1-7/+13
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-03Bug #7366: Fix two crashes in operations on source pictures.Eric Anholt1-6/+11
2006-04-19Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard1-2/+6
2006-03-08render/picture.c Initialize the format of a source picture toLars Knoll1-0/+1
2006-03-06render/picture.c Correctly initialize devPrivates variable in source onlyLars Knoll1-0/+1
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-6/+6
2006-02-13Reverted, did nothing anyway, I'm not smart today.Adam Jackson1-21/+0
2006-02-13Further op reduction when both src and dst alpha are absent.Adam Jackson1-5/+35
2006-02-12Simplify ops that would use the alpha channel when an alpha channel isEric Anholt1-0/+89
2006-01-04Correct rounding in divide-by-255 code. Obtained from xserver.Eric Anholt1-4/+4
2006-01-03Add glyph privates for Xgl, which uses them to implement a glyph cache. EXAEric Anholt1-0/+3
2005-12-28Merge from xserver: Make the existing ChangePictureFilter andEric Anholt1-1/+6
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson1-1/+6
2005-10-06Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashesBenjamin Herrenschmidt1-1/+1
2005-07-13Fix compilation where uint is not defined.Torrey Lyons1-10/+7
2005-07-04provide the uint datatype on WIN32Alexander Gottwald1-0/+4
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2