OSDN Git Service

Increase the transfer queue size a little to improve the performance
authorTeng-Hui Zhu <ztenghui@google.com>
Thu, 1 Dec 2011 00:48:46 +0000 (16:48 -0800)
committerTeng-Hui Zhu <ztenghui@google.com>
Thu, 1 Dec 2011 00:54:07 +0000 (16:54 -0800)
bug:5666757
Change-Id: Ib9589254c656731eaf35be60f9dccf45d4cea21b

Source/WebCore/platform/graphics/android/TransferQueue.cpp

index bfe92e9..fb32cd6 100644 (file)
@@ -50,7 +50,7 @@
 
 #endif // DEBUG
 
-#define ST_BUFFER_NUMBER 4
+#define ST_BUFFER_NUMBER 6
 
 // Set this to 1 if we would like to take the new GpuUpload approach which
 // relied on the glCopyTexSubImage2D instead of a glDraw call