1.1 --- a/gfx/thebes/gfxPlatformGtk.h 1.2 +++ b/gfx/thebes/gfxPlatformGtk.h 1.3 @@ -125,30 +125,18 @@ public: 1.4 1.5 static void SetGdkDrawable(gfxASurface *target, 1.6 GdkDrawable *drawable); 1.7 static GdkDrawable *GetGdkDrawable(gfxASurface *target); 1.8 1.9 static PRInt32 GetDPI(); 1.10 1.11 static bool UseClientSideRendering() { 1.12 -#if defined(MOZ_X11) && defined(MOZ_PLATFORM_MAEMO) 1.13 - // XRender is not accelerated on the Maemo at the moment, and 1.14 - // X server pixman is out of our control; it's likely to be 1.15 - // older than (our) cairo's. So fall back on software 1.16 - // rendering for more predictable performance. 1.17 - // This setting will likely not be relevant when we have 1.18 - // GL-accelerated compositing. We know of other platforms 1.19 - // with bad drivers where we'd like to also use client side 1.20 - // rendering, but until we have the ability to featuer test 1.21 - // this, we'll only disable this for maemo. 1.22 + // xrender sucks 1.23 return true; 1.24 -#else 1.25 - return false; 1.26 -#endif 1.27 } 1.28 1.29 virtual gfxImageFormat GetOffscreenFormat(); 1.30 1.31 protected: 1.32 static gfxFontconfigUtils *sFontconfigUtils; 1.33 1.34 private:
Source: http://hg.mozilla.org/try/rev/681a93c5b99f
mia amar e stoudemire m.i.a. stoudemire adrianne curry blake shelton adam levine
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.