summaryrefslogtreecommitdiff
path: root/render/render.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-26dix: unexport Ones()Enrico Weigelt, metux IT consult1-0/+1
2024-10-10drop obsolete HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult1-2/+0
2024-09-02dix: unexport cursor allocation functionsEnrico Weigelt, metux IT consult1-2/+2
2024-06-23xace: typesafe hook function for XACE_RESOURCE_ACCESSEnrico Weigelt, metux IT consult1-5/+5
2024-04-30include: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-1/+1
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-10/+10
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-3/+6
2024-04-02render: fix refcounting of glyphs during ProcRenderAddGlyphsPeter Hutterer1-4/+11
2024-03-03render: move private definitions out of public glyphstr.hEnrico Weigelt, metux IT consult1-1/+1
2024-03-03render: move private definitions out of picturestr.hEnrico Weigelt, metux IT consult1-1/+1
2021-12-14render: Fix out of bounds access in SProcRenderCompositeGlyphs()Povilas Kanapickas1-0/+9
2019-10-30dix: Call SourceValidate before GetImageAdam Jackson1-0/+5
2017-10-10Unvalidated lengthsNathan Kidd1-0/+3
2017-03-13render: Fix out of boundary heap accessTobias Stoeckmann1-0/+4
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-37/+37
2016-05-11dix: Remove pointless client-state callbacksAdam Jackson1-13/+0
2015-09-21render: Simplify SProcRenderScaleAdam Jackson1-14/+1
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-3/+3
2014-12-08render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]Alan Coopersmith1-1/+15
2014-12-08render: check request size before reading it [CVE-2014-8100 1/2]Julien Cristau1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-04-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-31/+31
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