summaryrefslogtreecommitdiffstats
path: root/chrome/test/gpu
Commit message (Collapse)AuthorAgeFilesLines
* Enabled GPUBrowserTest.BrowserTestLaunchedWithOSMesa on mac and windows.apatrick@chromium.org2010-11-091-9/+1
| | | | | | | | | TEST=try BUG=61037 Review URL: http://codereview.chromium.org/4646003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65460 0039d316-1c4b-4281-b951-d872f2087c98
* Made OSMesa work on Mac for WebGL.apatrick@chromium.org2010-11-081-8/+1
| | | | | | | | | | | | | | | This required that GPU initialization not fail if GPU info cannot be collected. The accelerated compositor still needs some work but this will let us run some WebGL browser and ui smoke tests. Also added --disable-accelerated-compositing for browser and ui tests so they will not attempt to use it. TEST=try, run ui test locally BUG=61037, 58343 Review URL: http://codereview.chromium.org/4716002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65447 0039d316-1c4b-4281-b951-d872f2087c98
* Enabled GPUUITest.UITestLaunchedWithOSMesa on windows.apatrick@chromium.org2010-11-051-2/+2
| | | | | | | | | | | Passes on trybots. I believe r64858 or r65011 might have fixed it. I will commit and watch for flake on the buildbots. TEST=try BUG=61037 Review URL: http://codereview.chromium.org/4549001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65232 0039d316-1c4b-4281-b951-d872f2087c98
* Added GPUBrowserTest.BrowserTestLaunchedWithOSMesa.apatrick@chromium.org2010-11-042-0/+88
This just verifies that the OpenGL backend is OSMesa and does a simple smoke test that it is functional. It is the browser test equivalent of GPUUITest.UITestLaunchedWithOSMesa. OSMesa should be required for both kinds of tests. I moved both tests into the new chrome/test/gpu directory. There are ongoing stability issues with OSMesa (and GL in general) on bots. TEST=passes locally, try BUG=none Review URL: http://codereview.chromium.org/4424001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65126 0039d316-1c4b-4281-b951-d872f2087c98