diff options
author | marcheu@chromium.org <marcheu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 13:11:44 +0000 |
---|---|---|
committer | marcheu@chromium.org <marcheu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 13:11:44 +0000 |
commit | 0b3fc5847c32172d090a757fad90c14c1c31b702 (patch) | |
tree | d28f0271396c91abab82613b98ed86e8d82b7c4f /gpu | |
parent | c4c091f8b554f46f8329e01dd6013819d36ac1b2 (diff) | |
download | chromium_src-0b3fc5847c32172d090a757fad90c14c1c31b702.zip chromium_src-0b3fc5847c32172d090a757fad90c14c1c31b702.tar.gz chromium_src-0b3fc5847c32172d090a757fad90c14c1c31b702.tar.bz2 |
Reenable MSAA on Mali
Now that we have a WebGL implementation of MSAA using
EXT_multisampled_render_to_texture, we can reenable MSAA on Mali GPUs.
BUG=322706
TEST=run on daisy, WebGL now uses multisampling and simple demos run at 60 fps.
Review URL: https://codereview.chromium.org/188173002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index 8d6402b..b6e1441 100644 --- a/gpu/config/gpu_driver_bug_list_json.cc +++ b/gpu/config/gpu_driver_bug_list_json.cc @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( { "name": "gpu driver bug list", // Please update the version number whenever you change this file. - "version": "4.3", + "version": "4.4", "entries": [ { "id": 1, @@ -698,22 +698,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ] }, { - "id": 53, - "cr_bugs": [321701], - "description": "ES3 multisampling is too slow to be usable on Mali", - "gl_vendor": { - "op": "beginwith", - "value": "ARM" - }, - "gl_renderer": { - "op": "beginwith", - "value": "Mali" - }, - "features": [ - "disable_multisampling" - ] - }, - { "id": 54, "cr_bugs": [124764], "description": "Clear uniforms before first program use on all platforms", |