summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [sdf -> bsdf] Added a basic overview of the `bsdf' rasterizer.anuj-distance-fieldAnuj Verma2020-08-151-0/+95
* [sdf] Remove a unicode character.Anuj Verma2020-08-151-1/+1
* [sdf] Added a basic overview of the `sdf' rasterizer.Anuj Verma2020-08-151-2/+98
* [sdf] Fix gcc compiler warnings.Anuj Verma2020-08-142-21/+20
* [sdf] Bug fix.Anuj Verma2020-08-131-2/+2
* [base] Fix memory leaks due to FreeType internals.Anuj Verma2020-08-121-2/+1
* [sdf] Fix memory leaks.Anuj Verma2020-08-121-19/+57
* [sdf] Handle Post-Script fonts for overlap.Anuj Verma2020-08-121-3/+24
* [sdf] Added overlap support (currently only for TrueType).Anuj Verma2020-08-124-46/+238
* [sdf, bsdf] Added better documentation.Anuj Verma2020-08-072-56/+285
* [sdf] Added function to get contour orientation.Anuj Verma2020-08-062-3/+72
* [sdf -> bsdf] Added documentation for functions of the `bsdf' renderer.Anuj Verma2020-08-061-28/+129
* [sdf] Added documentation for function of the `sdf' renderer.Anuj Verma2020-08-061-42/+186
* [sdf] Added documentation for some structs.Anuj Verma2020-08-054-6/+55
* [sdf -> bsdf] Extended to work with monochrome bitmaps.Anuj Verma2020-08-051-8/+45
* * src/sdf/ftsdfrend.c (ft_bsdf_render): Initialize variable.Anuj Verma2020-08-031-1/+4
* [sdf -> bsdf] Fixed memory leak.Anuj Verma2020-08-031-0/+7
* [sdf -> bsdf] Fixed a bug with `finalize_sdf'.Anuj Verma2020-08-021-6/+15
* [sdf -> bsdf] Added option to use squared distances.Anuj Verma2020-08-023-29/+36
* * src/sdf/ftbsdf.c (compare_neighbor): Fix bug.Anuj Verma2020-08-021-6/+4
* Fix line endings and typo.Anuj Verma2020-08-021-4/+4
* [sdf -> bsdf] Optimized a bit.Anuj Verma2020-08-021-61/+56
* * src/sdf/ftbsdf.c (compute_edge_distance): Grammer fix.Anuj Verma2020-08-021-2/+3
* [sdf -> bsdf] Add explanation of the approximation.Anuj Verma2020-08-021-13/+60
* * src/sdf/ftsdfcommon.h (*): Fix line endings.Anuj Verma2020-08-021-122/+122
* [sdf,bsdf] Put common propertied and functions in one file.Anuj Verma2020-08-025-100/+128
* * src/sdf/ftbsdf.c (compute_gradient): Use root(2) for the filter.Anuj Verma2020-08-021-15/+60
* [sdf -> bsdf] Added function to approximate edge distance.Anuj Verma2020-08-021-21/+138
* * src/sdf/ftbsdf.c (_pass): Use function for repetitive task.Anuj Verma2020-08-021-167/+63
* * src/sdf/ftbsdf.c (bsdf_is_edge): Use macros to make it look cleaner.Anuj Verma2020-08-021-80/+29
* [sdf -> bsdf] Fix edge detection bug.Anuj Verma2020-08-021-3/+50
* [sdf -> bsdf] Added edge detection algorithm.Anuj Verma2020-08-021-3/+94
* [sdf -> bsdf] Added the second pass of the '8SED'.Anuj Verma2020-08-021-2/+152
* [sdf -> bsdf] Optimize the first pass of the 8SED.Anuj Verma2020-08-021-33/+65
* [sdf] Fix GNU Make build.Anuj Verma2020-08-022-1/+3
* [sdf -> bsdf] Added first pass of the '8SED' algorithm.Anuj Verma2020-08-022-14/+260
* * src/sdf/ftbsdf.c (*): Rename `SDF_TRaster' => `BSDF_TRaster'.Anuj Verma2020-08-021-3/+3
* * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.Anuj Verma2020-08-021-1/+1
* [sdf -> bsdf renderer] Hold a refrence to `FT_Memory'.Anuj Verma2020-08-022-44/+115
* [sdf -> bsdf renderer] Convert 8bit bitmap to 16bit.Anuj Verma2020-08-021-6/+77
* [sdf] Started the `bsdf' rasterier.Anuj Verma2020-08-021-76/+242
* [sdf] Added interface functions for `bsdf' converter.Anuj Verma2020-08-027-8/+182
* [sdf] Add alloc/free functions.Anuj Verma2020-08-021-40/+67
* [sdf] Added new renderer `bsdf'.Anuj Verma2020-08-023-0/+74
* [sdf] Only track memory in debug mode.Anuj Verma2020-08-021-10/+33
* [sdfb] Removed Module.Anuj Verma2020-08-023-2/+3
* Revert "[sdfb] Added new module to generate SDF from bitmap."Anuj Verma2020-08-029-189/+0
* Revert "[sdfb] Fix GNU Make build."Anuj Verma2020-08-023-3/+4
* [sdfb] Fix GNU Make build.Anuj Verma2020-08-023-4/+3
* [sdfb] Added new module to generate SDF from bitmap.Anuj Verma2020-08-029-0/+189