create_pixmap: use texture for large glyphs.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Tue, 26 Jun 2012 11:56:27 +0000 (19:56 +0800)
committerEric Anholt <eric@anholt.net>
Wed, 18 Dec 2013 19:23:52 +0000 (11:23 -0800)
commitd5f03ba0109bc50e159c82d3d67cffa8fc174134
tree7d0652f1ea72db8e524b805a22fed927c590402a
parent90dd6ddbab864aa6c3add55c46a85d7db2c125f6
create_pixmap: use texture for large glyphs.

As we only cache glyphs smaller than 64x64, we need to use
texutre for the large glyphs.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
glamor/glamor.c