Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_list_json.cc |
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc |
| index 784907396a54f31dd3986f02f773243dc0d58301..8d6402bcdec73c7d35f8bf04b008b4bbead94e46 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.2", |
| + "version": "4.3", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -849,6 +849,18 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| "features": [ |
| "unroll_for_loop_with_sampler_array_index" |
| ] |
| + }, |
| + { |
| + "id": 64, |
| + "description": "Linux AMD drivers incorrectly return initial value of 1 for TEXTURE_MAX_ANISOTROPY", |
|
bajones
2014/03/04 00:47:15
Description appears to conflict with code logic. S
Zhenyao Mo
2014/03/04 01:55:59
Ah right. Thx for catching this.
|
| + "cr_bugs": [348237], |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "vendor_id": "0x1002", |
| + "features": [ |
| + "init_texture_max_anisotropy" |
| + ] |
| } |
| ] |
| } |