diff options
author | Keith Packard <keithp@keithp.com> | 2014-10-29 20:40:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-03-24 12:01:39 -0700 |
commit | 90d326fcc687e6d6d4b308f6272ededcf8145a17 (patch) | |
tree | 6b112042af92d185c72b6233277208f709ca5f99 /glamor/glamor_priv.h | |
parent | 697f8581e04a93862a6049cc982d01d25f9a0410 (diff) |
glamor: Remove _nf rendering functions
These were used by the non-standard glamor implementation in the intel
driver.
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glamor/glamor_priv.h')
-rw-r--r-- | glamor/glamor_priv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 60070e9e6..1fde91956 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -48,9 +48,7 @@ "precision mediump float;\n" \ "#endif\n" -#ifdef RENDER #include "glyphstr.h" -#endif #include "glamor_debug.h" #include "glamor_context.h" @@ -704,6 +702,7 @@ glamor_track_stipple(GCPtr gc); /* glamor_glyphs.c */ Bool glamor_realize_glyph_caches(ScreenPtr screen); +void glamor_glyph_unrealize(ScreenPtr screen, GlyphPtr glyph); void glamor_glyphs_fini(ScreenPtr screen); void glamor_glyphs(CARD8 op, PicturePtr pSrc, |