summaryrefslogtreecommitdiff
path: root/src
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
* [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 basic overlapping contour support.Anuj Verma2020-08-201-0/+244
* [sdf] Add the `sdf' module to `modules.cg' and fix makefiles.Anuj Verma2020-08-192-69/+69
* [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
* [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-052-2/+12
* * src/truetype/ttgload.c (TT_Load_Glyph): More tracing.Alexei Podtelezhnikov2020-08-041-2/+9
* Fix `-Wformat' compiler warnings.Priyesh Kumar2020-07-2836-166/+166
* Fix `-Wformat' compiler warnings.Werner Lemberg2020-07-256-13/+20
* * src/sfnt/sfwoff2.c (woff2_decompress): Fix compiler warning.Werner Lemberg2020-07-231-1/+3
* Fix clang warnings.Werner Lemberg2020-07-0715-40/+69
* [build] Really fix multi and C++ builds.David Turner2020-07-074-0/+15
* [build] Fix multi and C++ builds.David Turner2020-07-068-4/+8
* [psaux] Improve `t1_decoder_parse_metrics' (#58646).Werner Lemberg2020-07-061-11/+108
* [build] Split off more stuff from `ftconfig.h'.David Turner2020-07-051-0/+1
* [smooth] Introduce direct oversampling for overlaps.Alexei Podtelezhnikov2020-07-031-6/+98
* [smooth] Use direct rendering mode in Harmony.Alexei Podtelezhnikov2020-07-031-41/+48
* [smooth] Separate LCD paths from gray rendering.Alexei Podtelezhnikov2020-07-031-200/+280
* [cff] Fix handling of `style_name == NULL' (#58630).Sebastian Rasmussen2020-06-201-1/+2
* [cff] Fix another two memory leaks (#58629).Sebastian Rasmussen2020-06-191-24/+30
* [psaux] Fix memory leak (#58626).Sebastian Rasmussen2020-06-191-6/+6
* Fix memory leak (#58624).Sebastian Rasmussen2020-06-191-1/+2
* [base] Rework d1180b5f9598 until further notice.Alexei Podtelezhnikov2020-06-191-5/+3