Title: [130934] trunk/Source/Platform
- Revision
- 130934
- Author
- commit-qu...@webkit.org
- Date
- 2012-10-10 11:17:53 -0700 (Wed, 10 Oct 2012)
Log Message
[chromium] Add attribute for disabling automatic flushes
https://bugs.webkit.org/show_bug.cgi?id=98834
Patch by John Bauman <jbau...@chromium.org> on 2012-10-10
Reviewed by Kenneth Russell.
This attribute allows the compositor context to specify that it wants
to handle flushing itself.
* chromium/public/WebGraphicsContext3D.h:
(WebKit::WebGraphicsContext3D::Attributes::Attributes):
(Attributes):
Modified Paths
Diff
Modified: trunk/Source/Platform/ChangeLog (130933 => 130934)
--- trunk/Source/Platform/ChangeLog 2012-10-10 18:15:52 UTC (rev 130933)
+++ trunk/Source/Platform/ChangeLog 2012-10-10 18:17:53 UTC (rev 130934)
@@ -1,3 +1,17 @@
+2012-10-10 John Bauman <jbau...@chromium.org>
+
+ [chromium] Add attribute for disabling automatic flushes
+ https://bugs.webkit.org/show_bug.cgi?id=98834
+
+ Reviewed by Kenneth Russell.
+
+ This attribute allows the compositor context to specify that it wants
+ to handle flushing itself.
+
+ * chromium/public/WebGraphicsContext3D.h:
+ (WebKit::WebGraphicsContext3D::Attributes::Attributes):
+ (Attributes):
+
2012-10-09 Harald Alvestrand <h...@google.com>
Change PeerConnection getStats function to single value local / remote
Modified: trunk/Source/Platform/chromium/public/WebGraphicsContext3D.h (130933 => 130934)
--- trunk/Source/Platform/chromium/public/WebGraphicsContext3D.h 2012-10-10 18:15:52 UTC (rev 130933)
+++ trunk/Source/Platform/chromium/public/WebGraphicsContext3D.h 2012-10-10 18:17:53 UTC (rev 130934)
@@ -94,6 +94,7 @@
, noExtensions(false)
, shareResources(true)
, preferDiscreteGPU(false)
+ , noAutomaticFlushes(false)
{
}
@@ -106,6 +107,7 @@
bool noExtensions;
bool shareResources;
bool preferDiscreteGPU;
+ bool noAutomaticFlushes;
};
class WebGraphicsContextLostCallback {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes