Title: [125902] trunk/Source/WTF
- Revision
- 125902
- Author
- commit-qu...@webkit.org
- Date
- 2012-08-17 08:17:25 -0700 (Fri, 17 Aug 2012)
Log Message
[BlackBerry] Turn on a few macros for jpeg decoding and image interpolation
https://bugs.webkit.org/show_bug.cgi?id=94244
Patch by Yong Li <y...@rim.com> on 2012-08-17
Reviewed by Antonio Gomes.
Turn on these macros to get better performance.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (125901 => 125902)
--- trunk/Source/WTF/ChangeLog 2012-08-17 15:12:52 UTC (rev 125901)
+++ trunk/Source/WTF/ChangeLog 2012-08-17 15:17:25 UTC (rev 125902)
@@ -1,3 +1,14 @@
+2012-08-17 Yong Li <y...@rim.com>
+
+ [BlackBerry] Turn on a few macros for jpeg decoding and image interpolation
+ https://bugs.webkit.org/show_bug.cgi?id=94244
+
+ Reviewed by Antonio Gomes.
+
+ Turn on these macros to get better performance.
+
+ * wtf/Platform.h:
+
2012-08-17 Milian Wolff <milian.wo...@kdab.com>
[Qt] QNX build fails due to ctype usage in system headers
Modified: trunk/Source/WTF/wtf/Platform.h (125901 => 125902)
--- trunk/Source/WTF/wtf/Platform.h 2012-08-17 15:12:52 UTC (rev 125901)
+++ trunk/Source/WTF/wtf/Platform.h 2012-08-17 15:17:25 UTC (rev 125902)
@@ -487,6 +487,9 @@
#if PLATFORM(BLACKBERRY)
#define WTF_USE_MERSENNE_TWISTER_19937 1
#define WTF_USE_SKIA 1
+#define WTF_USE_LOW_QUALITY_IMAGE_INTERPOLATION 1
+#define WTF_USE_LOW_QUALITY_IMAGE_NO_JPEG_DITHERING 1
+#define WTF_USE_LOW_QUALITY_IMAGE_NO_JPEG_FANCY_UPSAMPLING 1
#endif
#if PLATFORM(GTK)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes