summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [sdf -> bsdf] Added a basic overview of the `bsdf' rasterizer.anuj-distance-fieldAnuj Verma2020-08-152-0/+103
* [sdf] Remove a unicode character.Anuj Verma2020-08-151-1/+1
* [sdf] Added a basic overview of the `sdf' rasterizer.Anuj Verma2020-08-152-2/+109
* [sdf] Fix gcc compiler warnings.Anuj Verma2020-08-143-21/+28
* [sdf] Bug fix.Anuj Verma2020-08-132-2/+10
* [base] Fix memory leaks due to FreeType internals.Anuj Verma2020-08-122-2/+11
* [sdf] Fix memory leaks.Anuj Verma2020-08-122-19/+66
* [sdf] Handle Post-Script fonts for overlap.Anuj Verma2020-08-122-3/+35
* [sdf] Added overlap support (currently only for TrueType).Anuj Verma2020-08-125-46/+266
* [sdf, bsdf] Added better documentation.Anuj Verma2020-08-073-56/+292
* [sdf] Added function to get contour orientation.Anuj Verma2020-08-063-3/+85
* [sdf -> bsdf] Added documentation for functions of the `bsdf' renderer.Anuj Verma2020-08-062-28/+136
* [sdf] Added documentation for function of the `sdf' renderer.Anuj Verma2020-08-062-42/+194
* [sdf] Added documentation for some structs.Anuj Verma2020-08-055-6/+65
* [sdf -> bsdf] Extended to work with monochrome bitmaps.Anuj Verma2020-08-052-8/+54
* * src/sdf/ftsdfrend.c (ft_bsdf_render): Initialize variable.Anuj Verma2020-08-032-1/+10
* [sdf -> bsdf] Fixed memory leak.Anuj Verma2020-08-032-0/+16
* [sdf -> bsdf] Fixed a bug with `finalize_sdf'.Anuj Verma2020-08-022-6/+26
* [sdf -> bsdf] Added option to use squared distances.Anuj Verma2020-08-024-29/+59
* * src/sdf/ftbsdf.c (compare_neighbor): Fix bug.Anuj Verma2020-08-022-6/+8
* Fix line endings and typo.Anuj Verma2020-08-022-5/+5
* [sdf -> bsdf] Optimized a bit.Anuj Verma2020-08-022-61/+83
* * src/sdf/ftbsdf.c (compute_edge_distance): Grammer fix.Anuj Verma2020-08-022-2/+7
* [sdf -> bsdf] Add explanation of the approximation.Anuj Verma2020-08-022-13/+72
* * src/sdf/ftsdfcommon.h (*): Fix line endings.Anuj Verma2020-08-022-122/+128
* [sdf,bsdf] Put common propertied and functions in one file.Anuj Verma2020-08-026-100/+142
* * src/sdf/ftbsdf.c (compute_gradient): Use root(2) for the filter.Anuj Verma2020-08-022-15/+67
* [sdf -> bsdf] Added function to approximate edge distance.Anuj Verma2020-08-022-21/+150
* * src/sdf/ftbsdf.c (_pass): Use function for repetitive task.Anuj Verma2020-08-022-167/+75
* * src/sdf/ftbsdf.c (bsdf_is_edge): Use macros to make it look cleaner.Anuj Verma2020-08-022-80/+38
* [sdf -> bsdf] Fix edge detection bug.Anuj Verma2020-08-022-3/+58
* [sdf -> bsdf] Added edge detection algorithm.Anuj Verma2020-08-022-3/+106
* [sdf -> bsdf] Added the second pass of the '8SED'.Anuj Verma2020-08-022-2/+164
* [sdf -> bsdf] Optimize the first pass of the 8SED.Anuj Verma2020-08-022-33/+77
* [sdf] Fix GNU Make build.Anuj Verma2020-08-023-1/+12
* [sdf -> bsdf] Added first pass of the '8SED' algorithm.Anuj Verma2020-08-023-14/+284
* * src/sdf/ftbsdf.c (*): Rename `SDF_TRaster' => `BSDF_TRaster'.Anuj Verma2020-08-022-3/+9
* * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.Anuj Verma2020-08-022-1/+5
* [sdf -> bsdf renderer] Hold a refrence to `FT_Memory'.Anuj Verma2020-08-023-44/+141
* [sdf -> bsdf renderer] Convert 8bit bitmap to 16bit.Anuj Verma2020-08-022-6/+89
* [sdf] Started the `bsdf' rasterier.Anuj Verma2020-08-022-76/+253
* [sdf] Added interface functions for `bsdf' converter.Anuj Verma2020-08-028-8/+218
* [sdf] Add alloc/free functions.Anuj Verma2020-08-022-40/+82
* [sdf] Added new renderer `bsdf'.Anuj Verma2020-08-025-0/+92
* [sdf] Only track memory in debug mode.Anuj Verma2020-08-022-10/+41
* [sdfb] Removed Module.Anuj Verma2020-08-024-2/+52
* Revert "[sdfb] Added new module to generate SDF from bitmap."Anuj Verma2020-08-0214-231/+0
* Revert "[sdfb] Fix GNU Make build."Anuj Verma2020-08-024-17/+4
* [sdfb] Fix GNU Make build.Anuj Verma2020-08-024-4/+17
* [sdfb] Added new module to generate SDF from bitmap.Anuj Verma2020-08-0214-0/+231