summaryrefslogtreecommitdiff
path: root/src/sdf
Commit message (Expand)AuthorAgeFilesLines
...
* [sdf] Add functions to compute pixel edge distances.Anuj Verma2020-12-241-1/+255
* [sdf] Add function to find edge pixels in a grid of alpha values.Anuj Verma2020-12-241-0/+111
* [sdf] Add essential structures for the 'bsdf' rasterizer.Anuj Verma2020-12-241-0/+129
* [sdf] Added basic overlapping contour support.Anuj Verma2020-12-241-6/+252
* [sdf] Add build infrastructure.Anuj Verma2020-12-243-0/+84
* [sdf] Add interface functions for the 'sdf' rasterizer.Anuj Verma2020-12-241-0/+194
* [sdf] Add subdivision and bounding box optimization.Anuj Verma2020-12-241-0/+303
* [sdf] Add function to generate SDF.Anuj Verma2020-12-241-1/+161
* [sdf] Add functions to get shortest distance from any edge/contour.Anuj Verma2020-12-241-0/+149
* [sdf] Add shortest distance finding functions.Anuj Verma2020-12-241-1/+1081
* [sdf] Add function to resolve corner distances.Anuj Verma2020-12-241-0/+104
* [sdf] Add essential math functions.Anuj Verma2020-12-241-0/+244
* [sdf] Add utility functions for contours.Anuj Verma2020-12-241-0/+470
* [sdf] Add functions to decompose `FT_Outline`.Anuj Verma2020-12-241-0/+199
* [sdf] Structs, enums, macros, and functions for 'sdf' rasterizer.Anuj Verma2020-12-241-0/+643
* [sdf] Add raster parameters structure.Anuj Verma2020-12-243-0/+68
* [sdf] Add 'sdf' renderer.Anuj Verma2020-12-241-0/+421
* [sdf] Add common elements for 'sdf' and 'bsdf' renderers.Anuj Verma2020-12-243-0/+241
* [sdf] Add files for new 'sdf' module.Anuj Verma2020-12-248-0/+44