summaryrefslogtreecommitdiff
path: root/render/render.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-15/+15
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-3/+3
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-22/+22
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-22/+22
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-17/+29
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+1
2010-05-15Check pixmap allocation return value when creating glyphsKeith Packard1-0/+7
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-30/+20
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-57/+57
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp1-86/+45
2010-01-29RENDER: Fix gradient and solid fill pictures with Xinerama, and misc cleanupRobert Morell1-0/+137
2010-01-29Render: Fix request size verificationRobert Morell1-2/+2
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+2
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+4
2009-10-01render: Fix crash in RenderAddGlyphs (#23645)Peter Hutterer1-1/+5
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+4
2009-09-21render: reply with the server or client version, whichever is lower.Peter Hutterer1-2/+12
2009-07-15Render: Add support for the PDF blend mode operators.Fredrik Höglund1-0/+2
2009-07-14render: switch to byte counting functionsPeter Hutterer1-8/+8
2009-05-04Fix typo in ProcRenderCreateAnimCursor.Michel Dänzer1-1/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-108/+62
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-4/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+2
2009-02-03render: rename SetBit to RenderSetBit.Peter Hutterer1-5/+5
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-5/+5
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-5/+5
2008-10-06Build fix.Adam Jackson1-2/+2
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-4/+2
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-2/+0
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-9/+1
2008-06-11CVE-2008-2362 - RENDER Extension memory corruptionMatthieu Herrb1-4/+12
2008-06-11CVE-2008-2361 - RENDER Extension crashMatthieu Herrb1-0/+2
2008-06-11CVE-2008-2360 - RENDER Extension heap buffer overflowMatthieu Herrb1-2/+9
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-118/+0
2007-12-02Clean up many #if 0.Adam Jackson1-118/+0
2007-11-20Revert "registry: Register RENDER extension protocol names."Eamon Walsh1-90/+0
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-11-15Fix a really dumb typo.Aaron Plattner1-1/+1
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-24/+26
2007-11-05Render: Remove usage of allocaDaniel Stone1-22/+22
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-2/+4
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-35/+121
2007-10-15registry: Register RENDER extension protocol names.Eamon Walsh1-0/+90
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-5/+5
2007-08-31xace: add hooks + new access codes: Render extensionEamon Walsh1-36/+58
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-7/+3
2007-08-23Avoid leaking a Pixmap for every glyphCarl Worth1-0/+5