From 1c1ef683fea483a98a819c350e82ac4dca84fa6a Mon Sep 17 00:00:00 2001 From: "dslomov@chromium.org" Date: Tue, 2 Jul 2013 09:11:16 +0000 Subject: Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..." Looks like it causes OutOfProcessPPAPITest.Graphics3D failure on XP. http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%28dbg%29%282%29/builds/31095 > Perform glReadPixels with PBOs in the gpu, if PBOs are available. > Make GL_ASYNC_PIXEL_TRANSFERS_COMPLETED_CHROMIUM wait for readpixel transfers. > Add signalQuery to get a callback when the transfer is done. > PLEASE NOTE: glMapBuffer does not wait for the readpixels transfer to complete anymore. > Nobody is currently relying on that behaviour. > Update gl_helper.cc and gl_renderer.cc to use queries. > > BUG=249925 > > Review URL: https://chromiumcodereview.appspot.com/16831004 TBR=hubbe@chromium.org Review URL: https://codereview.chromium.org/18445004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209654 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/test_web_graphics_context_3d.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cc/test/test_web_graphics_context_3d.h') diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h index 0652681..4855b0a 100644 --- a/cc/test/test_web_graphics_context_3d.h +++ b/cc/test/test_web_graphics_context_3d.h @@ -110,8 +110,6 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D { // Takes ownership of the |callback|. virtual void signalSyncPoint(unsigned sync_point, WebGraphicsSyncPointCallback* callback); - virtual void signalQuery(WebKit::WebGLId query, - WebGraphicsSyncPointCallback* callback); virtual void setSwapBuffersCompleteCallbackCHROMIUM( WebGraphicsSwapBuffersCompleteCallbackCHROMIUM* callback); -- cgit v1.1