| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This is a speculative revert to see if it's the cause of hanging renderers.
BUG=313112
Review URL: https://codereview.chromium.org/57783006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232819 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The quads should point at the SharedQuadStates to avoid dchecks in
debug mode.
R=piman
BUG=
Review URL: https://codereview.chromium.org/52873002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232071 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Move common code up to the base class.
R=piman
BUG=307480
Review URL: https://codereview.chromium.org/49323003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231584 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This ctor was removed in https://codereview.chromium.org/35643005/
but an unrelated bug was causing content tests to not be compiled so
this reference was not updated.
BUG=None
R=bbudge@chromium.org, danakj@chromium.org
TBR=piman@chromium.org
Review URL: https://codereview.chromium.org/48113005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231386 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Min has less noise so prefer it for perf tests.
R=piman
BUG=307480
Review URL: https://codereview.chromium.org/45843002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I find I need to run these tests 10 times to get a reliable number,
so increase the factor on the large tests from 10000 to 100000.
Also, the 10000 quads test was only making 4000.
Also add a new perf test with a whole lot of render passes instead
of only a single one.
R=piman
BUG=307480
Review URL: https://codereview.chromium.org/35713003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Current output:
*RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_1_4000= 107 us
*RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_1_10000= 106 us
*RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_4000_4000= 3354 us
*RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_10000_10000= 8479 us
R=jamesr, piman
BUG=307480
Review URL: https://codereview.chromium.org/29773004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229916 0039d316-1c4b-4281-b951-d872f2087c98
|