aboutsummaryrefslogtreecommitdiff
path: root/src/renderer.c
AgeCommit message (Expand)Author
2021-06-09Reverted if guard.Adam Harrison
2021-06-09Added in #if guard for ARM achitectures.Adam Harrison
2021-06-08Replaced fill loop with SDL_FillRect.Adam Harrison
2021-04-29Make usage of SDL renderer optionalFrancesco Abbate
2021-04-27Fix missing scaling for update rects in rendererv1.16.6-sdl-renderer-2Francesco Abbate
2021-04-27Update the whole texture with RenderCopyFrancesco Abbate
2021-04-27Alternative texture update schemeFrancesco Abbate
2021-04-27Add assert if font loading fails during renderingFrancesco Abbate
2021-04-27Ensure we update only modified rectsFrancesco Abbate
2021-04-26First implementation of scaling for retina displayFrancesco Abbate
2021-04-23Fix error with missing ren_resize callv1.16.6-sdl-renderer-1Francesco Abbate
2021-04-23First working implementionFrancesco Abbate
2021-04-23WIP: testing usage of SDL rendererFrancesco Abbate
2021-04-01Implement unicode character replacementsFrancesco Abbate
2021-03-20Add comments about unused RenFont data fieldFrancesco Abbate
2021-03-20Revert "Remove unused data field in RenFont"Francesco Abbate
2021-03-18Remove unused data field in RenFontFrancesco Abbate
2021-03-18Fix problem with tab size and subpixel positioningFrancesco Abbate
2021-03-06Introduce subpixel text positioning within rencacheFrancesco Abbate
2021-03-06Mostly fix problem of offset with cursor positioning when using mouseFrancesco Abbate
2021-03-03Implement subpixel font positioningFrancesco Abbate
2021-02-24Do not use nullptr and add checkFrancesco Abbate
2021-02-23Fix font rendering artifacts bugFrancesco Abbate
2020-12-04Implement optional font rendering optionsFrancesco Abbate
2020-11-17Merge remote-tracking branch 'rxi/master'Francesco Abbate
2020-09-05Changed rencache to store font tab_width with font commandrxi
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-07Add more debug information in font's bitmap imagesFrancesco Abbate
2020-06-06Move font resize in a separate functionFrancesco Abbate
2020-06-06Cleanup debug codeFrancesco Abbate
2020-06-06WIP: debugging stuffFrancesco Abbate
2020-06-04Add some comments and remove unused codeFrancesco Abbate
2020-06-04Implement subpixel LCD font renderingFrancesco Abbate
2020-06-02Adjust xadvance computation to use rounding instead of truncateFrancesco Abbate
2020-06-02Ember blender with gamma correction into FontRendererFrancesco Abbate
2020-06-02Add gamma correct pixel blenderFrancesco Abbate
2020-06-01Adjust BakeFontBitmap issuesFrancesco Abbate
2020-06-01Check for errors when loading fontsFrancesco Abbate
2020-06-01Use font_renderer in aGG font testing programFrancesco Abbate
2020-06-01Remove unused variableFrancesco Abbate
2020-06-01Completely remove usage of stb_truetypeFrancesco Abbate
2020-06-01Add missing function to free FontRendererFrancesco Abbate
2020-06-01Fix y offset in BakeFontBitmapFrancesco Abbate