summaryrefslogtreecommitdiff
path: root/exa
Commit message (Expand)AuthorAgeFilesLines
* rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia2023-01-202-2/+2
* exa: fix "comparison is always false"Konstantin Kharlamov2022-04-022-4/+2
* Remove autotools supportPovilas Kanapickas2021-10-271-24/+0
* exa: rename some badly named variablesDave Airlie2020-07-103-4/+4
* Fix spelling/wording issuesAlan Coopersmith2020-07-054-5/+5
* Fix build with gcc 9.3.0's -Werror=alloc-size-larger-than=Alexander Volkov2020-05-011-1/+1
* Restrict 1x1 pixmap filling optimization to GXcopyGeorge Matsumura2020-01-271-1/+1
* mi: Add a default no-op miSourceValidateAdam Jackson2019-10-301-5/+3
* assert(a && b) --> assert(a); assert(b)Adam Richter2019-05-021-5/+6
* exa: Use PictureMatchFormat for source-only picture format descriptionMichel Dänzer2018-06-011-1/+2
* exa: promise not to touch the data when swapping pointersEric Engestrom2018-03-211-1/+1
* render: Store and use all 16bpc of precision for solid pixels (v2.1)Adam Jackson2018-02-261-1/+3
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+24
* fb: Remove 24bpp support (v3)Adam Jackson2017-03-171-21/+4
* Remove readmask from screen block/wakeup handlerKeith Packard2016-07-181-6/+4
* exa: only draw valid trapezoidsMaarten Lankhorst2016-06-171-1/+2
* EXA: Honour op parameter to exaGlyphs even if maskFormat == NULLMichel Dänzer2016-05-091-4/+4
* build: Remove stale miext/cw include pathsAdam Jackson2015-10-271-3/+1
* exa: initialise mask_off_x and mask_off_yDave Airlie2015-09-231-1/+1
* Convert exa & fb to new *allocarray functionsAlan Coopersmith2015-04-213-8/+8
* Drop trailing whitespacesPeter Hutterer2014-11-124-11/+11
* dix: Always store GC client clip as a region (v2)Adam Jackson2014-10-273-21/+17
* exa, kdrive: Remove redundant BitsPerPixel macrosAdam Jackson2014-10-081-12/+0
* exa: Fix a warning when enabling DEBUG_TRACE_FALLThierry Reding2014-06-251-1/+1
* exa: Fix -Wshadow warningsKeith Packard2014-01-222-4/+3
* Replace 'pointer' type with 'void *'Keith Packard2014-01-1210-29/+29
* exa: Clean up warningsKeith Packard2014-01-122-4/+12
* Stop including inline assembly .il file for Solaris Studio buildsAlan Coopersmith2013-11-141-4/+0
* Skip damage calls if DamageCreate fails in exa functionsAlan Coopersmith2013-10-142-8/+14
* damage: Implicitly unregister on destroyAdam Jackson2013-09-103-4/+0
* Replace INCLUDES with AM_CPPFLAGSPeter Hutterer2013-08-061-1/+1
* Fix formatting of address operatorsYaakov Selkowitz2012-12-051-2/+2
* EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.Michel Dänzer2012-10-292-4/+13
* dix: Remove #includes of mibstore.hDaniel Martin2012-09-231-1/+0
* exa: pixmap sharing infrastructure (v3)Dave Airlie2012-07-074-1/+52
* Use screen-specific privates for exa pixmap and gc privatesKeith Packard2012-07-052-14/+8
* api: rework the X server driver API to avoid global arrays.Dave Airlie2012-06-054-15/+9
* render/exa: use glyph picture accessorsDave Airlie2012-05-211-3/+3
* exa: Remove redundant declaration.Michal Suchanek2012-05-141-3/+0
* Introduce a consistent coding styleKeith Packard2012-03-2113-4198/+4106
* Convert a bunch of sprintf to snprintf callsAlan Coopersmith2011-11-231-3/+3
* EXA/mixed: Update sys_pitch in MPH even when there's no system memory copy.Michel Dänzer2011-08-101-10/+13
* Fix UTF-8 encodingMatěj Cepl2011-06-308-12/+12
* EXA: fix typoRob Clark2011-06-201-1/+1
* Add RegionInitBoxes(), and fix some buggy callers of RegionInit().Søren Sandmann Pedersen2011-04-221-4/+3
* EXA: Use dixGetPrivate(Addr) instead of dixLookupPrivate.Michel Dänzer2011-03-281-4/+3
* Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard2011-03-176-13/+13
* dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson2011-03-086-13/+13
* EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)Michel Dänzer2011-02-241-4/+5
* Revert "exa/mixed: Exclude frontbuffer from deferred pixmap handling."Maarten Maathuis2011-02-201-13/+4