After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 485559 - Boston Summit HarfBuzz optimizations
Boston Summit HarfBuzz optimizations
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2007-10-11 00:06 UTC by Behdad Esfahbod
Modified: 2007-10-11 00:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (209.36 KB, patch)
2007-10-11 00:08 UTC, Behdad Esfahbod
committed Details | Review

Description Behdad Esfahbod 2007-10-11 00:06:14 UTC
Attaching patch.
Comment 1 Behdad Esfahbod 2007-10-11 00:08:01 UTC
Created attachment 97038 [details] [review]
patch

Err, really sorry.  It went out of control pretty soon.  Was wrong renaming FT_Err to HB_Err in the same patch, but now I'm done and don't have partial patches :(
Comment 2 Behdad Esfahbod 2007-10-11 00:08:29 UTC
2007-10-10  Behdad Esfahbod  <behdad@gnome.org>

        Bug 485559 – Boston Summit HarfBuzz optimizations

        * pango/opentype/*: HarfBuzz hacking to:

          - Rename last remaining FT_Err stuff to HB_Err.

          - Fix a couple invalid table paths to be permissive so
            fonts work better.  Particularly GDEF table for Nafees
            Nastaliq is loaded and works great now.

          - Optimize harfbuzz buffer to not copy/swap for simple
          one-to-one and "copy" GSUB operations.

        * pango/pango-ot*: Update to FT_Err to HB_Err renaming.