summaryrefslogtreecommitdiff
path: root/render/picture.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-30render: fix ChangePicture when Xinerama is active (v2) (#49170)Adam Jackson1-6/+39
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-10-23render: Always store client clip as a regionAdam Jackson1-1/+0
2014-07-29render: Remove unused CopyPictureAdam Jackson1-81/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-14/+14
2012-07-05Add screen-specific privates.Keith Packard1-2/+3
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-0/+8
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-04-18dix: add reference count of the resource to ResourceSizeRecErkki Seppälä1-1/+3
2012-04-18render: Report pixmap usage of pictures to resource extension.Rami Ylimäki1-0/+22
2012-03-21Introduce a consistent coding styleKeith Packard1-1058/+965
2011-10-18render: export TriStrip and TriFan to the driversChris Wilson1-32/+12
2011-04-27Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-1/+1
2011-04-25render: Silence warnings when building with clangJeremy Huddleston1-1/+1
2011-04-22render: Remove unused fields in the source picture structsSøren Sandmann Pedersen1-13/+0
2011-04-22render: Delete PictureGradientColor()Søren Sandmann Pedersen1-45/+0
2011-03-28render: warning fixesAdam Jackson1-3/+0
2011-03-14Absorb miTriStrip() into CompositeTriStrip()Søren Sandmann Pedersen1-4/+18
2011-03-14Absorb miTriFan() into CompositeTriFan()Søren Sandmann Pedersen1-4/+19
2010-11-30render: repack PictureRecAdam Jackson1-4/+2
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-5/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-5/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-10/+11
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-9/+9
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-1/+0
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-28/+28
2010-05-07Return BadPicture, not BadPixmap, if alpha-map is invalid.Jamey Sharp1-1/+1
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-7/+3
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