summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-23 20:29:59 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-23 22:11:19 +0000
commit819dc93e52533afc9b9005db1472672c3d42229f (patch)
treec3415b87edbc651237b840f4bd6ebcd53262a2c1
parent9580ae8490a4119dac2fefe0085326db350209d7 (diff)
sna/glyphs: Create GPU bo for large enough destination surfaces with glyphs
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_glyphs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index 811b8663..3ec5b2dc 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -1214,11 +1214,6 @@ sna_glyphs(CARD8 op,
goto fallback;
}
- if (!is_gpu(dst->pDrawable)) {
- DBG(("%s: fallback -- no destination bo\n", __FUNCTION__));
- goto fallback;
- }
-
if (too_small(dst->pDrawable) && !picture_is_gpu(src)) {
DBG(("%s: fallback -- too small (%dx%d)\n",
__FUNCTION__, dst->pDrawable->width, dst->pDrawable->height));