summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* freetype.h: Doc fixes related to 'COLR' v1.colrWerner Lemberg2021-01-021-11/+12
* [base] Fill 'COLR' v1 API templates to make them work (#59703).Dominik Röttsches2021-01-022-4/+85
* [sfnt] Register 'COLR' v1 API in driver (#59703).Dominik Röttsches2021-01-023-38/+200
* [sfnt] Add 'COLR' v1 API to retrieve color layers (#59703).Dominik Röttsches2021-01-023-0/+68
* [sfnt] Add 'COLR' v1 API to iterate color stops (#59703).Dominik Röttsches2021-01-023-0/+53
* [sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703).Dominik Röttsches2021-01-023-1/+339
* [sfnt] Add API to retrieve 'COLR' v1 root paint (#59703).Dominik Röttsches2021-01-023-8/+158
* Add new methods required for 'COLR' v1 to public API (#59703).Dominik Röttsches2021-01-023-0/+208
* Add types required for 'COLR' v1 to public API (#59703).Dominik Röttsches2021-01-022-1/+677
* [sdf] Use 'counter-clockwise', not 'anti-clockwise'.Werner Lemberg2020-12-263-10/+20
* Typo.Werner Lemberg2020-12-261-1/+1
* * src/base/ftobjs.c (pixel_modes): Updated.Werner Lemberg2020-12-263-0/+13
* [sdf] Remove custom memory tracker.Anuj Verma2020-12-262-160/+36
* .mailmap: Updated and synchronized with 'freetype2-demos' repository.Werner Lemberg2020-12-241-0/+2
* [sdf] Two more copyright notices.Werner Lemberg2020-12-242-0/+26
* [sdf] Fix `make multi`.Werner Lemberg2020-12-242-0/+7
* [sdf] Fix tracing.Werner Lemberg2020-12-244-4/+37
* [sdf] Add copyright notices.Werner Lemberg2020-12-248-0/+160
* docs/CHANGES: Mention new SDF module.Werner Lemberg2020-12-241-4/+13
* [sdf] Add debugging function.Anuj Verma2020-12-242-0/+106
* [sdf] Add brief technical overview of both rasterizers.Anuj Verma2020-12-242-0/+166
* [sdf] Add 'bsdf' renderer to 'sdf' module.Anuj Verma2020-12-243-2/+158
* [sdf] Add interface functions for the 'bsdf' rasterizer.Anuj Verma2020-12-243-2/+198
* [sdf] Add function to copy SDF data into output bitmap.Anuj Verma2020-12-242-0/+105
* [sdf] Add '8-point sequential Euclidean distance mapping' algorithm.Anuj Verma2020-12-242-1/+257
* [sdf] Add function to copy source bitmap to distance map.Anuj Verma2020-12-242-0/+207
* [sdf] Add functions to compute pixel edge distances.Anuj Verma2020-12-242-1/+262
* [sdf] Add function to find edge pixels in a grid of alpha values.Anuj Verma2020-12-242-0/+117
* [sdf] Add essential structures for the 'bsdf' rasterizer.Anuj Verma2020-12-242-0/+137
* [sdf] Add 'sdf' module to non-gnumake build systems.Anuj Verma2020-12-243-0/+12
* [sdf] Added basic overlapping contour support.Anuj Verma2020-12-242-6/+259
* [sdf] Add build infrastructure.Anuj Verma2020-12-247-0/+106
* [sdf] Add interface functions for the 'sdf' rasterizer.Anuj Verma2020-12-242-0/+203
* [sdf] Add subdivision and bounding box optimization.Anuj Verma2020-12-242-0/+311
* [sdf] Add function to generate SDF.Anuj Verma2020-12-242-1/+169
* [sdf] Add functions to get shortest distance from any edge/contour.Anuj Verma2020-12-242-0/+156
* [sdf] Add shortest distance finding functions.Anuj Verma2020-12-242-1/+1091
* [sdf] Add function to resolve corner distances.Anuj Verma2020-12-242-0/+110
* [sdf] Add essential math functions.Anuj Verma2020-12-242-0/+254
* [sdf] Add utility functions for contours.Anuj Verma2020-12-242-0/+479
* [sdf] Add functions to decompose `FT_Outline`.Anuj Verma2020-12-242-0/+208
* [sdf] Structs, enums, macros, and functions for 'sdf' rasterizer.Anuj Verma2020-12-242-0/+674
* [sdf] Add raster parameters structure.Anuj Verma2020-12-244-0/+77
* [sdf] Add 'sdf' renderer.Anuj Verma2020-12-242-0/+429
* [sdf] Add common elements for 'sdf' and 'bsdf' renderers.Anuj Verma2020-12-244-0/+258
* [sdf] Add files for new 'sdf' module.Anuj Verma2020-12-249-0/+64
* [base] Allow renderers of different formats.Anuj Verma2020-12-241-0/+12
* Add data types required for the forthcoming 'sdf' module.Anuj Verma2020-12-244-5/+60
* [base] Allow renderers of different formats.Anuj Verma2020-12-242-7/+14
* * builds/windows/detect.mk (COPY): Make it work with `shell`.Werner Lemberg2020-12-232-3/+13