summaryrefslogtreecommitdiff
path: root/render/render.c
Commit message (Expand)AuthorAgeFilesLines
* render: Fix out of bounds access in SProcRenderCompositeGlyphs()Povilas Kanapickas2021-12-141-0/+9
* dix: Call SourceValidate before GetImageAdam Jackson2019-10-301-0/+5
* Unvalidated lengthsNathan Kidd2017-10-101-0/+3
* render: Fix out of boundary heap accessTobias Stoeckmann2017-03-131-0/+4
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-011-37/+37
* dix: Remove pointless client-state callbacksAdam Jackson2016-05-111-13/+0
* render: Simplify SProcRenderScaleAdam Jackson2015-09-211-14/+1
* Convert top level extensions to new *allocarray functionsAlan Coopersmith2015-04-211-3/+3
* render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]Alan Coopersmith2014-12-081-1/+15
* render: check request size before reading it [CVE-2014-8100 1/2]Julien Cristau2014-12-081-2/+2
* Drop trailing whitespacesPeter Hutterer2014-11-121-2/+2
* xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson2014-04-221-1/+1
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-31/+31
* Move extension initialisation prototypes into extinit.hDaniel Stone2012-07-091-0/+1
* Use C99 designated initializers in various extension RepliesAlan Coopersmith2012-07-091-5/+5
* Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith2012-07-091-2/+2
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-091-4/+4
* render/exa: use glyph picture accessorsDave Airlie2012-05-211-2/+2
* Indentation: Change '& stuff' to '&stuff'Daniel Stone2012-03-211-6/+6
* Introduce a consistent coding styleKeith Packard2012-03-211-1908/+1876
* Convert ProcRenderQueryFilters to use memcpy instead of strncpyAlan Coopersmith2011-11-231-2/+2
* Unconditionally #include <stdint.h>Alan Coopersmith2011-09-231-4/+0
* Cast char* buffers to swap functionsMatt Turner2011-09-211-3/+3
* Use internal temp variable for swap macrosMatt Turner2011-09-211-238/+204
* dix: don't free stranger pointers inside AllocARGBCursorTiago Vignatti2011-04-071-3/+9
* render: fix memory leaks in ProcRenderCompositeGlyphsTiago Vignatti2011-04-041-13/+12
* Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard2011-03-231-20/+5
|\
| * panoramiX: consolidate common id assignment code.Dave Airlie2011-03-101-20/+5
* | xinerama: Use RESTYPE consistentlyAdam Jackson2011-03-081-1/+1
|/
* Render: Fix 'comparing between distinct pointer types' warningDaniel Stone2010-12-271-2/+4
* Move inclusion of panoramiX headers to top of render.cAlan Coopersmith2010-12-071-3/+5
* render: Fix byteswapping of gradient stopsAndrea Canciani2010-12-021-2/+2
* render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)Adam Jackson2010-08-191-0/+8
* Remove unnecessary parentheses around return values in functionsMikhail Gusarov2010-06-101-15/+15
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-051-3/+3
* Move each screen's x/y origin into ScreenRec.Jamey Sharp2010-06-031-22/+22
* Delete panoramiXdataPtr: it's redundant.Jamey Sharp2010-06-031-22/+22
* Move each screen's root-window pointer into ScreenRec.Jamey Sharp2010-06-031-1/+1
* Add typed resource-lookup errors for non-core resource types.Jamey Sharp2010-05-191-17/+29
* Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp2010-05-191-1/+1
* Check pixmap allocation return value when creating glyphsKeith Packard2010-05-151-0/+7
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-30/+20
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-57/+57
* VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp2010-05-071-86/+45
* RENDER: Fix gradient and solid fill pictures with Xinerama, and misc cleanupRobert Morell2010-01-291-0/+137
* Render: Fix request size verificationRobert Morell2010-01-291-2/+2
* Add type name argument to CreateNewResourceTypeAlan Coopersmith2009-12-181-5/+2
* Ensure all resource types created have names registeredAlan Coopersmith2009-12-181-0/+4
* render: Fix crash in RenderAddGlyphs (#23645)Peter Hutterer2009-10-011-1/+5
* input: define server-supported protocol versions in one single file.Peter Hutterer2009-09-211-3/+4