glamor: Drop another dead function.
This hasn't been used since the format swap/revert stuff for pictures was added back in 2012. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c111171062
commit
0ca783e8ee
|
@ -936,13 +936,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_tex_format_is_readable(GLenum format)
|
|
||||||
{
|
|
||||||
return ((format == GL_RGBA || format == GL_RGB || format == GL_ALPHA));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
_glamor_dump_pixmap_bits(PixmapPtr pixmap, int x, int y, int w, int h)
|
_glamor_dump_pixmap_bits(PixmapPtr pixmap, int x, int y, int w, int h)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue