summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2014-04-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard9-62/+62
2013-05-15Abstract cursor refcountingPeter Hutterer1-2/+1
2013-01-09render: Unwrap early on the animated cursor BlockHandlerCarlos Garnacho1-1/+2
2012-11-05render: fix shadow warningsYaakov Selkowitz1-4/+4
2012-08-14Only free Render filter names on last screen closeKeith Packard1-1/+4
2012-07-10Render: Remove unused glyphDepthsDaniel Stone1-2/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-2/+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-07-06dix: introduce gpu screens. (v5)Dave Airlie1-0/+2
2012-07-05Add screen-specific privates.Keith Packard1-2/+3
2012-06-28dix/render: consolidate window format matching code.Dave Airlie2-0/+11
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie3-9/+7
2012-05-21render/exa: use glyph picture accessorsDave Airlie2-12/+12
2012-05-21render: add GetGlyphPicture accessor.Dave Airlie2-0/+16
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-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-6/+6
2012-03-21Introduce a consistent coding styleKeith Packard15-5232/+4829
2012-01-13render: don't bother with animated cursors on floating slaves (#39989)Peter Hutterer1-0/+3
2011-12-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith1-1/+2
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith2-6/+6
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-3/+0
2011-11-23Convert ProcRenderQueryFilters to use memcpy instead of strncpyAlan Coopersmith1-2/+2
2011-10-18render: export TriStrip and TriFan to the driversChris Wilson4-32/+114
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-08-31render: Replace __inline with inline.Cyril Brulebois1-5/+1
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 TriStrip and TriFan typedefsSøren Sandmann Pedersen1-18/+0
2011-04-22render: Remove unused fields in the source picture structsSøren Sandmann Pedersen2-38/+0
2011-04-22render: Delete PictureGradientColor()Søren Sandmann Pedersen2-50/+0
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-28render: warning fixesAdam Jackson1-3/+0
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard1-20/+5
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen4-48/+0
2011-03-14Absorb miTriStrip() into CompositeTriStrip()Søren Sandmann Pedersen2-23/+18
2011-03-14Absorb miTriFan() into CompositeTriFan()Søren Sandmann Pedersen2-25/+19
2011-03-14Remove geometry arguments from miSourceValidate()Søren Sandmann Pedersen2-52/+17
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-20/+5
2011-03-08xinerama: Use RESTYPE consistentlyAdam Jackson1-1/+1
2011-02-26Move miTriangles to fb as fbTriangles()Søren Sandmann Pedersen4-126/+1
2011-02-26Move miTrapezoids() into fb as fbTrapezoids()Søren Sandmann Pedersen3-72/+1
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-1/+2
2010-12-31render: Enable animated cursor block handler only when neededPauli Nieminen1-5/+13