On 07/02/2012 03:12 AM, Dave Airlie wrote:
From: Dave Airlie <[email protected]>


diff --git a/render/glyph.c b/render/glyph.c
index acb573f..c121e64 100644
--- a/render/glyph.c
+++ b/render/glyph.c
@@ -687,6 +687,8 @@ miGlyphs(CARD8 op,

  PicturePtr GetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen)
  {
+    if (pScreen->isGPU)
+        return NULL;
      return GlyphPicture(glyph)[pScreen->myNum];
  }


What's up with this?  How are we supposed to render glyphs without glyph 
pictures?

-- Aaron
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to