glamor: Drop dead glamor_is_large_picture().
It died as of keithp's new glyphs code. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
cd608a516d
commit
d278c30e68
|
@ -945,18 +945,6 @@ glamor_is_large_pixmap(PixmapPtr pixmap)
|
||||||
return (glamor_pixmap_priv_is_large(priv));
|
return (glamor_pixmap_priv_is_large(priv));
|
||||||
}
|
}
|
||||||
|
|
||||||
inline static Bool
|
|
||||||
glamor_is_large_picture(PicturePtr picture)
|
|
||||||
{
|
|
||||||
PixmapPtr pixmap;
|
|
||||||
|
|
||||||
if (picture->pDrawable) {
|
|
||||||
pixmap = glamor_get_drawable_pixmap(picture->pDrawable);
|
|
||||||
return glamor_is_large_pixmap(pixmap);
|
|
||||||
}
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
inline static Bool
|
inline static Bool
|
||||||
glamor_tex_format_is_readable(GLenum format)
|
glamor_tex_format_is_readable(GLenum format)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue