diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-01-03 22:06:23 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-01-03 22:06:23 +0000 |
commit | 601ab861b46a62b0742ffd3e937c4fab129664f0 (patch) | |
tree | a3d9c641c83283e941302a9495d4d5234b493eed /render/mipict.h | |
parent | 1729fc882ceec392331566c95efd5968fe9e97fd (diff) |
Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA
would probably also like to do this. This breaks module ABI for EXA and
XAA, and likely breaks proprietary drivers as well.
Diffstat (limited to 'render/mipict.h')
-rw-r--r-- | render/mipict.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/render/mipict.h b/render/mipict.h index 0c2ed04d5..0d76aaf54 100644 --- a/render/mipict.h +++ b/render/mipict.h @@ -106,6 +106,14 @@ miComputeCompositeRegion (RegionPtr pRegion, Bool miPictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats); +Bool +miRealizeGlyph (ScreenPtr pScreen, + GlyphPtr glyph); + +void +miUnrealizeGlyph (ScreenPtr pScreen, + GlyphPtr glyph); + void miGlyphExtents (int nlist, GlyphListPtr list, |