summaryrefslogtreecommitdiff
path: root/miext/damage
AgeCommit message (Expand)AuthorFilesLines
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+2
2024-03-03render: move private definitions out of public glyphstr.hEnrico Weigelt, metux IT consult1-0/+1
2023-01-20rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia1-4/+4
2021-10-27Remove autotools supportPovilas Kanapickas1-14/+0
2021-03-11meson: hide C API if Xorg is disabled (like autotools)Jan Beich1-1/+3
2018-09-25miext/damage: take care of the coordinate mode in damagePolyPointCedric Roux1-10/+30
2018-04-02meson: Distribute more SDK headersThierry Reding1-0/+7
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+9
2017-03-21dix: Remove PRIVATE_DAMAGEAdam Jackson2-3/+2
2017-02-08damage: Validate source pictures bound to windows before unwrappingMichel Dänzer1-0/+10
2016-12-13Revert "damage: Make damageRegionProcessPending take a damage not a drawable"Adam Jackson1-61/+60
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-2/+2
2016-05-18damage: Make damageRegionProcessPending take a damage not a drawableAdam Jackson1-60/+61
2015-07-08dix: Unexport various implementation detailsAdam Jackson1-0/+1
2015-04-21Convert mi & miext to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2014-01-12damage: Clean up warningsKeith Packard2-4/+3
2013-10-31miext/damage: Partial revert of "Only wrap into the GC ops chain if there's a...Jeremy Huddleston Sequoia1-4/+1
2013-09-10damage: Remove "post-rendering" hooksAdam Jackson3-102/+2
2013-09-10damage: Don't rewrite Text ops to GlyphBlt opsAdam Jackson1-42/+19
2013-09-10damage: Simplify DamageUnregisterAdam Jackson2-3/+4
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-1/+3
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-09-23miext/damage: Only wrap into the GC ops chain if there's a listener (v3)Adam Jackson1-1/+29
2012-07-25cw: RemoveAdam Jackson1-3/+0
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard3-1371/+1265
2011-04-13damage: use DamageReportDamage for the initial borderClip damage reportErkki Seppälä2-50/+55
2011-02-27Revert "rootless: Remove ROOTLESS_WORKAROUND"Jeremy Huddleston1-1/+5
2011-02-08damage: Remove hw/xfree86/ from includesAdam Jackson1-1/+1
2011-01-05Call SourceValidate even if src == dstVille Syrjälä1-22/+0
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-2/+4
2010-09-13Delete redundant GC initializations.Jamey Sharp1-1/+0
2010-09-13Delete unused devPrivate field from GCFuncs and GCOps.Jamey Sharp1-1/+0
2010-09-13damage: Delete NOTUSED block--it was never not NOTUSED.Jamey Sharp1-22/+0
2010-09-11rootless: Remove ROOTLESS_WORKAROUNDJeremy Huddleston1-5/+1
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-2/+2
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-2/+1
2010-06-05Damage pixmap private key was being mis-registered as a picture keyKeith Packard1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-14/+20
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-62/+62
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-6/+6
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-11/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-5/+5
2009-07-24Damage: Add devPrivates to DamageRecAaron Plattner2-0/+4
2009-07-24Damage: Add wrappable hooks for damage create, destroy, register, & unregister.Aaron Plattner3-2/+83
2009-01-22Remove a bunch of useless casts.Adam Jackson1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2-32/+32
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-8/+8