summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Collapse)AuthorAgeFilesLines
* mac: Fix compositing readback in content shell drt modethakis@chromium.org2013-03-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | For GLES2DecoderImpl::HandleResizeCHROMIUM() to have an effect with a background surface, resize_callback_ must be set. It's only set when by ImageTransportHelper::Initialize(), so wrap the mesa surface with a PassThroughImageTransportSurface() which creates an ImageTransportHelper internally. This is also what linux does, and it makes sense that ImageTransportSurface::CreateSurface() should have to return a real ImageTransportSurface, not just a general GLSurface. (See also https://codereview.chromium.org/12315103 ) BUG=111316 TEST= webkit/tools/layout_tests/run_webkit_tests.sh --driver-name 'Content Shell' --additional-drt-flag --dump-render-tree compositing/background-color/background-color-alpha.html passes. Most compositing/ layout tests pass. (At least once the DRT startup crash caused by r188777 is fixed.) Review URL: https://codereview.chromium.org/12740012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189143 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Chromify ManagedMemoryPolicyenne@chromium.org2013-03-191-1/+1
| | | | | | | | | | R=jamesr@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12886033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189140 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Style fixes for gl_renderer.ccdanakj@chromium.org2013-03-191-15/+15
| | | | | | | | R=enne Review URL: https://codereview.chromium.org/12780020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188899 0039d316-1c4b-4281-b951-d872f2087c98
* cc chromification: delegating_renderer.hpiman@chromium.org2013-03-191-3/+2
| | | | | | | | BUG=144577 Review URL: https://codereview.chromium.org/12902022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188897 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Fix style errors in SoftwareOutputDeviceenne@chromium.org2013-03-183-14/+13
| | | | | | | | | | | | | Also, remove needless pass-by-reference for integer size and rect to conform to the rest of cc. R=jamesr@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12496010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188865 0039d316-1c4b-4281-b951-d872f2087c98
* cc chromification: compositor_frame_metadata.hpiman@chromium.org2013-03-181-2/+1
| | | | | | | | | | BUG=144577 TBR=danakj Review URL: https://chromiumcodereview.appspot.com/12583008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188836 0039d316-1c4b-4281-b951-d872f2087c98
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-182-2/+2
| | | | | | | | | | | Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=enne@chromium.org, piman@chromium.org, jschuh@chromium.org, joth@chromium.org Review URL: https://codereview.chromium.org/12916002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188703 0039d316-1c4b-4281-b951-d872f2087c98
* Part 8 of cc/ directory shuffles: resourcesjamesr@chromium.org2013-03-187-11/+11
| | | | | | | | | | | Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=enne@chromium.org, piman@chromium.org, jschuh@chromium.org Review URL: https://codereview.chromium.org/12471007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188696 0039d316-1c4b-4281-b951-d872f2087c98
* Part 7 of cc/ directory shuffles: treesjamesr@chromium.org2013-03-182-4/+4
| | | | | | | | | | | Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=enne@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/12722007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188694 0039d316-1c4b-4281-b951-d872f2087c98
* Part 6 of cc/ directory shuffles: quadsjamesr@chromium.org2013-03-1810-32/+32
| | | | | | | | | | | Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=enne@chromium.org, jschuh@chromium.org Review URL: https://codereview.chromium.org/12913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188693 0039d316-1c4b-4281-b951-d872f2087c98
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-1846-0/+8823
Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=piman@chromium.org, jschuh@chromium.org Review URL: https://codereview.chromium.org/12912006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188689 0039d316-1c4b-4281-b951-d872f2087c98