summaryrefslogtreecommitdiff
path: root/src/sdf/ftbsdf.c
Commit message (Expand)AuthorAgeFilesLines
* [sdf -> bsdf] Added a basic overview of the `bsdf' rasterizer.anuj-distance-fieldAnuj Verma2020-08-151-0/+95
* [sdf] Fix gcc compiler warnings.Anuj Verma2020-08-141-17/+9
* [sdf, bsdf] Added better documentation.Anuj Verma2020-08-071-6/+76
* [sdf] Added function to get contour orientation.Anuj Verma2020-08-061-2/+0
* [sdf -> bsdf] Added documentation for functions of the `bsdf' renderer.Anuj Verma2020-08-061-28/+129
* [sdf -> bsdf] Extended to work with monochrome bitmaps.Anuj Verma2020-08-051-8/+45
* [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-021-16/+23
* * 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
* [sdf,bsdf] Put common propertied and functions in one file.Anuj Verma2020-08-021-23/+1
* * 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-021-0/+1
* [sdf -> bsdf] Added first pass of the '8SED' algorithm.Anuj Verma2020-08-021-10/+256
* * 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-021-43/+114
* [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-021-0/+76