Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • FreeType Demo Programs FreeType Demo Programs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FreeTypeFreeType
  • FreeType Demo ProgramsFreeType Demo Programs
  • Merge requests
  • !13

[graph] Complete removal of legacy blitter.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexei Podtelezhnikov requested to merge remove-grblit into master Nov 15, 2021
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 9

This switches the remaing monochrome rendering of headers to the main blender and deletes the legacy blitter. The old blitter can handle exotic target surfaces like monochrome or 4-bit bitmaps. Anything beyond the alpha blender can do.

  • graph/grfont.c (grWriteCellChar, grWriteCellString): Switch from grBlitGlyphToBitmap to grBlitGlyphToSurface.
  • graph/grblit.[ch]: Delete files.
  • graph/graph.h, graph/grconfig.h: Remove references.
  • graph/rules.mk, graph/meson.build, vms_make.com, builds/windows/msvc/migs.vcxproj: Update build scripts.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: remove-grblit