summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* glamor: fix CbCr format handlingYuriy2022-12-011-1/+4
* render: Fix build with gcc 12Olivier Fourdan2022-01-251-4/+4
* render: Fix out of bounds access in SProcRenderCompositeGlyphs()Povilas Kanapickas2021-12-141-0/+9
* Remove autotools supportPovilas Kanapickas2021-10-271-20/+0
* xserver: fix RGB mask handlingluporl2021-04-161-6/+6
* meson: hide C API if Xorg is disabled (like autotools)Jan Beich2021-03-111-1/+3
* dix: Call SourceValidate before GetImageAdam Jackson2019-10-301-0/+5
* mi: Add a default no-op miSourceValidateAdam Jackson2019-10-301-4/+2
* render: Fix undefined shift in xRenderColorToCard32Adam Jackson2019-10-151-2/+4
* render: Break PICT_a4Adam Jackson2019-08-231-4/+0
* animcur: Fix crash when removing a master deviceAdam Jackson2018-04-241-1/+2
* meson: Distribute more SDK headersThierry Reding2018-04-021-0/+9
* render: Store and use all 16bpc of precision for solid pixels (v2.1)Adam Jackson2018-02-262-0/+2
* render: Simplify miCompositeRectsAdam Jackson2018-02-261-54/+9
* render: Cosmetic cleanup to default format creationAdam Jackson2018-02-231-43/+27
* render: Remove some 24bpp handlingAdam Jackson2018-02-231-8/+0
* animcur: Change which CursorPtr we save in external stateAdam Jackson2018-02-141-3/+4
* animcur: Handle allocation failure for the animation timerAdam Jackson2018-01-091-4/+6
* animcur: Fix transitions between animated cursorsAdam Jackson2018-01-091-10/+15
* animcur: Stop tracking the last display time in the SpriteInfoRecAdam Jackson2018-01-081-3/+0
* animcur: Run the timer from the device, not the screenAdam Jackson2018-01-081-58/+29
* animcur: Return the next interval directly from the timer callbackAdam Jackson2018-01-081-3/+2
* animcur: Use fixed-size screen privateAdam Jackson2018-01-081-12/+4
* Use ARRAY_SIZE all over the treeDaniel Martin2017-10-301-1/+1
* Unvalidated lengthsNathan Kidd2017-10-101-0/+3
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+19
* render: Fix out of boundary heap accessTobias Stoeckmann2017-03-131-0/+4
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-011-37/+37
* exa: only draw valid trapezoidsMaarten Lankhorst2016-06-171-1/+1
* dix: Remove pointless client-state callbacksAdam Jackson2016-05-111-13/+0
* render: free already allocated formats in PictureInit failure caseJulien Cristau2016-03-081-0/+3
* render: Use OsTimer for animated cursor timingKeith Packard2015-12-011-27/+30
* render: Propagate allocation failure from createSourcePicture()Chris Wilson2015-10-061-1/+5
* render: Fix leak of filter paramsChris Wilson2015-09-231-0/+1
* render: Allow single-stop gradientsAndrea Canciani2015-09-231-3/+3
* render: Simplify SProcRenderScaleAdam Jackson2015-09-211-14/+1
* render: Hide/unexport some implementation detailsAdam Jackson2015-07-087-135/+43
* Convert top level extensions to new *allocarray functionsAlan Coopersmith2015-04-215-13/+13
* 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
* render: fix ChangePicture when Xinerama is active (v2) (#49170)Adam Jackson2014-11-301-6/+39
* Drop trailing whitespacesPeter Hutterer2014-11-127-11/+11
* render: Always store client clip as a regionAdam Jackson2014-10-234-31/+9
* render: Remove unused CopyPictureAdam Jackson2014-07-292-84/+0
* xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson2014-04-221-1/+1
* Replace 'pointer' type with 'void *'Keith Packard2014-01-129-62/+62
* Abstract cursor refcountingPeter Hutterer2013-05-151-2/+1
* render: Unwrap early on the animated cursor BlockHandlerCarlos Garnacho2013-01-091-1/+2
* render: fix shadow warningsYaakov Selkowitz2012-11-051-4/+4
* Only free Render filter names on last screen closeKeith Packard2012-08-141-1/+4