diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 03:18:17 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 03:18:17 +0000 |
commit | 520376bab035bd41c7036cc42048f4b1607a3c6b (patch) | |
tree | 1b4c03ad9ab488d31ff0e285cdf6b0299541ea77 /content/test | |
parent | 453b6eb7b7d2f7ec060688d9a88be313a754d0b5 (diff) | |
download | chromium_src-520376bab035bd41c7036cc42048f4b1607a3c6b.zip chromium_src-520376bab035bd41c7036cc42048f4b1607a3c6b.tar.gz chromium_src-520376bab035bd41c7036cc42048f4b1607a3c6b.tar.bz2 |
Allow more than one asynchronous copy in CompositingIOSurfaceMac
Saves asynchronous copy requests separately and queue them in order.
This allows more than one in-flight readback read back requests.
This also fixed the problem of glDeleteTextures of the intermediate
texture that stalls the pipeline.
BUG=222220
Review URL: https://codereview.chromium.org/13008009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/data/rwhv_compositing_static.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/content/test/data/rwhv_compositing_static.html b/content/test/data/rwhv_compositing_static.html index cb02f88..670110a 100644 --- a/content/test/data/rwhv_compositing_static.html +++ b/content/test/data/rwhv_compositing_static.html @@ -2,15 +2,9 @@ <html> <head> <meta charset="utf-8"> -<title>GPU Feature Testing: Accelerated Compositing</title> -<style> -body { - -webkit-transform: translateZ(0); -} -</style> +<title>Page without accelerated compositing</title> </head> <body> -This page should trigger accelerated-compositing, i.e., gpu process should - launch, if accelerated-compositing is allowed. +This is a simple page that shouldn't trigger accelerated compositing. </body> </html> |