summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [sdf] Fix compiler warnings.GSoC-2020-anujAnuj Verma2020-08-242-4/+12
* [sdf, bsdf] Fix compiler warnings.Anuj Verma2020-08-232-9/+12
* Be more explicit about the output of the SDF rasterizers.Anuj Verma2020-08-233-3/+19
* [sdf] Added debugging function.Anuj Verma2020-08-211-0/+108
* [sdf] Bug fix.Anuj Verma2020-08-211-1/+4
* [sdf] Added brief technical overview of both the rasterizers.Anuj Verma2020-08-212-0/+166
* [sdf] Added the `bsdf' renderer to the `sdf' module.Anuj Verma2020-08-201-0/+141
* [bsdf] Added forward declaration of the `bsdf' rasterizer.Anuj Verma2020-08-201-0/+3
* [bsdf] Added the interface functions for the `bsdf' rasterizer.Anuj Verma2020-08-201-0/+167
* [bsdf] Added function to copy the SDF data into the output bitmap.Anuj Verma2020-08-201-0/+97
* [bsdf] Added the 8SED algorithm.Anuj Verma2020-08-201-0/+261
* [bsdf] Added function to copy source bitmap to the distance map.Anuj Verma2020-08-201-0/+190
* [bsdf] Added function to approximate edge distances.Anuj Verma2020-08-201-0/+245
* [bsdf] Added function to find edge pixels given a grid of alpha values.Anuj Verma2020-08-201-0/+111
* [bsdf] Added essential structures required by the `bsdf' rasterizer.Anuj Verma2020-08-201-0/+124
* [sdf] Added `sdf' module to non gnumake build systems.Anuj Verma2020-08-202-0/+3
* [sdf] Added basic overlapping contour support.Anuj Verma2020-08-201-0/+244
* [sdf] Add the `sdf' module to `modules.cg' and fix makefiles.Anuj Verma2020-08-195-69/+74
* [sdf] Added makefiles to build the `sdf' module.Anuj Verma2020-08-193-0/+82
* [sdf] Added the interface functions for the `sdf' rasterizer.Anuj Verma2020-08-191-0/+180
* [sdf] Added the subdivision and bounding box optimization.Anuj Verma2020-08-191-0/+292
* [sdf] Added function to generate SDF.Anuj Verma2020-08-191-0/+152
* [sdf] Added functions to get shortest distance from any edge/contour.Anuj Verma2020-08-191-0/+143
* [sdf] Added shortest distance finding functions.Anuj Verma2020-08-181-0/+937
* [sdf] Added function to resolve corner distances.Anuj Verma2020-08-181-0/+94
* [sdf] Added essential math functions.Anuj Verma2020-08-181-0/+224
* [sdf] Added utility functions for contours.Anuj Verma2020-08-181-0/+454
* [sdf] Added functions to decompose `FT_Outline'.Anuj Verma2020-08-171-0/+195
* [sdf] Added essential structs, enums and macros for `sdf' rasterizer.Anuj Verma2020-08-171-0/+602
* [sdf] Added raster params struct.Anuj Verma2020-08-173-0/+69
* [sdf] Added the `sdf' renderer.Anuj Verma2020-08-171-0/+398
* [sdf] Added common elements for `sdf' and `bsdf' renderers.Anuj Verma2020-08-173-0/+227
* [sdf] Added all the necessary filed required by the module.Anuj Verma2020-08-168-0/+44
* Added render mode and data type required for the `sdf' module.Anuj Verma2020-08-162-4/+29
* [base] Make necessary changes to allow renderers of different formats.Anuj Verma2020-08-161-7/+2
* [truetype] Retain OVERLAP_SIMPLE and OVERLAP_COMPOUND.Alexei Podtelezhnikov2020-08-054-4/+29
* * src/truetype/ttgload.c (TT_Load_Glyph): More tracing.Alexei Podtelezhnikov2020-08-042-2/+13
* Minor typos, formatting.Werner Lemberg2020-08-047-8/+9
* Unbreak compilation.Alexei Podtelezhnikov2020-07-281-1/+0
* Hide internal functions with SunPro.Alexei Podtelezhnikov2020-07-282-0/+12
* Fix static compilation with Visual C.Anuj Verma2020-07-282-1/+15
* Formatting, improving comments.Werner Lemberg2020-07-282-154/+203
* Fix `-Wformat' compiler warnings.Priyesh Kumar2020-07-2838-167/+175
* Fix `-Wformat' compiler warnings.Werner Lemberg2020-07-257-13/+42
* * src/sfnt/sfwoff2.c (woff2_decompress): Fix compiler warning.Werner Lemberg2020-07-232-1/+9
* Add .clang-format fileDavid Turner2020-07-161-0/+16
* [doc] Stem darkening is off by default for CFF driver.Werner Lemberg2020-07-152-5/+1
* freetype.h (FT_Set_Transform): Minor documentation update.David Turner2020-07-141-0/+6
* README: Add information on contributing patches.Werner Lemberg2020-07-141-0/+12
* * builds/unix/configure.raw: Fix inclusion of `ftoption.h'.Werner Lemberg2020-07-122-1/+5