aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-18Add execution flags to build scriptFrancesco Abbate
2020-06-18Fix and improve build scriptFrancesco Abbate
2020-06-16No longer use gamma correctionFrancesco Abbate
2020-06-12Add option to disable X axis font's pre-scalingFrancesco Abbate
2020-06-11Rename FontRenderer to FR_RendererFrancesco Abbate
2020-06-11Bring back simple grayscale rendering optionFrancesco Abbate
2020-06-11Rename FontRenderer* symbols as FR_*Francesco Abbate
2020-06-11Make the FontRenderer's Bitmap struct opaque outside the libraryFrancesco Abbate
2020-06-11Move rendering buffers pointers computations inside FontRendererBlendGammaSub...Francesco Abbate
2020-06-09Remove font renderer debug codeFrancesco Abbate
2020-06-08Remove unneeded checks in get_font_vmetricsFrancesco Abbate
2020-06-08Fix pixel off-by-one error in subpixel font renderer hspanFrancesco Abbate
2020-06-07Move notes.md inside lib/font_renderer1.06-subpixel-rc1Francesco Abbate
2020-06-07Add more debug information in font's bitmap imagesFrancesco Abbate
2020-06-07Fix font's descender rounding to integerFrancesco Abbate
2020-06-06Move font resize in a separate functionFrancesco Abbate
2020-06-06Fixed integer signed comparison warningFrancesco Abbate
2020-06-06Add optional const qualifiersFrancesco Abbate
2020-06-06Remove unused debug codeFrancesco Abbate
2020-06-06Fix error in glyph lcd convolutionFrancesco Abbate
2020-06-06Cleanup debug codeFrancesco Abbate
2020-06-06WIP: debugging stuffFrancesco Abbate
2020-06-05Do not use additional padding space in covers temporary arrayFrancesco Abbate
2020-06-05Found a working condition but some details needs attentionFrancesco Abbate
2020-06-05WIP testing ahead of time coverage convolutionFrancesco Abbate
2020-06-05Cosmetic change to floor_div functionFrancesco Abbate
2020-06-04Move font renderer in a separate folder as a libraryFrancesco Abbate