summaryrefslogtreecommitdiff
path: root/render/render.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-0/+1
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith1-5/+5
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-2/+2
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-4/+4
2012-05-21render/exa: use glyph picture accessorsDave Airlie1-2/+2
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-6/+6
2012-03-21Introduce a consistent coding styleKeith Packard1-1908/+1876
2011-11-23Convert ProcRenderQueryFilters to use memcpy instead of strncpyAlan Coopersmith1-2/+2
2011-09-23Unconditionally #include <stdint.h>Alan Coopersmith1-4/+0
2011-09-21Cast char* buffers to swap functionsMatt Turner1-3/+3
2011-09-21Use internal temp variable for swap macrosMatt Turner1-238/+204
2011-04-07dix: don't free stranger pointers inside AllocARGBCursorTiago Vignatti1-3/+9
2011-04-04render: fix memory leaks in ProcRenderCompositeGlyphsTiago Vignatti1-13/+12
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard1-20/+5
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-20/+5
2011-03-08xinerama: Use RESTYPE consistentlyAdam Jackson1-1/+1
2010-12-27Render: Fix 'comparing between distinct pointer types' warningDaniel Stone1-2/+4
2010-12-07Move inclusion of panoramiX headers to top of render.cAlan Coopersmith1-3/+5
2010-12-02render: Fix byteswapping of gradient stopsAndrea Canciani1-2/+2
2010-08-19render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)Adam Jackson1-0/+8
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