summaryrefslogtreecommitdiff
path: root/src/cairo-mono-scan-converter.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-function warningsKhaled Hosny2023-02-061-24/+0
* Fix a double free in _cairo_mono_scan_converter_createFeysh INC2022-04-221-1/+0
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* mono-scan-converter: Use edge->is_vertical flagChris Wilson2012-03-101-5/+7
* mono: Always bias initial edge advancementZhigang Gong2012-03-011-1/+1
* mono-scan-convertor: Include space for the closing spanSeongwon Cho2012-02-291-2/+4
* mono: Silence valgrind by placing a sentinel value in the sorted bucketsChris Wilson2011-10-121-1/+2
* mono: Amalgamate adjacent spansChris Wilson2011-09-141-3/+3
* traps: Send unaligned boxes as trapezoidsChris Wilson2011-09-131-1/+1
* mono-scan-converter: Decrement height as we skip straight edgesChris Wilson2011-09-121-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+607