summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gl_surface_mock.h
Commit message (Collapse)AuthorAgeFilesLines
* Blacklist partial swaps on linuxpiman@chromium.org2014-03-221-1/+1
| | | | | | | | BUG=339493 Review URL: https://codereview.chromium.org/207443007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258740 0039d316-1c4b-4281-b951-d872f2087c98
* Delete GPU channel on failure to reallocate backbuffer.apatrick@chromium.org2013-01-301-1/+1
| | | | | | | | | | | | | | This will cause a lost context and the renderer process will attempt to recover. If it does not recover, it will fall back to software compositing. Currently SetBackbufferAllocation can only fail on Windows but we should detect failures on other platforms as well. This might potentially fix the referenced bug. BUG=170767 Review URL: https://chromiumcodereview.appspot.com/12090027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179471 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-181-1/+3
| | | | | | | | | | BUG=123295 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137893 0039d316-1c4b-4281-b951-d872f2087c98
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-171-0/+43
This is part 1. It can't actually be used yet because there are assumptions that the surface never changed. It is intended to allow each renderer process to create only one command buffer for use by the compositor while being able to switch the surface between different windows, for examnple if a single renderer process handles multiple tabs of the same site. Review URL: https://chromiumcodereview.appspot.com/10388131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137693 0039d316-1c4b-4281-b951-d872f2087c98