| 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 d3004455c00cbc216a72eaa6117896f8d49f2bbf..84988fbea4e32cfe74b1a57ff435e1a3c7f70a4c 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": "8.91",
|
| + "version": "8.92",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1996,6 +1996,18 @@ LONG_STRING_CONST(
|
| "features": [
|
| "emulate_abs_int_function"
|
| ]
|
| + },
|
| + {
|
| + "id": 184,
|
| + "description": "Rewrite texelFetchOffset to texelFetch for Intel Mac",
|
| + "cr_bugs": [642605],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "rewrite_texelfetchoffset_to_texelfetch"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|